connman 0.74: enable ntp plugin

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2011-06-08 15:26:13 +02:00
parent ee3c757b7e
commit 2d994bb856
2 changed files with 6 additions and 5 deletions
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \
file://src/main.c;beginline=1;endline=20;md5=4b55b550fa6b33cc2055ef30dd262b3e" file://src/main.c;beginline=1;endline=20;md5=4b55b550fa6b33cc2055ef30dd262b3e"
# we need to define the depends here, the dynamic stuff is too late # we need to define the depends here, the dynamic stuff is too late
DEPENDS = "libnl wpa-supplicant dbus glib-2.0 ppp busybox dhcp resolvconf bluez4 iptables gnutls" DEPENDS = "libnl wpa-supplicant dbus glib-2.0 ppp busybox dhcp resolvconf bluez4 iptables gnutls ntp"
EXTRA_OECONF += "\ EXTRA_OECONF += "\
ac_cv_path_WPASUPPLICANT=/usr/sbin/wpa_supplicant \ ac_cv_path_WPASUPPLICANT=/usr/sbin/wpa_supplicant \
@@ -46,7 +46,7 @@ do_install_append() {
} }
python populate_packages_prepend() { python populate_packages_prepend() {
depmap = dict( pppd="ppp", udhcp="busybox connman-scripts", dhclient="dhcp-client", wifi="wpa-supplicant", resolvconf="resolvconf", bluetooth="bluez4" ) depmap = dict( pppd="ppp", udhcp="busybox connman-scripts", dhclient="dhcp-client", wifi="wpa-supplicant", resolvconf="resolvconf", bluetooth="bluez4", ntpd="ntp" )
packages = [] packages = []
hook = lambda file,pkg,b,c,d:packages.append((file,pkg)) hook = lambda file,pkg,b,c,d:packages.append((file,pkg))
plugin_dir = bb.data.expand('${libdir}/connman/plugins/', d) plugin_dir = bb.data.expand('${libdir}/connman/plugins/', d)
@@ -1,5 +1,7 @@
require connman.inc require connman.inc
PR = "r1"
EXTRA_OECONF += "\ EXTRA_OECONF += "\
--disable-gtk-doc \ --disable-gtk-doc \
--enable-debug \ --enable-debug \
@@ -7,15 +9,14 @@ EXTRA_OECONF += "\
--enable-loopback \ --enable-loopback \
--enable-ethernet \ --enable-ethernet \
--enable-wifi \ --enable-wifi \
--disable-wimax \
--enable-bluetooth \ --enable-bluetooth \
--enable-ofono \ --enable-ofono \
--enable-resolvconf \
--enable-dnsproxy \
--enable-tools \ --enable-tools \
--disable-polkit \ --disable-polkit \
--enable-client \ --enable-client \
--enable-fake \ --enable-fake \
--enable-ntpd \
--with-ntpd=${bindir}/ntpd \
" "
SRC_URI = "\ SRC_URI = "\