diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2018-11-01 17:21:05 -0500 |
---|---|---|
committer | Tom Hochstein <tom.hochstein@nxp.com> | 2018-11-02 10:36:05 -0500 |
commit | e9c6702e8c84eb5c0f76a83bf749735070d6c914 (patch) | |
tree | 70735b82c39611b3ca8fb6b32696fabe668866c3 /recipes-graphics/drm | |
parent | 05d2c7c20ea430f91a92db75085e6c87cf8120c0 (diff) | |
download | meta-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.bb | 2 |
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 | " |
20 | SRC_URI_remove_mx8 = "file://drm-update-arm.patch" | 20 | SRC_URI_remove = "file://drm-update-arm.patch" |
21 | SRCREV = "e8e9cf8a66be11508c39f1cc31b8a5e7eb758875" | 21 | SRCREV = "e8e9cf8a66be11508c39f1cc31b8a5e7eb758875" |
22 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
23 | 23 | ||