diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2023-04-03 13:25:15 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-03 13:25:15 -0300 |
commit | 5a76170b32a6fbf7486a3da4ca4e25094cbbc1c6 (patch) | |
tree | 3f7cca2f34d985785cf64f22ef1f356dd3fd6acd /recipes-graphics/wayland | |
parent | 1d40ea34fc2c06af79fc59f6ea54f2e9335d61d6 (diff) | |
parent | 52285fcb4fccc555627888cc1ab6399338d0b4c6 (diff) | |
download | meta-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/wayland')
-rw-r--r-- | recipes-graphics/wayland/weston_2.0.0.bbappend | 2 |
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. |
6 | SRC_URI_remove_imxgpu2d = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz" | 6 | SRC_URI_remove_imxgpu2d = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz" |
7 | SRC_URI_prepend_imxgpu2d = "git://source.codeaurora.org/external/imx/weston-imx.git;protocol=https;branch=weston-imx-2.0 " | 7 | SRC_URI_prepend_imxgpu2d = "git://github.com/nxp-imx/weston-imx.git;protocol=https;branch=weston-imx-2.0 " |
8 | SRCREV_imxgpu2d = "506dc2d69b7cf7b7e7d1ea94ce29c8203215a67e" | 8 | SRCREV_imxgpu2d = "506dc2d69b7cf7b7e7d1ea94ce29c8203215a67e" |
9 | S_imxgpu2d = "${WORKDIR}/git" | 9 | S_imxgpu2d = "${WORKDIR}/git" |
10 | 10 | ||