[meta-freescale] [PATCH 05/52] libdrm: Restore manpages support

Tom Hochstein tom.hochstein at nxp.com
Mon Jul 30 12:41:45 PDT 2018


Support for manpages, a pyro feature, had to be removed when the
recipe was backported to rocko. This removal should not have been
upstreamed here.

Signed-off-by: Tom Hochstein <tom.hochstein at nxp.com>
---
 recipes-graphics/drm/libdrm_2.4.84.imx.bb | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/recipes-graphics/drm/libdrm_2.4.84.imx.bb b/recipes-graphics/drm/libdrm_2.4.84.imx.bb
index a302544..0025dbe 100644
--- a/recipes-graphics/drm/libdrm_2.4.84.imx.bb
+++ b/recipes-graphics/drm/libdrm_2.4.84.imx.bb
@@ -22,9 +22,7 @@ SRCREV = "8c8c46d41839035de605291bc1c26902011a74ac"
 
 DEFAULT_PREFERENCE = "-1"
 
-# IMX: Remove manpages which is added in pyro
-#inherit autotools pkgconfig manpages
-inherit autotools pkgconfig
+inherit autotools pkgconfig manpages
 
 EXTRA_OECONF += "--disable-cairo-tests \
                  --without-cunit \
@@ -33,9 +31,7 @@ EXTRA_OECONF += "--disable-cairo-tests \
                  --enable-install-test-programs \
                  --disable-valgrind \
                 "
-# IMX: Remove manpages which is added in pyro
-#PACKAGECONFIG[manpages] = "--enable-manpages, --disable-manpages, libxslt-native xmlto-native"
-EXTRA_OECONF += "--disable-manpages"
+PACKAGECONFIG[manpages] = "--enable-manpages, --disable-manpages, libxslt-native xmlto-native"
 
 ALLOW_EMPTY_${PN}-drivers = "1"
 PACKAGES =+ "${PN}-tests ${PN}-drivers ${PN}-radeon ${PN}-nouveau ${PN}-omap \
-- 
2.7.4



More information about the meta-freescale mailing list