aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-graphics/drm/libdrm_2.4.41.bb
diff options
context:
space:
mode:
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 @@
require recipes-graphics/drm/libdrm.inc
+FILESEXTRAPATHS_append := ":${COREBASE}/meta/recipes-graphics/drm/libdrm"
+
COMPATIBLE_MACHINE = "omap-a15"
DEFAULT_PREFERENCE = "-1"
@@ -9,6 +11,10 @@ EXTRA_OECONF += "--enable-omap-experimental-api --enable-kms"
SRC_URI = "git://git.ti.com/glsdk/libdrm.git;protocol=git"
SRCREV = "3cb5405084111193cedb8796d259b56560b088f0"
-PR = "${INC_PR}.0"
+SRC_URI += "file://installtests-ti.patch \
+ file://GNU_SOURCE_definition.patch \
+ "
+
+PR = "${INC_PR}.1"
S = "${WORKDIR}/git"