diff options
author | Chase Maupin <Chase.Maupin@ti.com> | 2012-03-07 14:48:52 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-08 11:55:33 -0800 |
commit | 70cff1cb93d67fc64db2edbd605a9f460012f699 (patch) | |
tree | 1847c069dc97805724822f2975ee8467819c77ef /meta/recipes-connectivity/bluez/bluez4.inc | |
parent | 62a2a41194dec4d158c65b218fa45761b4fe1dda (diff) | |
download | poky-70cff1cb93d67fc64db2edbd605a9f460012f699.tar.gz |
bluez4: add dependency on libcheck to enable test modules
* The later versions of bluez such as 4.98 require libcheck
in order to build the test packages as enabled by the
--enable-test option passed in EXTRA_OECONF.
* Failure to have the libcheck package available results in the
configure script ignoring the --enable-test option and not
building the test modules.
* Adding libcheck, which is greater than the minimum required
version of the check library of 0.9.6 allows building the
test modules.
* Build tested for am335x-evm MACHINE type and run time tested
by back porting this fix to the oe-classic and arago setup
and booting on am335x-evm.
(From OE-Core rev: 6e5fc682a4d464f62fbba12e61a8bc8e97ff92e2)
Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/bluez/bluez4.inc')
-rw-r--r-- | meta/recipes-connectivity/bluez/bluez4.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/bluez/bluez4.inc b/meta/recipes-connectivity/bluez/bluez4.inc index 9158687e86..fbbe0bf742 100644 --- a/meta/recipes-connectivity/bluez/bluez4.inc +++ b/meta/recipes-connectivity/bluez/bluez4.inc | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \ | |||
7 | file://COPYING.LIB;md5=fb504b67c50331fc78734fed90fb0e09 \ | 7 | file://COPYING.LIB;md5=fb504b67c50331fc78734fed90fb0e09 \ |
8 | file://src/main.c;beginline=1;endline=24;md5=9bc54b93cd7e17bf03f52513f39f926e \ | 8 | file://src/main.c;beginline=1;endline=24;md5=9bc54b93cd7e17bf03f52513f39f926e \ |
9 | file://sbc/sbc.c;beginline=1;endline=25;md5=1a40781ed30d50d8639323a184aeb191" | 9 | file://sbc/sbc.c;beginline=1;endline=25;md5=1a40781ed30d50d8639323a184aeb191" |
10 | DEPENDS = "udev alsa-lib libusb dbus-glib glib-2.0" | 10 | DEPENDS = "udev alsa-lib libusb dbus-glib glib-2.0 libcheck" |
11 | RDEPENDS_${PN}-dev = "bluez-hcidump" | 11 | RDEPENDS_${PN}-dev = "bluez-hcidump" |
12 | 12 | ||
13 | ASNEEDED = "" | 13 | ASNEEDED = "" |