summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormulhern <mulhern@yoctoproject.org>2013-09-05 14:48:20 -0400
committermulhern <mulhern@yoctoproject.org>2013-09-05 14:48:20 -0400
commitacf8d44f706ab9682d294fabe31ca04486e8fe5a (patch)
tree173d047d937c3eaad1823979e36a0119f41562cb
parent5ec81ec5b117de41ed56eb05df271f103213d7be (diff)
downloadmeta-security-acf8d44f706ab9682d294fabe31ca04486e8fe5a.tar.gz
libcap-ng: omit an unnecessary build time dependency.
[YOCTO #5084] libcap has been removed from the list of DEPENDS packages. Since libcap was the only package in the list the DEPENDS variable has been removed from the recipe file. Signed-off-by: mulhern <mulhern@yoctoproject.org>
-rw-r--r--recipes-security/libcap-ng/libcap-ng_0.7.3.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-security/libcap-ng/libcap-ng_0.7.3.bb b/recipes-security/libcap-ng/libcap-ng_0.7.3.bb
index a377ddd..ef70207 100644
--- a/recipes-security/libcap-ng/libcap-ng_0.7.3.bb
+++ b/recipes-security/libcap-ng/libcap-ng_0.7.3.bb
@@ -1,7 +1,6 @@
1DESCRIPTION = "The libcap-ng library is intended to make programming with posix capabilities much easier than the traditional libcap library." 1DESCRIPTION = "The libcap-ng library is intended to make programming with posix capabilities much easier than the traditional libcap library."
2HOMEPAGE = "http://people.redhat.com/sgrubb/libcap-ng/index.html" 2HOMEPAGE = "http://people.redhat.com/sgrubb/libcap-ng/index.html"
3LICENSE = "GPL-2.0" 3LICENSE = "GPL-2.0"
4DEPENDS = "libcap"
5LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" 4LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
6 5
7SRC_URI = "http://people.redhat.com/sgrubb/libcap-ng/${PN}-${PV}.tar.gz" 6SRC_URI = "http://people.redhat.com/sgrubb/libcap-ng/${PN}-${PV}.tar.gz"