summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/connman/files/connman-install-tests.patch
diff options
context:
space:
mode:
authorDongxiao Xu <dongxiao.xu@intel.com>2010-08-26 13:37:52 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-08-27 15:46:55 +0100
commitca4a58a4eb66e6e08f358de7f8869a35389ee605 (patch)
tree915bdde88c353517b1763907ca41c02745635bc2 /meta/recipes-connectivity/connman/files/connman-install-tests.patch
parentf6917ad47b0425f9ccb3965aa9220ed3ba0e49ec (diff)
downloadpoky-ca4a58a4eb66e6e08f358de7f8869a35389ee605.tar.gz
connman: Use connman as default network management tool
Upgrade connman to version 0.56 Modify connman-gnome to match the recent version of connman Deprecate networkmanager Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/recipes-connectivity/connman/files/connman-install-tests.patch')
-rw-r--r--meta/recipes-connectivity/connman/files/connman-install-tests.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/meta/recipes-connectivity/connman/files/connman-install-tests.patch b/meta/recipes-connectivity/connman/files/connman-install-tests.patch
deleted file mode 100644
index 0ea3758f2d..0000000000
--- a/meta/recipes-connectivity/connman/files/connman-install-tests.patch
+++ /dev/null
@@ -1,15 +0,0 @@
1Index: git/Makefile.am
2===================================================================
3--- git.orig/Makefile.am 2009-08-24 15:56:33.000000000 +0100
4+++ git/Makefile.am 2009-08-24 16:02:38.000000000 +0100
5@@ -115,7 +115,9 @@
6 tools_wifi_scan_LDADD = @GLIB_LIBS@ @NETLINK_LIBS@
7 endif
8
9-EXTRA_DIST += test/get-state test/list-profiles test/list-services \
10+testdir = $(pkgdatadir)/tests
11+
12+test_SCRIPTS = test/get-state test/list-profiles test/list-services \
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 \