Bump libafb-helpers 26/21226/2
authorRomain Forlot <romain.forlot@iot.bzh>
Thu, 2 May 2019 08:07:16 +0000 (08:07 +0000)
committerRomain Forlot <romain.forlot@iot.bzh>
Thu, 2 May 2019 08:24:42 +0000 (10:24 +0200)
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>
meta-agl-profile-core/recipes-devtools/libafb-helpers/libafb-helpers_git.inc

index d3c883e..fbb14e6 100644 (file)
@@ -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"