summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/drm/libdrm_2.4.70.bb
diff options
context:
space:
mode:
authorJussi Kukkonen <jussi.kukkonen@intel.com>2016-09-13 11:46:41 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-09-14 22:22:13 +0100
commit0825fcf7001aabc2084cc10e8d9aebbf327c884b (patch)
tree771e3e71d2e9cdaa930fabe5ba3ed4176ef9a84f /meta/recipes-graphics/drm/libdrm_2.4.70.bb
parent2e8c59d059b21dce23c848e837bd98de5e21dafd (diff)
downloadpoky-0825fcf7001aabc2084cc10e8d9aebbf327c884b.tar.gz
libdrm: Explicitly disable cunit tests
Add patch to control building cunit-tests explicitly. Disable them in the recipe. Fixes [YOCTO #9849]. (From OE-Core rev: cd287235fc5b9d0c174a10a89e31ffd391806113) Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/drm/libdrm_2.4.70.bb')
-rw-r--r--meta/recipes-graphics/drm/libdrm_2.4.70.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-graphics/drm/libdrm_2.4.70.bb b/meta/recipes-graphics/drm/libdrm_2.4.70.bb
index 632c30e9bf..a2b5282eaf 100644
--- a/meta/recipes-graphics/drm/libdrm_2.4.70.bb
+++ b/meta/recipes-graphics/drm/libdrm_2.4.70.bb
@@ -13,6 +13,7 @@ DEPENDS = "libpthread-stubs udev libpciaccess"
13SRC_URI = "http://dri.freedesktop.org/libdrm/${BP}.tar.bz2 \ 13SRC_URI = "http://dri.freedesktop.org/libdrm/${BP}.tar.bz2 \
14 file://installtests.patch \ 14 file://installtests.patch \
15 file://fix_O_CLOEXEC_undeclared.patch \ 15 file://fix_O_CLOEXEC_undeclared.patch \
16 file://0001-configure.ac-Allow-explicit-enabling-of-cunit-tests.patch \
16 " 17 "
17 18
18SRC_URI[md5sum] = "920957cfe25a80efb02be9bd90bf3c1e" 19SRC_URI[md5sum] = "920957cfe25a80efb02be9bd90bf3c1e"
@@ -21,6 +22,7 @@ SRC_URI[sha256sum] = "b17d4b39ed97ca0e4cffa0db06ff609e617bac94646ec38e8e0579d530
21inherit autotools pkgconfig 22inherit autotools pkgconfig
22 23
23EXTRA_OECONF += "--disable-cairo-tests \ 24EXTRA_OECONF += "--disable-cairo-tests \
25 --without-cunit \
24 --enable-omap-experimental-api \ 26 --enable-omap-experimental-api \
25 --enable-install-test-programs \ 27 --enable-install-test-programs \
26 --disable-manpages \ 28 --disable-manpages \