diff options
author | Frederic Marec <frederic.marec@iot.bzh> | 2020-01-30 09:39:07 +0100 |
---|---|---|
committer | Frederic Marec <frederic.marec@iot.bzh> | 2020-01-30 09:39:07 +0100 |
commit | 91d4aed41afa7904371291032a74d929a5e7f872 (patch) | |
tree | 3b2adb42eaad0b346516c90e8f6991f1a68bd1d8 | |
parent | 80a23cc8c5da89ab51820f0557755f6d07134cd6 (diff) |
Bump app-framework-main & afb-test
Update app-framework-main SRCREV version to pick-up:
b251a65 Improve setup for solving access issues
Update afb-test SRCREV version to pick-up:
bf0ac7b afm-test target: change order of the script
Bug-AGL: SPEC-2795
Change-Id: I8032a53d6cbf6e22aa3a5ee5a21e2193ed3f6ed7
Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
-rw-r--r-- | meta-agl-profile-core/recipes-test/afb-test/afb-test_git.bb | 2 | ||||
-rw-r--r-- | meta-app-framework/recipes-core/af-main/af-main_git.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-agl-profile-core/recipes-test/afb-test/afb-test_git.bb b/meta-agl-profile-core/recipes-test/afb-test/afb-test_git.bb index ee2ea7a8e..6e953e9e9 100644 --- a/meta-agl-profile-core/recipes-test/afb-test/afb-test_git.bb +++ b/meta-agl-profile-core/recipes-test/afb-test/afb-test_git.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7ca SECTION = "apps" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/app-afb-test;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "eb4d2471f1609e217b2a3a919eeb7d76ca1c7417" +SRCREV = "bf0ac7b6725ddbb040e2dfa927bc542cd028beed" DEPENDS += "lua libafb-helpers libappcontroller" RDEPENDS_${PN} += "lua bash jq" diff --git a/meta-app-framework/recipes-core/af-main/af-main_git.inc b/meta-app-framework/recipes-core/af-main/af-main_git.inc index 9c41e1177..58fb7fc76 100644 --- a/meta-app-framework/recipes-core/af-main/af-main_git.inc +++ b/meta-app-framework/recipes-core/af-main/af-main_git.inc @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/app-framework-main;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "1289070816089908e9974b0b2495fab093d325ed" +SRCREV = "b251a659e6de2585f9e29166be93060b640b8410" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" |