summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2023-04-03 13:25:15 -0300
committerGitHub <noreply@github.com>2023-04-03 13:25:15 -0300
commit5a76170b32a6fbf7486a3da4ca4e25094cbbc1c6 (patch)
tree3f7cca2f34d985785cf64f22ef1f356dd3fd6acd /recipes-graphics
parent1d40ea34fc2c06af79fc59f6ea54f2e9335d61d6 (diff)
parent52285fcb4fccc555627888cc1ab6399338d0b4c6 (diff)
downloadmeta-freescale-rocko.tar.gz
Merge pull request #1477 from jviguera/rockorocko
[rocko] meta-freescale: migrate IMX repos from codeaurora to github
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/wayland/weston_2.0.0.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/wayland/weston_2.0.0.bbappend b/recipes-graphics/wayland/weston_2.0.0.bbappend
index 7d0e589d9..bc9d499eb 100644
--- a/recipes-graphics/wayland/weston_2.0.0.bbappend
+++ b/recipes-graphics/wayland/weston_2.0.0.bbappend
@@ -4,7 +4,7 @@ DEPENDS_append_imxgpu2d = " virtual/libg2d"
4 4
5# Use i.MX fork of weston for customizations. 5# Use i.MX fork of weston for customizations.
6SRC_URI_remove_imxgpu2d = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz" 6SRC_URI_remove_imxgpu2d = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz"
7SRC_URI_prepend_imxgpu2d = "git://source.codeaurora.org/external/imx/weston-imx.git;protocol=https;branch=weston-imx-2.0 " 7SRC_URI_prepend_imxgpu2d = "git://github.com/nxp-imx/weston-imx.git;protocol=https;branch=weston-imx-2.0 "
8SRCREV_imxgpu2d = "506dc2d69b7cf7b7e7d1ea94ce29c8203215a67e" 8SRCREV_imxgpu2d = "506dc2d69b7cf7b7e7d1ea94ce29c8203215a67e"
9S_imxgpu2d = "${WORKDIR}/git" 9S_imxgpu2d = "${WORKDIR}/git"
10 10