diff options
Diffstat (limited to 'meta-agl-core/recipes-graphics/wayland')
-rw-r--r-- | meta-agl-core/recipes-graphics/wayland/agl-compositor_git.bb | 2 | ||||
-rw-r--r-- | meta-agl-core/recipes-graphics/wayland/waltham-transmitter-plugin.bb | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/meta-agl-core/recipes-graphics/wayland/agl-compositor_git.bb b/meta-agl-core/recipes-graphics/wayland/agl-compositor_git.bb index eff1a89ff..6aa169a4e 100644 --- a/meta-agl-core/recipes-graphics/wayland/agl-compositor_git.bb +++ b/meta-agl-core/recipes-graphics/wayland/agl-compositor_git.bb @@ -13,6 +13,8 @@ DEPENDS = "wayland wayland-protocols wayland-native weston \ SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/agl-compositor.git;protocol=https;branch=${AGL_BRANCH}" SRCREV = "cec4cf8fe409cae5618e81e4a3b6dd11cc8b2aa9" +AGL_BRANCH:aglnext = "next" +SRCREV:aglnext = "${AUTOREV}" PV = "0.0.10+git${SRCPV}" S = "${WORKDIR}/git" diff --git a/meta-agl-core/recipes-graphics/wayland/waltham-transmitter-plugin.bb b/meta-agl-core/recipes-graphics/wayland/waltham-transmitter-plugin.bb index 466985f41..36a141ac0 100644 --- a/meta-agl-core/recipes-graphics/wayland/waltham-transmitter-plugin.bb +++ b/meta-agl-core/recipes-graphics/wayland/waltham-transmitter-plugin.bb @@ -7,7 +7,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=f21c9af4de068fb53b83f0b37d262ec3" DEPENDS += "wayland wayland-native waltham weston" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/waltham-transmitter-plugin.git;protocol=https;branch=${AGL_BRANCH}" +AGL_BRANCH:aglnext = "next" SRCREV = "c9d23a045e6cb46c023c15f8189ef3ee8b1ddf20" +SRCREV:aglnext = "${AUTOREV}" S = "${WORKDIR}/git" |