diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-08-24 16:06:06 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-08-24 16:06:06 +0100 |
commit | 484c2e5b3cc186e0e7dcb3affe576ca118b5c63c (patch) | |
tree | ad51f0495f1a8ddac30ff9d8b0954f465a9df55f /meta | |
parent | 1a338f56ac53ca415d37c551212811d8b2efd808 (diff) | |
download | poky-484c2e5b3cc186e0e7dcb3affe576ca118b5c63c.tar.gz |
connman: Update patch and bump revision
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/connman/connman_git.bb | 1 | ||||
-rw-r--r-- | meta/packages/connman/files/connman-install-tests.patch | 23 |
2 files changed, 14 insertions, 10 deletions
diff --git a/meta/packages/connman/connman_git.bb b/meta/packages/connman/connman_git.bb index f590b3f10f..b7da708e06 100644 --- a/meta/packages/connman/connman_git.bb +++ b/meta/packages/connman/connman_git.bb | |||
@@ -27,6 +27,7 @@ INITSCRIPT_PARAMS = "start 05 5 2 . stop 22 0 1 6 ." | |||
27 | inherit autotools_stage pkgconfig update-rc.d | 27 | inherit autotools_stage pkgconfig update-rc.d |
28 | 28 | ||
29 | do_install_append() { | 29 | do_install_append() { |
30 | install -d ${D}${sysconfdir}/init.d/ | ||
30 | install -m 0755 ${WORKDIR}/connman ${D}${sysconfdir}/init.d/connman | 31 | install -m 0755 ${WORKDIR}/connman ${D}${sysconfdir}/init.d/connman |
31 | } | 32 | } |
32 | 33 | ||
diff --git a/meta/packages/connman/files/connman-install-tests.patch b/meta/packages/connman/files/connman-install-tests.patch index 3deda9d72c..0ea3758f2d 100644 --- a/meta/packages/connman/files/connman-install-tests.patch +++ b/meta/packages/connman/files/connman-install-tests.patch | |||
@@ -1,12 +1,15 @@ | |||
1 | Index: git/test/Makefile.am | 1 | Index: git/Makefile.am |
2 | =================================================================== | 2 | =================================================================== |
3 | --- git.orig/test/Makefile.am 2009-07-24 16:14:10.000000000 +0100 | 3 | --- git.orig/Makefile.am 2009-08-24 15:56:33.000000000 +0100 |
4 | +++ git/test/Makefile.am 2009-07-24 16:16:18.000000000 +0100 | 4 | +++ git/Makefile.am 2009-08-24 16:02:38.000000000 +0100 |
5 | @@ -1,5 +1,6 @@ | 5 | @@ -115,7 +115,9 @@ |
6 | +testdir = $(pkgdatadir)/tests | 6 | tools_wifi_scan_LDADD = @GLIB_LIBS@ @NETLINK_LIBS@ |
7 | endif | ||
7 | 8 | ||
8 | -EXTRA_DIST = get-state list-profiles list-services connect-service \ | 9 | -EXTRA_DIST += test/get-state test/list-profiles test/list-services \ |
9 | +test_SCRIPTS = get-state list-profiles list-services connect-service \ | 10 | +testdir = $(pkgdatadir)/tests |
10 | list-connections select-connection \ | 11 | + |
11 | list-devices enable-device disable-device start-scanning \ | 12 | +test_SCRIPTS = test/get-state test/list-profiles test/list-services \ |
12 | list-networks select-network disable-network create-network \ | 13 | test/connect-service test/list-connections \ |
14 | test/select-connection test/list-devices test/enable-device \ | ||
15 | test/disable-device test/start-scanning test/list-networks \ | ||