diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2013-01-15 22:08:45 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-16 11:57:33 +0000 |
commit | b1ae9679089f958d01020e7a77b40be504740c2c (patch) | |
tree | 83551c2698c8ce9822cd10f1f338a3b8c0382ad9 /meta/recipes-connectivity/connman/connman_1.10.bb | |
parent | 7048fbdc05c1f2d9acaf1052550dec792c1f18da (diff) | |
download | poky-b1ae9679089f958d01020e7a77b40be504740c2c.tar.gz |
connman: upgrade to 1.10
0002-storage.c-If-there-is-no-d_type-support-use-fstatat.patch
- adapted to the new version
0001-timezone.c-If-there-is-no-d_type-support-use-fstatat.patch
- patch removed (it is included in the new version)
inet-fix-ip-cleanup-functions.patch: added
- fix for ip cleanup functions
(From OE-Core rev: e0cca947fc87c8f7a6d2a8fd719c87d56dd52941)
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/connman/connman_1.10.bb')
-rw-r--r-- | meta/recipes-connectivity/connman/connman_1.10.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/connman/connman_1.10.bb b/meta/recipes-connectivity/connman/connman_1.10.bb new file mode 100644 index 0000000000..10d5255979 --- /dev/null +++ b/meta/recipes-connectivity/connman/connman_1.10.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | require connman.inc | ||
2 | |||
3 | # 1.10 tag | ||
4 | SRCREV = "3bda76eb442c9395db1dba17352c3e78376671cc" | ||
5 | SRC_URI = "git://git.kernel.org/pub/scm/network/connman/connman.git \ | ||
6 | file://0001-plugin.h-Change-visibility-to-default-for-debug-symb.patch \ | ||
7 | file://add_xuser_dbus_permission.patch \ | ||
8 | file://connman \ | ||
9 | file://0002-storage.c-If-there-is-no-d_type-support-use-fstatat.patch \ | ||
10 | file://inet-fix-ip-cleanup-functions.patch" | ||
11 | S = "${WORKDIR}/git" | ||
12 | PR = "${INC_PR}.0" | ||
13 | |||
14 | RRECOMMENDS_${PN} = "connman-conf" | ||