diff options
author | Jose Bollo <jose.bollo@iot.bzh> | 2018-08-20 09:56:06 +0200 |
---|---|---|
committer | Jose Bollo <jose.bollo@iot.bzh> | 2018-08-20 10:01:17 +0200 |
commit | 66d9349794b11b0bb557028e7aa084ea1246985a (patch) | |
tree | 53ccf84a966924e9362aa5f1357e4ecbd1cdc59e /meta-app-framework/recipes-core | |
parent | 499444bfa941074d7328c86acce664abcc66013e (diff) |
af-binder & af-main: Add external binding feature
This feature is needed for testing.
Change-Id: I5c9cd33c57bfd6c939bb56d4ddb0c153ffc69dc7
Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'meta-app-framework/recipes-core')
-rw-r--r-- | meta-app-framework/recipes-core/af-binder/af-binder_1.0.inc | 2 | ||||
-rw-r--r-- | meta-app-framework/recipes-core/af-main/af-main_1.0.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-app-framework/recipes-core/af-binder/af-binder_1.0.inc b/meta-app-framework/recipes-core/af-binder/af-binder_1.0.inc index f10134396..59900c045 100644 --- a/meta-app-framework/recipes-core/af-binder/af-binder_1.0.inc +++ b/meta-app-framework/recipes-core/af-binder/af-binder_1.0.inc @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE-2.0.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/app-framework-binder;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "3aa0f4d3c4441e45317b0c825f6a917807288947" +SRCREV = "57a4177d8d0f5c0bbc88f18a4d593f7cf2c8ba55" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" diff --git a/meta-app-framework/recipes-core/af-main/af-main_1.0.inc b/meta-app-framework/recipes-core/af-main/af-main_1.0.inc index 54d004103..16d502dc9 100644 --- a/meta-app-framework/recipes-core/af-main/af-main_1.0.inc +++ b/meta-app-framework/recipes-core/af-main/af-main_1.0.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 = "8c7132a146aa744f167ea2fc45dcd8d53018ecc0" +SRCREV = "6caade489f8bd15dccdde6c69452d920ead2201e" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" |