diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2006-12-10 20:16:44 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2006-12-10 20:16:44 +0000 |
commit | dd4380869f19be2f69502c711938acef7bb350cc (patch) | |
tree | e4d6d3dfb9ef758cc210a0b63ec08e96c7f7617f | |
parent | bc9afc249ce775b24751661e0279b87e389c8af2 (diff) |
libcap: Make DEPENDS on flex-native and bison-native explicit. Closes 1659.
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.
-rw-r--r-- | packages/libcap/libcap_1.10.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/libcap/libcap_1.10.bb b/packages/libcap/libcap_1.10.bb index 886248c5ad..7e3b89ae82 100644 --- a/packages/libcap/libcap_1.10.bb +++ b/packages/libcap/libcap_1.10.bb @@ -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}" |