summaryrefslogtreecommitdiffstats
path: root/meta/packages/connman
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/connman')
-rw-r--r--meta/packages/connman/connman_git.bb3
-rw-r--r--meta/packages/connman/files/connman-install-tests.patch13
2 files changed, 15 insertions, 1 deletions
diff --git a/meta/packages/connman/connman_git.bb b/meta/packages/connman/connman_git.bb
index a826b4b04c..8a6ea26b82 100644
--- a/meta/packages/connman/connman_git.bb
+++ b/meta/packages/connman/connman_git.bb
@@ -1,7 +1,7 @@
1HOMEPAGE = "http://www.moblin.org/projects/projects_connman.php" 1HOMEPAGE = "http://www.moblin.org/projects/projects_connman.php"
2SUMMARY = "Moblin Connection Manager" 2SUMMARY = "Moblin Connection Manager"
3PV = "0.19+git${SRCREV}" 3PV = "0.19+git${SRCREV}"
4PR = "r5" 4PR = "r6"
5S = "${WORKDIR}/git" 5S = "${WORKDIR}/git"
6LICENSE = "GPL" 6LICENSE = "GPL"
7 7
@@ -17,6 +17,7 @@ EXTRA_OECONF += " \
17 ac_cv_path_DHCLIENT=/sbin/dhclient " 17 ac_cv_path_DHCLIENT=/sbin/dhclient "
18 18
19SRC_URI = "git://git.kernel.org/pub/scm/network/connman/connman.git;protocol=git \ 19SRC_URI = "git://git.kernel.org/pub/scm/network/connman/connman.git;protocol=git \
20 file://connman-install-tests.patch;patch=1 \
20 file://connman " 21 file://connman "
21 22
22INITSCRIPT_NAME = "connman" 23INITSCRIPT_NAME = "connman"
diff --git a/meta/packages/connman/files/connman-install-tests.patch b/meta/packages/connman/files/connman-install-tests.patch
new file mode 100644
index 0000000000..57df7196ec
--- /dev/null
+++ b/meta/packages/connman/files/connman-install-tests.patch
@@ -0,0 +1,13 @@
1Index: git/test/Makefile.am
2===================================================================
3--- git.orig/test/Makefile.am 2009-05-21 12:07:39.000000000 +0100
4+++ git/test/Makefile.am 2009-05-21 17:29:33.000000000 +0100
5@@ -1,5 +1,7 @@
6
7-EXTRA_DIST = get-state list-profiles list-services \
8+testdir = $(pkgdatadir)/tests
9+
10+test_SCRIPTS = get-state list-profiles list-services \
11 list-connections select-connection \
12 list-devices enable-device disable-device start-scanning \
13 list-networks select-network disable-network create-network \