diff options
author | mulhern <mulhern@yoctoproject.org> | 2013-09-05 14:48:20 -0400 |
---|---|---|
committer | mulhern <mulhern@yoctoproject.org> | 2013-09-05 14:48:20 -0400 |
commit | acf8d44f706ab9682d294fabe31ca04486e8fe5a (patch) | |
tree | 173d047d937c3eaad1823979e36a0119f41562cb | |
parent | 5ec81ec5b117de41ed56eb05df271f103213d7be (diff) | |
download | meta-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.bb | 1 |
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 @@ | |||
1 | DESCRIPTION = "The libcap-ng library is intended to make programming with posix capabilities much easier than the traditional libcap library." | 1 | DESCRIPTION = "The libcap-ng library is intended to make programming with posix capabilities much easier than the traditional libcap library." |
2 | HOMEPAGE = "http://people.redhat.com/sgrubb/libcap-ng/index.html" | 2 | HOMEPAGE = "http://people.redhat.com/sgrubb/libcap-ng/index.html" |
3 | LICENSE = "GPL-2.0" | 3 | LICENSE = "GPL-2.0" |
4 | DEPENDS = "libcap" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
6 | 5 | ||
7 | SRC_URI = "http://people.redhat.com/sgrubb/libcap-ng/${PN}-${PV}.tar.gz" | 6 | SRC_URI = "http://people.redhat.com/sgrubb/libcap-ng/${PN}-${PV}.tar.gz" |