openldap: add dependency on util-linux
authorMartin Jansa <Martin.Jansa@gmail.com>
Sun, 21 Jul 2013 16:48:17 +0000 (18:48 +0200)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:31:57 +0000 (08:31 -0800)
* openldap-slapd was sometime depending on util-linux-libuuid
  add dependency to explicitly enable it

(From meta-openembedded rev: cc3b69a94b86ad39fec3140b6d56c0d86497b297)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-support/openldap/openldap_2.4.23.bb

index 1121008..a565e89 100644 (file)
@@ -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