From: Tom Hochstein Date: Mon, 30 Jul 2018 19:41:45 +0000 (-0500) Subject: libdrm: Restore manpages support X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ec90a99a5677601ac169716fa5d308686d58e9dd;p=meta-freescale.git libdrm: Restore manpages support 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 Signed-off-by: Otavio Salvador --- diff --git a/recipes-graphics/drm/libdrm_2.4.84.imx.bb b/recipes-graphics/drm/libdrm_2.4.84.imx.bb index a3025449..0025dbe2 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 \