Update af-main
authorRonan Le Martret <ronan.lemartret@iot.bzh>
Thu, 23 Feb 2017 10:03:08 +0000 (11:03 +0100)
committerStephane Desneux <stephane.desneux@iot.bzh>
Mon, 27 Mar 2017 13:33:40 +0000 (15:33 +0200)
 * Fix wgtpkg-pack
 * Add json-c for native and nativesdk

Change-Id: I9f2f6b55b729099a70e00f53c631e181d19cf1c9
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
meta-app-framework/recipes-core/af-main/af-main_1.0.bb
meta-app-framework/recipes-core/af-main/af-main_1.0.inc
meta-app-framework/recipes-core/af-main/nativesdk-af-main_1.0.bb

index 7819bfa..c7b8ba4 100644 (file)
@@ -12,7 +12,7 @@ BBCLASSEXTEND = "native"
 SECTION = "base"
 
 DEPENDS = "openssl libxml2 xmlsec1 systemd libzip json-c security-manager libcap-native af-binder"
-DEPENDS_class-native = "openssl libxml2 xmlsec1 libzip"
+DEPENDS_class-native = "openssl libxml2 xmlsec1 libzip json-c"
 
 afm_name    = "afm"
 afm_confdir = "${sysconfdir}/${afm_name}"
index 0d07fc2..c04661a 100644 (file)
@@ -14,7 +14,7 @@ SRC_URI = "${SRC_URI_git} \
            ${SRC_URI_files} \
           "
 
-SRCREV = "c6b2074e18ce7a37a59bc1c3831407b42b18c889"
+SRCREV = "7cf2890d871e76c082528565f59e1d0d1055b7f9"
 
 S = "${WORKDIR}/git"
 
index ba70c59..021c9ac 100644 (file)
@@ -4,7 +4,7 @@ inherit nativesdk cmake pkgconfig
 
 SECTION = "base"
 
-DEPENDS = "nativesdk-openssl nativesdk-libxml2 nativesdk-xmlsec1 nativesdk-libzip"
+DEPENDS = "nativesdk-openssl nativesdk-libxml2 nativesdk-xmlsec1 nativesdk-libzip nativesdk-json-c"
 
 afm_name    = "afm"
 afm_confdir = "${sysconfdir}/${afm_name}"