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>
This commit is contained in:
Mihai Prica 2013-09-06 17:49:01 +03:00 committed by Richard Purdie
parent 9d33660972
commit ea8494350f
1 changed files with 4 additions and 2 deletions

View File

@ -55,7 +55,7 @@ do_install_append() {
}
ALLOW_EMPTY_libasound-module-bluez = "1"
PACKAGES =+ "libasound-module-bluez ${PN}-test ${PN}-obex"
PACKAGES =+ "libasound-module-bluez ${PN}-testtools ${PN}-obex"
FILES_libasound-module-bluez = "${libdir}/alsa-lib/lib*.so ${datadir}/alsa"
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 \
"
SYSTEMD_SERVICE_${PN}-obex = "obex.service"
FILES_${PN}-test = "${libdir}/bluez/test/*"
FILES_${PN}-testtools = "${libdir}/bluez/test/*"
FILES_${PN}-dbg += "\
${libdir}/${BPN}/bluetooth/.debug \
@ -79,4 +79,6 @@ FILES_${PN}-dbg += "\
*/udev/.debug \
"
RDEPENDS_${PN}-testtools += "python python-dbus python-pygobject"
SYSTEMD_SERVICE_${PN} = "bluetooth.service"