diff options
author | José Bollo <jose.bollo@iot.bzh> | 2017-12-21 17:10:41 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-01-10 23:34:46 +0000 |
commit | e51b2f5857d57432871eb080afa95e8d099d461a (patch) | |
tree | ef3ab1dc8e42ffbf1e632fb6d5f25b3f736f40ff /meta-app-framework/recipes-core/af-binder | |
parent | 15b0bc71f3d1594cd6a97ed202b6b62b753c40e9 (diff) |
af-binder: Add C++ feature to genskel
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>
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 586f44e91..ac55b5f02 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 = "adb89e71f1c366b0cabdf9e04aaed60b84a96f0e" +SRCREV = "9c1c9a1ba46eb9ddada4167ce9d20143ee3c9636" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" |