diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2018-07-30 14:41:45 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-08-02 17:25:27 -0300 |
commit | ec90a99a5677601ac169716fa5d308686d58e9dd (patch) | |
tree | da6653ec568ed471e7a051ce3a5003e21d096361 /recipes-graphics/drm | |
parent | 6de2c265e01b2809c8089fc056d23514bc39ec6c (diff) | |
download | meta-freescale-ec90a99a5677601ac169716fa5d308686d58e9dd.tar.gz |
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 <tom.hochstein@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics/drm')
-rw-r--r-- | recipes-graphics/drm/libdrm_2.4.84.imx.bb | 8 |
1 files 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 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" | |||
22 | 22 | ||
23 | DEFAULT_PREFERENCE = "-1" | 23 | DEFAULT_PREFERENCE = "-1" |
24 | 24 | ||
25 | # IMX: Remove manpages which is added in pyro | 25 | inherit autotools pkgconfig manpages |
26 | #inherit autotools pkgconfig manpages | ||
27 | inherit autotools pkgconfig | ||
28 | 26 | ||
29 | EXTRA_OECONF += "--disable-cairo-tests \ | 27 | EXTRA_OECONF += "--disable-cairo-tests \ |
30 | --without-cunit \ | 28 | --without-cunit \ |
@@ -33,9 +31,7 @@ EXTRA_OECONF += "--disable-cairo-tests \ | |||
33 | --enable-install-test-programs \ | 31 | --enable-install-test-programs \ |
34 | --disable-valgrind \ | 32 | --disable-valgrind \ |
35 | " | 33 | " |
36 | # IMX: Remove manpages which is added in pyro | 34 | PACKAGECONFIG[manpages] = "--enable-manpages, --disable-manpages, libxslt-native xmlto-native" |
37 | #PACKAGECONFIG[manpages] = "--enable-manpages, --disable-manpages, libxslt-native xmlto-native" | ||
38 | EXTRA_OECONF += "--disable-manpages" | ||
39 | 35 | ||
40 | ALLOW_EMPTY_${PN}-drivers = "1" | 36 | ALLOW_EMPTY_${PN}-drivers = "1" |
41 | PACKAGES =+ "${PN}-tests ${PN}-drivers ${PN}-radeon ${PN}-nouveau ${PN}-omap \ | 37 | PACKAGES =+ "${PN}-tests ${PN}-drivers ${PN}-radeon ${PN}-nouveau ${PN}-omap \ |