From 4e016567b67d882294afe2a536d9a391f4ca73e4 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Wed, 7 Dec 2011 21:18:02 +0000 Subject: 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 Signed-off-by: Koen Kooi --- .../recipes-connectivity/connman/connman_0.77.bb | 34 ---------------------- .../recipes-connectivity/connman/connman_0.78.bb | 33 +++++++++++++++++++++ 2 files changed, 33 insertions(+), 34 deletions(-) delete mode 100644 meta-oe/recipes-connectivity/connman/connman_0.77.bb create mode 100644 meta-oe/recipes-connectivity/connman/connman_0.78.bb diff --git a/meta-oe/recipes-connectivity/connman/connman_0.77.bb b/meta-oe/recipes-connectivity/connman/connman_0.77.bb deleted file mode 100644 index 9ef368b27d..0000000000 --- a/meta-oe/recipes-connectivity/connman/connman_0.77.bb +++ /dev/null @@ -1,34 +0,0 @@ -require connman.inc -PR = "r4" - -EXTRA_OECONF += "\ - --disable-gtk-doc \ - --enable-debug \ - --enable-threads \ - --enable-loopback \ - --enable-ethernet \ - ${@base_contains('DISTRO_FEATURES', 'wifi','--enable-wifi', '--disable-wifi', d)} \ - ${@base_contains('DISTRO_FEATURES', 'bluetooth','--enable-bluetooth', '--disable-bluetooth', d)} \ - --enable-ofono \ - --enable-tools \ - --disable-polkit \ - --enable-client \ - --enable-fake \ - --enable-ntpd \ - --with-ntpd=${bindir}/ntpd \ -" - -SRC_URI = "\ - http://www.kernel.org/pub/linux/network/connman/connman-${PV}.tar.gz \ - file://connman \ -" - -SRC_URI[md5sum] = "2e95edb0ead4fff3e84458f7fa192a64" -SRC_URI[sha256sum] = "df6e926c4b0ccbab26d6e21b9935ab72fa5adf275eb7ac2b48540117ae84cbcc" - -# 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() { - sed -i 's:tools/alg-test ::g' Makefile.am - sed -i 's:AC_CHECK_HEADERS(linux/if_alg.h, dummy=yes,::g; - s:AC_MSG_ERROR(User-space algorithm header files are required))::g' configure.ac -} diff --git a/meta-oe/recipes-connectivity/connman/connman_0.78.bb b/meta-oe/recipes-connectivity/connman/connman_0.78.bb new file mode 100644 index 0000000000..f486f95aa4 --- /dev/null +++ b/meta-oe/recipes-connectivity/connman/connman_0.78.bb @@ -0,0 +1,33 @@ +require connman.inc + +EXTRA_OECONF += "\ + --disable-gtk-doc \ + --enable-debug \ + --enable-threads \ + --enable-loopback \ + --enable-ethernet \ + ${@base_contains('DISTRO_FEATURES', 'wifi','--enable-wifi', '--disable-wifi', d)} \ + ${@base_contains('DISTRO_FEATURES', 'bluetooth','--enable-bluetooth', '--disable-bluetooth', d)} \ + --enable-ofono \ + --enable-tools \ + --disable-polkit \ + --enable-client \ + --enable-fake \ + --enable-ntpd \ + --with-ntpd=${bindir}/ntpd \ +" + +S = "${WORKDIR}/git" + +# 0.78 tag +SRCREV = "02f5d5fe2d7c71514a6387ba2b772b42d8e8d297" + +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() { + sed -i 's:tools/alg-test ::g' Makefile.am + sed -i 's:AC_CHECK_HEADERS(linux/if_alg.h, dummy=yes,::g; + s:AC_MSG_ERROR(User-space algorithm header files are required))::g' configure.ac +} -- cgit v1.2.3-54-g00ecf