diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2018-07-06 09:37:38 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-07-06 10:50:48 -0300 |
commit | bc093ba16280d68a8c6259788683b9bcce0a158a (patch) | |
tree | 437909b39ba0e5fd0b5fd5a5190308e63ffa9b26 /recipes-graphics | |
parent | 01ef43dcdc3a3ffc72dad31fb12fef8a09f483de (diff) | |
download | meta-freescale-bc093ba16280d68a8c6259788683b9bcce0a158a.tar.gz |
weston: Set DEFAULT_PREFERENCE to -1
This recipe need to be set by machine using:
PREFERRED_VERSION_weston = "4.0.0.imx"
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/wayland/weston_4.0.0.imx.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-graphics/wayland/weston_4.0.0.imx.bb b/recipes-graphics/wayland/weston_4.0.0.imx.bb index d656aa25..b8464719 100644 --- a/recipes-graphics/wayland/weston_4.0.0.imx.bb +++ b/recipes-graphics/wayland/weston_4.0.0.imx.bb | |||
@@ -5,6 +5,8 @@ LICENSE = "MIT" | |||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d79ee9e66bb0f95d3386a7acae780b70 \ | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d79ee9e66bb0f95d3386a7acae780b70 \ |
6 | file://libweston/compositor.c;endline=26;md5=e342df749174a8ee11065583157c7a38" | 6 | file://libweston/compositor.c;endline=26;md5=e342df749174a8ee11065583157c7a38" |
7 | 7 | ||
8 | DEFAULT_PREFERENCE = "-1" | ||
9 | |||
8 | SRCBRANCH = "weston-imx-4.0" | 10 | SRCBRANCH = "weston-imx-4.0" |
9 | SRC_URI = "git://source.codeaurora.org/external/imx/weston-imx.git;protocol=https;branch=${SRCBRANCH} \ | 11 | SRC_URI = "git://source.codeaurora.org/external/imx/weston-imx.git;protocol=https;branch=${SRCBRANCH} \ |
10 | file://weston.png \ | 12 | file://weston.png \ |