libcap: Make DEPENDS on flex-native and bison-native explicit. Closes 1659.
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Sun, 10 Dec 2006 20:16:44 +0000 (20:16 +0000)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Sun, 10 Dec 2006 20:16:44 +0000 (20:16 +0000)
This is being pulled in automatically for most DISTRO via gcc-cross
and binutils-cross but not when these are assumed provided as for
Sharp ROM for example.

packages/libcap/libcap_1.10.bb

index 886248c..7e3b89a 100644 (file)
@@ -2,6 +2,7 @@ DESCRIPTION = "Libcap is a library for getting and setting POSIX.1e (formerly PO
 PRIORITY = "optional"
 SECTION = "libs"
 LICENSE = "GPL"
+DEPENDS = "bison-native flex-native"
 
 SRC_URI = "http://www.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.4/libcap-${PV}.tar.bz2 \
           file://makenames.patch;patch=1 \
@@ -23,4 +24,4 @@ do_install() {
 }
 
 FILES_${PN} = "${libdir}"
-FILES_${PN}-dev = "${includedir}"
\ No newline at end of file
+FILES_${PN}-dev = "${includedir}"