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 15:09:15 -0300 |
commit | 96db4d8205783f6f8e5c09a281dd9885151c70cc (patch) | |
tree | 01243bcc85277e77e45307ffaaed0ca9fbfd4a30 | |
parent | 9a11015239404106bd5037f2f37e94508ab42096 (diff) | |
download | meta-freescale-96db4d8205783f6f8e5c09a281dd9885151c70cc.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>
(cherry picked from commit a27acfd6d0d3700e2dfe22099cce3d3dae12045a)
-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 53de62b5f..3c3767218 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 |