diff options
author | José Bollo <jose.bollo@iot.bzh> | 2019-02-07 14:23:11 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-02-07 15:33:45 +0000 |
commit | 9349448966411d56a465ca8c52f71764f53729a2 (patch) | |
tree | c45d27384ae2636e3584d521d939a84296890162 /meta-app-framework/recipes-core | |
parent | 3ae178e1430cfa1cbfeedd4d1e03fb2c3c57bb29 (diff) |
af-main: Bump version GUPPY
Includes:
* d07c7f7 Set default version 7.0.0 GRUMPY GUPPY
* 61c6490 Revert "afm-unit: Restore removal of capabilities"
* 8e5fc40 wgtpkg-unit: Fix Segmentation fault
* 728c665 Add gitreview file for guppy branch
* 9f24684 afm-user-setup service: disable start rate limit
* 9e6f77a Merge "Revert "afm-unit: add autoapi in required-api feature""
* da0ec3a Revert "afm-unit: add autoapi in required-api feature"
* d683362 Merge "Fixed book.yml file"
* 80c2030 Merge "afm-unit: add autoapi in required-api feature"
* adc590a Fixed book.yml file
* f2a2f13 afm-unit: Restore removal of capabilities
* 2b6e13b afm-unit: add autoapi in required-api feature
Bug-AGL: SPEC-2144
Bug-AGL: SPEC-2006
Change-Id: Ie081e394414f15a7f025110619027e8883556397
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'meta-app-framework/recipes-core')
-rw-r--r-- | meta-app-framework/recipes-core/af-main/af-main_git.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 93a063335..30c3bbf66 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 = "f8b04951b4ccafdf28b875825edd46316fafb519" +SRCREV = "d07c7f7169788ffbe5cc70506daaf9fe0add88c2" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" |