[oe-commits] Martin Jansa : openldap: add dependency on util-linux

git at git.openembedded.org git at git.openembedded.org
Tue Jul 30 09:07:45 UTC 2013


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Jul 21 18:48:17 2013 +0200

openldap: add dependency on util-linux

* openldap-slapd was sometime depending on util-linux-libuuid
  add dependency to explicitly enable it

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../recipes-support/openldap/openldap_2.4.23.bb    |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/meta-oe/recipes-support/openldap/openldap_2.4.23.bb b/meta-oe/recipes-support/openldap/openldap_2.4.23.bb
index 1121008..a565e89 100644
--- a/meta-oe/recipes-support/openldap/openldap_2.4.23.bb
+++ b/meta-oe/recipes-support/openldap/openldap_2.4.23.bb
@@ -20,6 +20,8 @@ SRC_URI += "file://initscript"
 SRC_URI[md5sum] = "90150b8c0d0192e10b30157e68844ddf"
 SRC_URI[sha256sum] = "5a5ede91d5e8ab3c7f637620aa29a3b96eb34318a8b26c8eef2d2c789fc055e3"
 
+DEPENDS = "util-linux"
+
 PR = "r1"
 # The original top.mk used INSTALL, not INSTALL_STRIP_PROGRAM when
 # installing .so and executables, this fails in cross compilation



More information about the Openembedded-commits mailing list