diff options
author | Mihai Lindner <mihai.lindner@nxp.com> | 2019-12-16 13:53:19 +0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-12-16 14:06:39 -0300 |
commit | a4fdb4074644bda09b46490163886065b4c00aab (patch) | |
tree | 2a37b5ce4dc1b8f460c9c9a4de50326951349460 /recipes-graphics/wayland | |
parent | ca58ffe4a593b75b00fd53145690f84eb1e663ee (diff) | |
download | meta-freescale-a4fdb4074644bda09b46490163886065b4c00aab.tar.gz |
weston: Upgrade to 6.0.1.imx
Signed-off-by: Mihai Lindner <mihai.lindner@nxp.com>
Diffstat (limited to 'recipes-graphics/wayland')
-rw-r--r-- | recipes-graphics/wayland/weston_6.0.1.imx.bb (renamed from recipes-graphics/wayland/weston_5.0.0.imx.bb) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-graphics/wayland/weston_5.0.0.imx.bb b/recipes-graphics/wayland/weston_6.0.1.imx.bb index a7778b41..a8d11196 100644 --- a/recipes-graphics/wayland/weston_5.0.0.imx.bb +++ b/recipes-graphics/wayland/weston_6.0.1.imx.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d79ee9e66bb0f95d3386a7acae780b70 \ | |||
7 | 7 | ||
8 | DEFAULT_PREFERENCE = "-1" | 8 | DEFAULT_PREFERENCE = "-1" |
9 | 9 | ||
10 | SRCBRANCH = "weston-imx-5.0" | 10 | SRCBRANCH = "weston-imx-6.0.1" |
11 | 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} \ |
12 | file://weston.png \ | 12 | file://weston.png \ |
13 | file://weston.desktop \ | 13 | file://weston.desktop \ |
@@ -16,7 +16,7 @@ SRC_URI = "git://source.codeaurora.org/external/imx/weston-imx.git;protocol=http | |||
16 | file://0001-weston-launch-Provide-a-default-version-that-doesn-t.patch \ | 16 | file://0001-weston-launch-Provide-a-default-version-that-doesn-t.patch \ |
17 | file://0003-weston-touch-calibrator-Advertise-the-touchscreen-ca.patch \ | 17 | file://0003-weston-touch-calibrator-Advertise-the-touchscreen-ca.patch \ |
18 | " | 18 | " |
19 | SRCREV = "fb563901657b296c7c7c86d26602a622429e334f" | 19 | SRCREV = "4ee0a1da010053b35495e82ad30aa5a8b1c34e6c" |
20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
21 | 21 | ||
22 | UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html" | 22 | UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html" |
@@ -38,6 +38,7 @@ WESTON_MAJOR_VERSION = "${@'.'.join(d.getVar('PV').split('.')[0:1])}" | |||
38 | 38 | ||
39 | EXTRA_OECONF = "--enable-setuid-install \ | 39 | EXTRA_OECONF = "--enable-setuid-install \ |
40 | --disable-rdp-compositor \ | 40 | --disable-rdp-compositor \ |
41 | --enable-autotools \ | ||
41 | " | 42 | " |
42 | EXTRA_OECONF_append_qemux86 = " \ | 43 | EXTRA_OECONF_append_qemux86 = " \ |
43 | WESTON_NATIVE_BACKEND=fbdev-backend.so \ | 44 | WESTON_NATIVE_BACKEND=fbdev-backend.so \ |