1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

connman: Update patchset

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2009-07-27 15:21:36 +01:00
parent dc50ffba55
commit 7370f7e42c
3 changed files with 21 additions and 8 deletions
+2 -1
View File
@@ -16,7 +16,8 @@ EXTRA_OECONF += " \
ac_cv_path_WPASUPPLICANT=/usr/sbin/wpa_supplicant"
SRC_URI = "git://git.kernel.org/pub/scm/network/connman/connman.git;protocol=git \
file://connman-install-tests.patch;patch=1 \
file://connman-install-tests-d52de88aff4771283b2ebee4f48a7af15862d0ae.patch;patch=1;rev=d52de88aff4771283b2ebee4f48a7af15862d0ae \
file://connman-install-tests.patch;patch=1;notrev=d52de88aff4771283b2ebee4f48a7af15862d0ae \
file://dbusperms.patch;patch=1 \
file://connman "
@@ -0,0 +1,13 @@
Index: git/test/Makefile.am
===================================================================
--- git.orig/test/Makefile.am 2009-05-21 12:07:39.000000000 +0100
+++ git/test/Makefile.am 2009-05-21 17:29:33.000000000 +0100
@@ -1,5 +1,7 @@
-EXTRA_DIST = get-state list-profiles list-services \
+testdir = $(pkgdatadir)/tests
+
+test_SCRIPTS = get-state list-profiles list-services \
list-connections select-connection \
list-devices enable-device disable-device start-scanning \
list-networks select-network disable-network create-network \
@@ -1,13 +1,12 @@
Index: git/test/Makefile.am
===================================================================
--- git.orig/test/Makefile.am 2009-05-21 12:07:39.000000000 +0100
+++ git/test/Makefile.am 2009-05-21 17:29:33.000000000 +0100
@@ -1,5 +1,7 @@
-EXTRA_DIST = get-state list-profiles list-services \
--- git.orig/test/Makefile.am 2009-07-24 16:14:10.000000000 +0100
+++ git/test/Makefile.am 2009-07-24 16:16:18.000000000 +0100
@@ -1,5 +1,6 @@
+testdir = $(pkgdatadir)/tests
+
+test_SCRIPTS = get-state list-profiles list-services \
-EXTRA_DIST = get-state list-profiles list-services connect-service \
+test_SCRIPTS = get-state list-profiles list-services connect-service \
list-connections select-connection \
list-devices enable-device disable-device start-scanning \
list-networks select-network disable-network create-network \