af-binder: Add C++ feature to genskel 03/12903/6
authorJosé Bollo <jose.bollo@iot.bzh>
Thu, 21 Dec 2017 16:10:41 +0000 (17:10 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 10 Jan 2018 23:34:46 +0000 (23:34 +0000)
Two evolutions:

 - the development tool afb-genskel accept now the options
   --cpp or -x to produce an output for C++ bindings

 - improved termination on exception (SIGINT, ...) that coulded
   drive to infinite loop when error was reached (SIGSEGV).

Bug-AGL: SPEC-1217

Change-Id: Iec22ffc7d9f99ccfdd20c2f9005968ab98d20a9b
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
meta-app-framework/recipes-core/af-binder/af-binder_1.0.inc

index 586f44e..ac55b5f 100644 (file)
@@ -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 = "adb89e71f1c366b0cabdf9e04aaed60b84a96f0e"
+SRCREV = "9c1c9a1ba46eb9ddada4167ce9d20143ee3c9636"
 PV = "${AGL_BRANCH}+git${SRCPV}"
 
 S = "${WORKDIR}/git"