aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2011-12-07 21:18:02 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2011-12-08 09:36:42 +0100
commit4e016567b67d882294afe2a536d9a391f4ca73e4 (patch)
tree43abc39a99b0bfc86b59689e8a84ec43dc43341f /meta-oe/recipes-connectivity
parent8adfaf3ad5ae30f192174b70ef102cf01d31a8a8 (diff)
downloadmeta-openembedded-contrib-4e016567b67d882294afe2a536d9a391f4ca73e4.tar.gz
connman: update to 0.78
We moved to GIT repository as the tarball releases are not available since kernel.org compromise. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-connectivity')
-rw-r--r--meta-oe/recipes-connectivity/connman/connman_0.78.bb (renamed from meta-oe/recipes-connectivity/connman/connman_0.77.bb)13
1 files changed, 6 insertions, 7 deletions
diff --git a/meta-oe/recipes-connectivity/connman/connman_0.77.bb b/meta-oe/recipes-connectivity/connman/connman_0.78.bb
index 9ef368b27d..f486f95aa4 100644
--- a/meta-oe/recipes-connectivity/connman/connman_0.77.bb
+++ b/meta-oe/recipes-connectivity/connman/connman_0.78.bb
@@ -1,5 +1,4 @@
require connman.inc
-PR = "r4"
EXTRA_OECONF += "\
--disable-gtk-doc \
@@ -18,13 +17,13 @@ EXTRA_OECONF += "\
--with-ntpd=${bindir}/ntpd \
"
-SRC_URI = "\
- http://www.kernel.org/pub/linux/network/connman/connman-${PV}.tar.gz \
- file://connman \
-"
+S = "${WORKDIR}/git"
+
+# 0.78 tag
+SRCREV = "02f5d5fe2d7c71514a6387ba2b772b42d8e8d297"
-SRC_URI[md5sum] = "2e95edb0ead4fff3e84458f7fa192a64"
-SRC_URI[sha256sum] = "df6e926c4b0ccbab26d6e21b9935ab72fa5adf275eb7ac2b48540117ae84cbcc"
+SRC_URI = "git://git.kernel.org/pub/scm/network/connman/connman.git \
+ file://connman"
# alg-test doesn't build, so disable that and test for if_alg.h as this header is only in 2.6.39
do_configure_prepend() {