mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
connman: Install test scripts
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
HOMEPAGE = "http://www.moblin.org/projects/projects_connman.php"
|
HOMEPAGE = "http://www.moblin.org/projects/projects_connman.php"
|
||||||
SUMMARY = "Moblin Connection Manager"
|
SUMMARY = "Moblin Connection Manager"
|
||||||
PV = "0.19+git${SRCREV}"
|
PV = "0.19+git${SRCREV}"
|
||||||
PR = "r5"
|
PR = "r6"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
|
|
||||||
@@ -17,6 +17,7 @@ EXTRA_OECONF += " \
|
|||||||
ac_cv_path_DHCLIENT=/sbin/dhclient "
|
ac_cv_path_DHCLIENT=/sbin/dhclient "
|
||||||
|
|
||||||
SRC_URI = "git://git.kernel.org/pub/scm/network/connman/connman.git;protocol=git \
|
SRC_URI = "git://git.kernel.org/pub/scm/network/connman/connman.git;protocol=git \
|
||||||
|
file://connman-install-tests.patch;patch=1 \
|
||||||
file://connman "
|
file://connman "
|
||||||
|
|
||||||
INITSCRIPT_NAME = "connman"
|
INITSCRIPT_NAME = "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 \
|
||||||
Reference in New Issue
Block a user