summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/drm/libdrm_2.4.41.bb
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2013-08-10 16:41:28 -0400
committerDenys Dmytriyenko <denys@ti.com>2013-08-10 16:41:28 -0400
commit72d4c5d37decfc8591981d3c8a859af6e6e68059 (patch)
tree7582eb7be85f070b410e9411dd26db9a15d6b5d9 /recipes-graphics/drm/libdrm_2.4.41.bb
parent5ff9feb881d43e3f3aea2113c510301b218e9d44 (diff)
downloadmeta-ti-danny.tar.gz
libdrm: restore libdrm-tests package that got missed with TI versiondanny
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-graphics/drm/libdrm_2.4.41.bb')
-rw-r--r--recipes-graphics/drm/libdrm_2.4.41.bb8
1 files changed, 7 insertions, 1 deletions
diff --git a/recipes-graphics/drm/libdrm_2.4.41.bb b/recipes-graphics/drm/libdrm_2.4.41.bb
index 1d89401d..01506327 100644
--- a/recipes-graphics/drm/libdrm_2.4.41.bb
+++ b/recipes-graphics/drm/libdrm_2.4.41.bb
@@ -1,5 +1,7 @@
1require recipes-graphics/drm/libdrm.inc 1require recipes-graphics/drm/libdrm.inc
2 2
3FILESEXTRAPATHS_append := ":${COREBASE}/meta/recipes-graphics/drm/libdrm"
4
3COMPATIBLE_MACHINE = "omap-a15" 5COMPATIBLE_MACHINE = "omap-a15"
4 6
5DEFAULT_PREFERENCE = "-1" 7DEFAULT_PREFERENCE = "-1"
@@ -9,6 +11,10 @@ EXTRA_OECONF += "--enable-omap-experimental-api --enable-kms"
9SRC_URI = "git://git.ti.com/glsdk/libdrm.git;protocol=git" 11SRC_URI = "git://git.ti.com/glsdk/libdrm.git;protocol=git"
10SRCREV = "3cb5405084111193cedb8796d259b56560b088f0" 12SRCREV = "3cb5405084111193cedb8796d259b56560b088f0"
11 13
12PR = "${INC_PR}.0" 14SRC_URI += "file://installtests-ti.patch \
15 file://GNU_SOURCE_definition.patch \
16 "
17
18PR = "${INC_PR}.1"
13 19
14S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"