diff options
author | José Bollo <jose.bollo@iot.bzh> | 2018-07-10 10:51:47 +0200 |
---|---|---|
committer | Stéphane Desneux <stephane.desneux@iot.bzh> | 2018-07-11 08:44:09 +0000 |
commit | 34ea320758041bd7104b9d19c1658a71d59516d1 (patch) | |
tree | 509507fda517d1c8bac0b38ac95521c09f4fa2e2 /meta-app-framework/recipes-core/af-binder | |
parent | caa5600fae9cdd18a59381594a3e9eb149c929da (diff) |
af-binder: Remove call to nice
Bug-AGL: SPEC-1578
Bug-AGL: SPEC-1544
Change-Id: Ib9c73f05c6b5d945e27529c857a73eae33c12f40
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'meta-app-framework/recipes-core/af-binder')
-rw-r--r-- | meta-app-framework/recipes-core/af-binder/af-binder_1.0.inc | 2 |
1 files changed, 1 insertions, 1 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 953169feb..6565d40ef 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 = "c98c0d913e3720e61f42d1fabc56a12a73a612ae" +SRCREV = "a3d934b7608c6c88dd891cb6e05bb107718687e1" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" |