diff options
author | Mihai Prica <mihai.prica@intel.com> | 2013-09-06 17:49:01 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-06 23:04:52 +0100 |
commit | ea8494350fc8affa8c8a890e4ba1ba4b70a4ff56 (patch) | |
tree | 406f248582b8cf4ff8352891230953117730d0e1 | |
parent | 9d336609723abfe7aca7dbce5ac3964d5cc1b530 (diff) | |
download | poky-ea8494350fc8affa8c8a890e4ba1ba4b70a4ff56.tar.gz |
bluez5: Rename tests package to testtools
Bluez5 ships some tools that can be used to test its
functionality.
The installation can be tested using "make check" and
this should be included in a ptest package.
[YB #5028]
(From OE-Core rev: 8c3cbaf3fa5eafa55f209100211bd5c124b8cfaa)
Signed-off-by: Mihai Prica <mihai.prica@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-connectivity/bluez5/bluez5.inc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc index e2b71699a0..e5cb9e8ba7 100644 --- a/meta/recipes-connectivity/bluez5/bluez5.inc +++ b/meta/recipes-connectivity/bluez5/bluez5.inc | |||
@@ -55,7 +55,7 @@ do_install_append() { | |||
55 | } | 55 | } |
56 | 56 | ||
57 | ALLOW_EMPTY_libasound-module-bluez = "1" | 57 | ALLOW_EMPTY_libasound-module-bluez = "1" |
58 | PACKAGES =+ "libasound-module-bluez ${PN}-test ${PN}-obex" | 58 | PACKAGES =+ "libasound-module-bluez ${PN}-testtools ${PN}-obex" |
59 | 59 | ||
60 | FILES_libasound-module-bluez = "${libdir}/alsa-lib/lib*.so ${datadir}/alsa" | 60 | FILES_libasound-module-bluez = "${libdir}/alsa-lib/lib*.so ${datadir}/alsa" |
61 | FILES_${PN} += "${libdir}/bluetooth/plugins ${libdir}/bluetooth/plugins/*.so ${base_libdir}/udev/ ${nonarch_base_libdir}/udev/ ${systemd_unitdir}/ ${datadir}/dbus-1" | 61 | FILES_${PN} += "${libdir}/bluetooth/plugins ${libdir}/bluetooth/plugins/*.so ${base_libdir}/udev/ ${nonarch_base_libdir}/udev/ ${systemd_unitdir}/ ${datadir}/dbus-1" |
@@ -70,7 +70,7 @@ FILES_${PN}-obex = "${libdir}/bluez5/bluetooth/obexd \ | |||
70 | " | 70 | " |
71 | SYSTEMD_SERVICE_${PN}-obex = "obex.service" | 71 | SYSTEMD_SERVICE_${PN}-obex = "obex.service" |
72 | 72 | ||
73 | FILES_${PN}-test = "${libdir}/bluez/test/*" | 73 | FILES_${PN}-testtools = "${libdir}/bluez/test/*" |
74 | 74 | ||
75 | FILES_${PN}-dbg += "\ | 75 | FILES_${PN}-dbg += "\ |
76 | ${libdir}/${BPN}/bluetooth/.debug \ | 76 | ${libdir}/${BPN}/bluetooth/.debug \ |
@@ -79,4 +79,6 @@ FILES_${PN}-dbg += "\ | |||
79 | */udev/.debug \ | 79 | */udev/.debug \ |
80 | " | 80 | " |
81 | 81 | ||
82 | RDEPENDS_${PN}-testtools += "python python-dbus python-pygobject" | ||
83 | |||
82 | SYSTEMD_SERVICE_${PN} = "bluetooth.service" | 84 | SYSTEMD_SERVICE_${PN} = "bluetooth.service" |