diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-24 23:04:13 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-25 11:40:00 +0000 |
commit | c80e8dd3a5aea663ff2cd10ac5b44af8c9388af6 (patch) | |
tree | 098624762cfa066808a070a616052e27b694f23a /meta/recipes-connectivity/ofono/ofono.inc | |
parent | 4bf73cbbe204b1175f7a92322a440a6642ffc083 (diff) | |
download | poky-c80e8dd3a5aea663ff2cd10ac5b44af8c9388af6.tar.gz |
ofono: Fix missing python dependency and package tests separately
We need to ensure there is a python dependency for the ofono python
test scripts. To do this without introducing the dependency
unnecessarily for the core ofono functionality, this patch splits
the tests into a separate package too.
[YOCTO #1705]
(From OE-Core rev: f699cb48c7f379f97623f1f244b0b6c5875d7497)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/ofono/ofono.inc')
-rw-r--r-- | meta/recipes-connectivity/ofono/ofono.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/ofono/ofono.inc b/meta/recipes-connectivity/ofono/ofono.inc index 0b1a6e1234..0cc58ae3a5 100644 --- a/meta/recipes-connectivity/ofono/ofono.inc +++ b/meta/recipes-connectivity/ofono/ofono.inc | |||
@@ -17,4 +17,8 @@ do_install_append() { | |||
17 | install -m 0755 ${WORKDIR}/ofono ${D}${sysconfdir}/init.d/ofono | 17 | install -m 0755 ${WORKDIR}/ofono ${D}${sysconfdir}/init.d/ofono |
18 | } | 18 | } |
19 | 19 | ||
20 | PACKAGES =+ "${PN}-tests" | ||
21 | |||
20 | FILES_${PN} += "${base_libdir}/udev ${base_libdir}/systemd" | 22 | FILES_${PN} += "${base_libdir}/udev ${base_libdir}/systemd" |
23 | FILES_${PN}-tests = "${libdir}/ofono" | ||
24 | RDEPENDS_${PN}-tests = "python" | ||