[oe-commits] Saul Wold : bind: add DEPENDS for libcap

git at git.openembedded.org git at git.openembedded.org
Tue Feb 28 12:24:18 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: aced47c5044fd9e69975dde0071efb7964bd93fa
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=aced47c5044fd9e69975dde0071efb7964bd93fa

Author: Saul Wold <sgw at linux.intel.com>
Date:   Mon Feb 27 17:27:25 2012 -0800

bind: add DEPENDS for libcap

Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-connectivity/bind/bind_9.8.1.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-connectivity/bind/bind_9.8.1.bb b/meta/recipes-connectivity/bind/bind_9.8.1.bb
index c2efa47..2efd09d 100644
--- a/meta/recipes-connectivity/bind/bind_9.8.1.bb
+++ b/meta/recipes-connectivity/bind/bind_9.8.1.bb
@@ -5,8 +5,8 @@ SECTION = "console/network"
 LICENSE = "ISC & BSD"
 LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=0fbe2a3ab3c68ac3fea3cad13093877c"
 
-DEPENDS = "openssl"
-PR = "r2"
+DEPENDS = "openssl libcap"
+PR = "r3"
 
 SRC_URI = "ftp://ftp.isc.org/isc/bind9/${PV}/${BPN}-${PV}.tar.gz \
            file://conf.patch \





More information about the Openembedded-commits mailing list