summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 @@
1require connman.inc 1require connman.inc
2PR = "r4"
3 2
4EXTRA_OECONF += "\ 3EXTRA_OECONF += "\
5 --disable-gtk-doc \ 4 --disable-gtk-doc \
@@ -18,13 +17,13 @@ EXTRA_OECONF += "\
18 --with-ntpd=${bindir}/ntpd \ 17 --with-ntpd=${bindir}/ntpd \
19" 18"
20 19
21SRC_URI = "\ 20S = "${WORKDIR}/git"
22 http://www.kernel.org/pub/linux/network/connman/connman-${PV}.tar.gz \ 21
23 file://connman \ 22# 0.78 tag
24" 23SRCREV = "02f5d5fe2d7c71514a6387ba2b772b42d8e8d297"
25 24
26SRC_URI[md5sum] = "2e95edb0ead4fff3e84458f7fa192a64" 25SRC_URI = "git://git.kernel.org/pub/scm/network/connman/connman.git \
27SRC_URI[sha256sum] = "df6e926c4b0ccbab26d6e21b9935ab72fa5adf275eb7ac2b48540117ae84cbcc" 26 file://connman"
28 27
29# alg-test doesn't build, so disable that and test for if_alg.h as this header is only in 2.6.39 28# alg-test doesn't build, so disable that and test for if_alg.h as this header is only in 2.6.39
30do_configure_prepend() { 29do_configure_prepend() {