diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2019-05-02 08:07:16 +0000 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2019-05-02 10:24:42 +0200 |
commit | 48bb008a1ffaeb28c1c4eed8a2d0f5ce29473b4f (patch) | |
tree | 1718826c052a8f8ed604fe7c6a6a610b34c7d9fa /meta-agl-profile-core/recipes-devtools | |
parent | ddd5167836690fa6732cced15c7ae6a533fe7d85 (diff) |
Bump libafb-helpers
And add the jq runtime dependency
f983fa9 Fix .deb packaging following review 21188
7b3a94b docs/usage: fix broken link
9c7d705 docs/usage: fix broken link
e199da8 afb-helpers-book: changing name of the section
3fefacc book.yml: needed for new doc workflow
89ca466 Add gitreview for guppy
8876fa0 Fix gitreview file
9bcc943 Set PROJECT_VERSION overwritable by cli
b7e6dbe Add functions reference documentation
2e36a74 Call the freeCB function a manual timer stop call
aba89b5 Little code cleaning.
a1976ff Adding packaging files
Change-Id: I90f8fcf015390c693d6cc947a5ace43ddb1283a4
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'meta-agl-profile-core/recipes-devtools')
-rw-r--r-- | meta-agl-profile-core/recipes-devtools/libafb-helpers/libafb-helpers_git.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-agl-profile-core/recipes-devtools/libafb-helpers/libafb-helpers_git.inc b/meta-agl-profile-core/recipes-devtools/libafb-helpers/libafb-helpers_git.inc index d3c883e15..fbb14e6e0 100644 --- a/meta-agl-profile-core/recipes-devtools/libafb-helpers/libafb-helpers_git.inc +++ b/meta-agl-profile-core/recipes-devtools/libafb-helpers/libafb-helpers_git.inc @@ -5,10 +5,10 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/libafb-helpers;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "f430407fd34ec2897359245a6e1ff951e5da5bc6" +SRCREV = "f983fa957119612ce968b5fed5de7937b33bd2a0" PV = "${AGLVERSION}" S = "${WORKDIR}/git" -DEPENDS_append = " af-binder" +DEPENDS_append = " af-binder jq" |