summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/drm
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2018-11-01 17:21:05 -0500
committerTom Hochstein <tom.hochstein@nxp.com>2018-11-02 10:36:05 -0500
commite9c6702e8c84eb5c0f76a83bf749735070d6c914 (patch)
tree70735b82c39611b3ca8fb6b32696fabe668866c3 /recipes-graphics/drm
parent05d2c7c20ea430f91a92db75085e6c87cf8120c0 (diff)
downloadmeta-freescale-e9c6702e8c84eb5c0f76a83bf749735070d6c914.tar.gz
libdrm: Remove xf86drm.h patch in all cases
The xf86drm.h patch is in the i.MX fork. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-graphics/drm')
-rw-r--r--recipes-graphics/drm/libdrm_2.4.91.imx.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/drm/libdrm_2.4.91.imx.bb b/recipes-graphics/drm/libdrm_2.4.91.imx.bb
index b3e8f1e1..62aee97b 100644
--- a/recipes-graphics/drm/libdrm_2.4.91.imx.bb
+++ b/recipes-graphics/drm/libdrm_2.4.91.imx.bb
@@ -17,7 +17,7 @@ SRC_URI = "${IMX_LIBDRM_SRC};branch=${IMX_LIBDRM_BRANCH} \
17 file://fix_O_CLOEXEC_undeclared.patch \ 17 file://fix_O_CLOEXEC_undeclared.patch \
18 file://0001-configure.ac-Allow-explicit-enabling-of-cunit-tests.patch \ 18 file://0001-configure.ac-Allow-explicit-enabling-of-cunit-tests.patch \
19 " 19 "
20SRC_URI_remove_mx8 = "file://drm-update-arm.patch" 20SRC_URI_remove = "file://drm-update-arm.patch"
21SRCREV = "e8e9cf8a66be11508c39f1cc31b8a5e7eb758875" 21SRCREV = "e8e9cf8a66be11508c39f1cc31b8a5e7eb758875"
22S = "${WORKDIR}/git" 22S = "${WORKDIR}/git"
23 23