diff options
author | Ross Burton <ross.burton@intel.com> | 2012-06-20 12:27:20 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-21 13:03:05 +0100 |
commit | 84e5d581226ab5daf72722214bc58c35c1bdfe7f (patch) | |
tree | f8bca912a0b93af2ab289df9283102baf4ed72b2 /meta/recipes-connectivity/connman/connman.inc | |
parent | 36f08d973fda175c4bfc661acbb1e1d872fe3dc1 (diff) | |
download | poky-84e5d581226ab5daf72722214bc58c35c1bdfe7f.tar.gz |
connman: upgrade to 1.0
Drop patches that have been merged upstream, or are not relevant any more.
License checksums changed because the (C) years were updated.
(From OE-Core rev: d7e7d38a2beded17937e330adf4edb89807bfdd4)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/connman/connman.inc')
-rw-r--r-- | meta/recipes-connectivity/connman/connman.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index 7215f2564b..ae26689d5d 100644 --- a/meta/recipes-connectivity/connman/connman.inc +++ b/meta/recipes-connectivity/connman/connman.inc | |||
@@ -11,7 +11,7 @@ HOMEPAGE = "http://connman.net/" | |||
11 | BUGTRACKER = "http://bugs.meego.com/buglist.cgi?quicksearch=connman" | 11 | BUGTRACKER = "http://bugs.meego.com/buglist.cgi?quicksearch=connman" |
12 | LICENSE = "GPLv2" | 12 | LICENSE = "GPLv2" |
13 | LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \ | 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \ |
14 | file://src/main.c;beginline=1;endline=20;md5=4b55b550fa6b33cc2055ef30dd262b3e" | 14 | file://src/main.c;beginline=1;endline=20;md5=d6a1ac98a6791c5294e8a7f176ecd66d" |
15 | 15 | ||
16 | # we need to define the depends here, the dynamic stuff is too late | 16 | # we need to define the depends here, the dynamic stuff is too late |
17 | DEPENDS = "dbus glib-2.0 ppp iptables gnutls \ | 17 | DEPENDS = "dbus glib-2.0 ppp iptables gnutls \ |
@@ -20,7 +20,7 @@ DEPENDS = "dbus glib-2.0 ppp iptables gnutls \ | |||
20 | ${@base_contains('DISTRO_FEATURES', '3g','ofono', '', d)} \ | 20 | ${@base_contains('DISTRO_FEATURES', '3g','ofono', '', d)} \ |
21 | " | 21 | " |
22 | 22 | ||
23 | INC_PR = "r8" | 23 | INC_PR = "r9" |
24 | 24 | ||
25 | TIST = "--enable-tist" | 25 | TIST = "--enable-tist" |
26 | TIST_powerpc = "" | 26 | TIST_powerpc = "" |