agl-compositor: RDEPENDS fixes
[AGL/meta-agl.git] / meta-agl-core / recipes-connectivity / connman-ncurses / connman-ncurses_git.bb
index 903ebc6..7b6d505 100644 (file)
@@ -6,17 +6,19 @@ SECTION = "console/network"
 
 DEPENDS = "dbus ncurses connman json-c"
 
-LICENSE = "GPLv2"
+LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=8c16666ae6c159876a0ba63099614381"
 
-SRC_URI = "git://gitlab.com/iotbzh/connman-json-client.git;protocol=https \
-           file://stdbool-fixes.patch"
+SRC_URI = "git://gitlab.com/iotbzh/connman-json-client.git;protocol=https;branch=master \
+           file://stdbool-fixes.patch \
+           file://0001-Do-not-overwrite-CFLAGS.patch \
+           file://0001-Initialize-variables.patch \
+           "
 SRCREV = "2b0f93ec9518c978c04807fe52e95315d6d80e6b"
 
 inherit autotools pkgconfig
 
-EXTRA_AUTORECONF += " -i"
-EXTRA_OECONF += " --disable-optimization --enable-debug"
+EXTRA_AUTORECONF += " -vfi"
 
 S = "${WORKDIR}/git"