mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 03:32:13 +02:00
connman: Upgrade to version 0.63
Add build dependency iptables. Fix recipe metadata. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
8399ca4d70
commit
a5de5a7dfe
0
meta/recipes-connectivity/connman/connman-0.56/connman → meta/recipes-connectivity/connman/connman-0.63/connman
Executable file → Normal file
0
meta/recipes-connectivity/connman/connman-0.56/connman → meta/recipes-connectivity/connman/connman-0.63/connman
Executable file → Normal file
@@ -13,7 +13,7 @@ LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \
|
||||
file://src/main.c;beginline=1;endline=20;md5=4b55b550fa6b33cc2055ef30dd262b3e"
|
||||
|
||||
DEPENDS = "libgdbus dbus glib-2.0 hal"
|
||||
DEPENDS = "libgdbus dbus glib-2.0 hal iptables"
|
||||
RDEPENDS_${PN} = "wpa-supplicant resolvconf"
|
||||
|
||||
INITSCRIPT_NAME = "connman"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
require connman.inc
|
||||
PR = "r2"
|
||||
PR = "r0"
|
||||
|
||||
EXTRA_OECONF += "\
|
||||
ac_cv_path_WPASUPPLICANT=/usr/sbin/wpa_supplicant \
|
||||
@@ -23,3 +23,6 @@ SRC_URI = "\
|
||||
file://fix-shutdown-ap-disconnect.patch \
|
||||
file://connman \
|
||||
"
|
||||
|
||||
SRC_URI[md5sum] = "11616a4fa1d03f96f0739730645f7c53"
|
||||
SRC_URI[sha256sum] = "e2a57376cdcd42b3876262da6959aa58428941e0eb2df9a4724cd3f1af934492"
|
||||
Reference in New Issue
Block a user