diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2018-06-29 16:50:16 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-07-03 09:17:20 -0300 |
commit | a27acfd6d0d3700e2dfe22099cce3d3dae12045a (patch) | |
tree | 2d1fb065640285fdeb3f91370e8315d5266caf10 /recipes-graphics/drm | |
parent | a0364932fe477788c0df6484951ec34683b8d031 (diff) | |
download | meta-freescale-a27acfd6d0d3700e2dfe22099cce3d3dae12045a.tar.gz |
libdrm: Set DEFAULT_PREFERRENCE as -1
The libdrm fork should be explicitly set to be used. This reduces the
risk of it being used by mistake.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics/drm')
-rw-r--r-- | recipes-graphics/drm/libdrm_2.4.84.imx.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-graphics/drm/libdrm_2.4.84.imx.bb b/recipes-graphics/drm/libdrm_2.4.84.imx.bb index 53de62b5..3c376721 100644 --- a/recipes-graphics/drm/libdrm_2.4.84.imx.bb +++ b/recipes-graphics/drm/libdrm_2.4.84.imx.bb | |||
@@ -20,6 +20,8 @@ SRC_URI = "${IMX_LIBDRM_SRC};branch=${IMX_LIBDRM_BRANCH} \ | |||
20 | SRC_URI_remove_mx8 = "file://drm-update-arm.patch" | 20 | SRC_URI_remove_mx8 = "file://drm-update-arm.patch" |
21 | SRCREV = "8c8c46d41839035de605291bc1c26902011a74ac" | 21 | SRCREV = "8c8c46d41839035de605291bc1c26902011a74ac" |
22 | 22 | ||
23 | DEFAULT_PREFERRENCE = "-1" | ||
24 | |||
23 | # IMX: Remove manpages which is added in pyro | 25 | # IMX: Remove manpages which is added in pyro |
24 | #inherit autotools pkgconfig manpages | 26 | #inherit autotools pkgconfig manpages |
25 | inherit autotools pkgconfig | 27 | inherit autotools pkgconfig |