]> code.ossystems Code Review - meta-freescale.git/commitdiff
libdrm: Restore manpages support
authorTom Hochstein <tom.hochstein@nxp.com>
Mon, 30 Jul 2018 19:41:45 +0000 (14:41 -0500)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 2 Aug 2018 20:25:27 +0000 (17:25 -0300)
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@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-graphics/drm/libdrm_2.4.84.imx.bb

index a30254491d3080da22b1b812733c9310c83886d2..0025dbe2da8f943d130cb43cadc8798acb6db9ee 100644 (file)
@@ -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 \