From 38db27a2d693c0399b1af53e54c128b60b370258 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 2 Oct 2009 10:06:06 +0200 Subject: connman: update git version connman-gnome: update git version --- recipes/connman/connman_git.bb | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) (limited to 'recipes/connman/connman_git.bb') 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" -- cgit 1.2.3-korg