| Submitter | chase maupin |
|---|---|
| Date | March 6, 2012, 7:02 p.m. |
| Message ID | <1331060564-7425-1-git-send-email-Chase.Maupin@ti.com> |
| Download | mbox | patch |
| Permalink | /patch/22833/ |
| State | New |
| Headers | show |
Comments
Op 6 mrt. 2012 om 20:02 heeft Chase Maupin <Chase.Maupin@ti.com> het volgende geschreven: > * 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 availalbe 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. > > Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> > --- > 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 9158687..fbbe0bf 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 \ > file://COPYING.LIB;md5=fb504b67c50331fc78734fed90fb0e09 \ > file://src/main.c;beginline=1;endline=24;md5=9bc54b93cd7e17bf03f52513f39f926e \ > file://sbc/sbc.c;beginline=1;endline=25;md5=1a40781ed30d50d8639323a184aeb191" > -DEPENDS = "udev alsa-lib libusb dbus-glib glib-2.0" > +DEPENDS = "udev alsa-lib libusb dbus-glib glib-2.0 libcheck" > RDEPENDS_${PN}-dev = "bluez-hcidump" > > ASNEEDED = "" Missing PR bump :) > -- > 1.7.0.4 > > > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
Patch
diff --git a/meta/recipes-connectivity/bluez/bluez4.inc b/meta/recipes-connectivity/bluez/bluez4.inc index 9158687..fbbe0bf 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 \ file://COPYING.LIB;md5=fb504b67c50331fc78734fed90fb0e09 \ file://src/main.c;beginline=1;endline=24;md5=9bc54b93cd7e17bf03f52513f39f926e \ file://sbc/sbc.c;beginline=1;endline=25;md5=1a40781ed30d50d8639323a184aeb191" -DEPENDS = "udev alsa-lib libusb dbus-glib glib-2.0" +DEPENDS = "udev alsa-lib libusb dbus-glib glib-2.0 libcheck" RDEPENDS_${PN}-dev = "bluez-hcidump" ASNEEDED = ""
* 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 availalbe 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. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> --- meta/recipes-connectivity/bluez/bluez4.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)