aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/connman/connman_git.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-10-02 10:06:06 +0200
committerKoen Kooi <koen@openembedded.org>2009-10-02 10:06:06 +0200
commit38db27a2d693c0399b1af53e54c128b60b370258 (patch)
tree23f67d97af23fd2115116753eaca525ad517092d /recipes/connman/connman_git.bb
parent8525f8ccc108d46346552aa59ad811be5c24da4e (diff)
downloadopenembedded-38db27a2d693c0399b1af53e54c128b60b370258.tar.gz
connman: update git version
connman-gnome: update git version
Diffstat (limited to 'recipes/connman/connman_git.bb')
-rw-r--r--recipes/connman/connman_git.bb30
1 files changed, 29 insertions, 1 deletions
diff --git a/recipes/connman/connman_git.bb b/recipes/connman/connman_git.bb
index 3a04f5f541..523d39ba2f 100644
--- a/recipes/connman/connman_git.bb
+++ b/recipes/connman/connman_git.bb
@@ -1,11 +1,39 @@
+EXTRA_OECONF = " \
+ --enable-threads \
+ --enable-ethernet \
+ --enable-wifi \
+ --enable-bluetooth \
+ --enable-modemmgr \
+ --enable-udhcp \
+ --enable-dhclient \
+ --enable-resolvconf \
+ --enable-loopback \
+ --enable-dnsproxy \
+ --enable-novatel \
+ --enable-huawei \
+ --enable-hso \
+ --enable-mbm \
+ --enable-ppp \
+ --disable-polkit \
+ --enable-client \
+ --enable-tools \
+ --enable-fake \
+"
+
require connman.inc
-PV = "0.12+gitr${SRCREV}"
+
+SRCREV = "1a94db417ecaba20a609ff4b4431a3f67c5dcbc6"
+
+PV = "0.42+git"
PR = "r0"
+PR_append = ".gitr${SRCREV}"
DEFAULT_PREFERENCE = "-1"
+DEFAULT_PREFERENCE_angstrom = "1"
SRC_URI = "\
git://git.kernel.org/pub/scm/network/connman/connman.git;protocol=git \
file://connman \
"
+
S = "${WORKDIR}/git"