diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/connman/connman_git.bb | 3 | ||||
-rw-r--r-- | meta/packages/connman/files/connman-install-tests.patch | 13 |
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 @@ | |||
1 | HOMEPAGE = "http://www.moblin.org/projects/projects_connman.php" | 1 | HOMEPAGE = "http://www.moblin.org/projects/projects_connman.php" |
2 | SUMMARY = "Moblin Connection Manager" | 2 | SUMMARY = "Moblin Connection Manager" |
3 | PV = "0.19+git${SRCREV}" | 3 | PV = "0.19+git${SRCREV}" |
4 | PR = "r5" | 4 | PR = "r6" |
5 | S = "${WORKDIR}/git" | 5 | S = "${WORKDIR}/git" |
6 | LICENSE = "GPL" | 6 | LICENSE = "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 | ||
19 | SRC_URI = "git://git.kernel.org/pub/scm/network/connman/connman.git;protocol=git \ | 19 | SRC_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 | ||
22 | INITSCRIPT_NAME = "connman" | 23 | INITSCRIPT_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 @@ | |||
1 | Index: 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 \ | ||