[oe-commits] Alexandru DAMIAN : bluez4: add readline dependency

git at git.openembedded.org git at git.openembedded.org
Mon Apr 8 16:59:59 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 99194be0332ac35da729ec53a2cc423cc520db28
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=99194be0332ac35da729ec53a2cc423cc520db28

Author: Alexandru DAMIAN <alexandru.damian at intel.com>
Date:   Mon Apr  8 15:56:39 2013 +0300

bluez4: add readline dependency

bluez4 uses readline to be build, but the dependency is not listed
This is listed in the configuration log.
So we add it.

Signed-off-by: Alexandru DAMIAN <alexandru.damian at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 bff24d3..42d82b0 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 libusb dbus-glib glib-2.0 libcheck"
+DEPENDS = "udev libusb dbus-glib glib-2.0 libcheck readline"
 RDEPENDS_${PN}-dev = "bluez-hcidump"
 
 PACKAGECONFIG ??= "\





More information about the Openembedded-commits mailing list