diff options
Diffstat (limited to 'meta/recipes-connectivity/connman/files/connman-install-tests.patch')
-rw-r--r-- | meta/recipes-connectivity/connman/files/connman-install-tests.patch | 15 |
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 @@ | |||
1 | Index: 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 \ | ||