mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 17:19:23 +00:00
connman: add recipe for the latest released version 0.73
* MJ merged connman.inc changes from oe.dev with it Signed-off-by: Simon Busch <morphis@gravedo.de>
This commit is contained in:
@@ -71,6 +71,11 @@ FILES_${PN} = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${libdir}/lib*.so.* \
|
||||
${libdir}/bonobo/servers \
|
||||
${datadir}/dbus-1/system-services/*"
|
||||
|
||||
# Package up systemd files
|
||||
FILES_${PN} += "${base_libdir}/systemd"
|
||||
# Needed when using DNS proxy feature
|
||||
RRECOMMENDS_${PN} += "dnsmasq-dbus"
|
||||
|
||||
FILES_${PN}-test-utils += "${libdir}/connman/test/*"
|
||||
|
||||
FILES_${PN}-scripts += "${libdir}/connman/scripts"
|
||||
|
||||
@@ -0,0 +1,31 @@
|
||||
require connman.inc
|
||||
# connman requires libXtables now
|
||||
DEPENDS += "iptables"
|
||||
PR = "r0"
|
||||
|
||||
EXTRA_OECONF += "\
|
||||
--disable-gtk-doc \
|
||||
--enable-debug \
|
||||
--enable-threads \
|
||||
--enable-loopback \
|
||||
--enable-ethernet \
|
||||
--enable-wifi \
|
||||
--disable-wimax \
|
||||
--enable-bluetooth \
|
||||
--enable-ofono \
|
||||
--enable-resolvconf \
|
||||
--enable-dnsproxy \
|
||||
--enable-tools \
|
||||
--disable-polkit \
|
||||
--enable-client \
|
||||
--enable-fake \
|
||||
"
|
||||
|
||||
SRC_URI = "\
|
||||
http://www.kernel.org/pub/linux/network/connman/connman-${PV}.tar.gz \
|
||||
file://link-against-libnl2.patch \
|
||||
file://connman \
|
||||
"
|
||||
|
||||
SRC_URI[md5sum] = "01085b2ed8f7b11a41724f1528720cc7"
|
||||
SRC_URI[sha256sum] = "b71ff2c3925ea82a7ebf818685f809e595d5c47d767005dfb149c6264b098417"
|
||||
Reference in New Issue
Block a user