summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2022-01-27 17:28:45 -0600
committerTom Hochstein <tom.hochstein@nxp.com>2022-01-29 16:10:03 -0600
commit9bfbf2b84e1bedb8a2d3aab67493ac2877c86491 (patch)
tree36e0cb72df94c8c008f9ce783d74ccd874fd07d7
parentd4bfe77653d77d5be5dc131afa6a9ed0dd8d7d31 (diff)
downloadmeta-freescale-9bfbf2b84e1bedb8a2d3aab67493ac2877c86491.tar.gz
weston: Rework SRC_URI
Rework the i.MX SRC_URI override so it's clear what is changed and what is inherited. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
-rw-r--r--recipes-graphics/wayland/weston_9.0.0.imx.bb8
1 files changed, 3 insertions, 5 deletions
diff --git a/recipes-graphics/wayland/weston_9.0.0.imx.bb b/recipes-graphics/wayland/weston_9.0.0.imx.bb
index 76296c8e..2d66dff4 100644
--- a/recipes-graphics/wayland/weston_9.0.0.imx.bb
+++ b/recipes-graphics/wayland/weston_9.0.0.imx.bb
@@ -149,12 +149,10 @@ SUMMARY = "Weston, a Wayland compositor, i.MX fork"
149DEFAULT_PREFERENCE = "-1" 149DEFAULT_PREFERENCE = "-1"
150 150
151SRCBRANCH = "weston-imx-9.0" 151SRCBRANCH = "weston-imx-9.0"
152SRC_URI = "git://source.codeaurora.org/external/imx/weston-imx.git;protocol=https;branch=${SRCBRANCH} \ 152SRC_URI:remove = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \
153 file://weston.png \ 153 file://0001-tests-include-fcntl.h-for-open-O_RDWR-O_CLOEXEC-and-.patch \
154 file://weston.desktop \
155 file://xwayland.weston-start \
156 file://0001-weston-launch-Provide-a-default-version-that-doesn-t.patch \
157" 154"
155SRC_URI:prepend = "git://source.codeaurora.org/external/imx/weston-imx.git;protocol=https;branch=${SRCBRANCH} "
158SRCREV = "230e9bc3d647e511e0601e3d45034f22495ed3c7" 156SRCREV = "230e9bc3d647e511e0601e3d45034f22495ed3c7"
159S = "${WORKDIR}/git" 157S = "${WORKDIR}/git"
160 158