All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] [meta-security] Remove dependency from libcap-ng.
@ 2013-09-05 18:55 mulhern
  2013-09-05 18:55 ` [PATCH 1/1] libcap-ng: omit an unnecessary build time dependency mulhern
  0 siblings, 1 reply; 2+ messages in thread
From: mulhern @ 2013-09-05 18:55 UTC (permalink / raw)
  To: yocto, mulhern

The erroneous dependency of libcap-ng on libcap is deleted. Note that libcap-ng
provides Python bindings, but that this package does not. Currently, the only
recipe that depends on libcap-ng is redhat-security which does not require 
Python bindings. If Python bindings are needed subsequently a swig dependency
will have to be introduced.
The following changes since commit 5ec81ec5b117de41ed56eb05df271f103213d7be:

  Bastille: document the current status and usability of the Bastille install. (2013-08-30 15:42:10 -0400)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib mulhern/bug5084
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=mulhern/bug5084

mulhern (1):
  libcap-ng: omit an unnecessary build time dependency.

 recipes-security/libcap-ng/libcap-ng_0.7.3.bb |    1 -
 1 file changed, 1 deletion(-)

-- 
1.7.10.4



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/1] libcap-ng: omit an unnecessary build time dependency.
  2013-09-05 18:55 [PATCH 0/1] [meta-security] Remove dependency from libcap-ng mulhern
@ 2013-09-05 18:55 ` mulhern
  0 siblings, 0 replies; 2+ messages in thread
From: mulhern @ 2013-09-05 18:55 UTC (permalink / raw)
  To: yocto, mulhern

[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>
---
 recipes-security/libcap-ng/libcap-ng_0.7.3.bb |    1 -
 1 file changed, 1 deletion(-)

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 @@
 DESCRIPTION = "The libcap-ng library is intended to make programming with posix capabilities much easier than the traditional libcap library."
 HOMEPAGE = "http://people.redhat.com/sgrubb/libcap-ng/index.html"
 LICENSE = "GPL-2.0"
-DEPENDS = "libcap"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
 
 SRC_URI = "http://people.redhat.com/sgrubb/libcap-ng/${PN}-${PV}.tar.gz"
-- 
1.7.10.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-09-05 18:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-05 18:55 [PATCH 0/1] [meta-security] Remove dependency from libcap-ng mulhern
2013-09-05 18:55 ` [PATCH 1/1] libcap-ng: omit an unnecessary build time dependency mulhern

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.