[oe-commits] org.oe.dev libcap: Make DEPENDS on flex-native and bison-native explicit. Closes 1659.

Laibsch commit openembedded-commits at lists.openembedded.org
Sun Dec 10 21:05:01 UTC 2006


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.

Author: Laibsch at openembedded.org
Branch: org.openembedded.dev
Revision: 66ac81e5457735c2fdeaffebbea0e83ef0b97877
ViewMTN: http://monotone.openembedded.org/revision.psp?id=66ac81e5457735c2fdeaffebbea0e83ef0b97877
Files:
1
packages/libcap/libcap_1.10.bb
Diffs:

#
# mt diff -r76f1fdf6dff425bfdddcd67c4430bf4bc23ab36c -r66ac81e5457735c2fdeaffebbea0e83ef0b97877
#
# 
# 
# patch "packages/libcap/libcap_1.10.bb"
#  from [77cce34abf95b82cce2419f248d620a1c5aecdfe]
#    to [d4b6a50419d417d6d7cab033408743ad847d652a]
# 
============================================================
--- packages/libcap/libcap_1.10.bb	77cce34abf95b82cce2419f248d620a1c5aecdfe
+++ packages/libcap/libcap_1.10.bb	d4b6a50419d417d6d7cab033408743ad847d652a
@@ -1,7 +1,8 @@ LICENSE = "GPL"
 DESCRIPTION = "Libcap is a library for getting and setting POSIX.1e (formerly POSIX 6) draft 15 capabilities."
 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 \






More information about the Openembedded-commits mailing list