From 48bb008a1ffaeb28c1c4eed8a2d0f5ce29473b4f Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Thu, 2 May 2019 08:07:16 +0000 Subject: 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 --- .../recipes-devtools/libafb-helpers/libafb-helpers_git.inc | 4 ++-- 1 file 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" -- cgit 1.2.3-korg