]> code.ossystems Code Review - meta-freescale.git/commitdiff
weston: Rework SRC_URI
authorTom Hochstein <tom.hochstein@nxp.com>
Thu, 27 Jan 2022 23:28:45 +0000 (17:28 -0600)
committerTom Hochstein <tom.hochstein@nxp.com>
Sat, 29 Jan 2022 22:10:03 +0000 (16:10 -0600)
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>
recipes-graphics/wayland/weston_9.0.0.imx.bb

index 76296c8ed22a4283a23bed855763f1750f7aca73..2d66dff472c294ed3b63d7f86859816da778bcb3 100644 (file)
@@ -149,12 +149,10 @@ SUMMARY = "Weston, a Wayland compositor, i.MX fork"
 DEFAULT_PREFERENCE = "-1"
 
 SRCBRANCH = "weston-imx-9.0"
-SRC_URI = "git://source.codeaurora.org/external/imx/weston-imx.git;protocol=https;branch=${SRCBRANCH} \
-           file://weston.png \
-           file://weston.desktop \
-           file://xwayland.weston-start \
-           file://0001-weston-launch-Provide-a-default-version-that-doesn-t.patch \
+SRC_URI:remove = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \
+           file://0001-tests-include-fcntl.h-for-open-O_RDWR-O_CLOEXEC-and-.patch \
 "
+SRC_URI:prepend = "git://source.codeaurora.org/external/imx/weston-imx.git;protocol=https;branch=${SRCBRANCH} "
 SRCREV = "230e9bc3d647e511e0601e3d45034f22495ed3c7"
 S = "${WORKDIR}/git"