diff options
| author | Tom Hochstein <tom.hochstein@nxp.com> | 2022-01-27 17:28:45 -0600 |
|---|---|---|
| committer | Tom Hochstein <tom.hochstein@nxp.com> | 2022-01-29 16:10:03 -0600 |
| commit | 9bfbf2b84e1bedb8a2d3aab67493ac2877c86491 (patch) | |
| tree | 36e0cb72df94c8c008f9ce783d74ccd874fd07d7 | |
| parent | d4bfe77653d77d5be5dc131afa6a9ed0dd8d7d31 (diff) | |
| download | meta-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.bb | 8 |
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 76296c8ed..2d66dff47 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" | |||
| 149 | DEFAULT_PREFERENCE = "-1" | 149 | DEFAULT_PREFERENCE = "-1" |
| 150 | 150 | ||
| 151 | SRCBRANCH = "weston-imx-9.0" | 151 | SRCBRANCH = "weston-imx-9.0" |
| 152 | SRC_URI = "git://source.codeaurora.org/external/imx/weston-imx.git;protocol=https;branch=${SRCBRANCH} \ | 152 | SRC_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 | " |
| 155 | SRC_URI:prepend = "git://source.codeaurora.org/external/imx/weston-imx.git;protocol=https;branch=${SRCBRANCH} " | ||
| 158 | SRCREV = "230e9bc3d647e511e0601e3d45034f22495ed3c7" | 156 | SRCREV = "230e9bc3d647e511e0601e3d45034f22495ed3c7" |
| 159 | S = "${WORKDIR}/git" | 157 | S = "${WORKDIR}/git" |
| 160 | 158 | ||
