diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-21 18:48:17 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-30 11:17:13 +0200 |
| commit | cc3b69a94b86ad39fec3140b6d56c0d86497b297 (patch) | |
| tree | b09a08c797a9afafc23d6a44f070e91046c3a1fb | |
| parent | 59f95d2024ed92520f54d8b95da121419bcef6ed (diff) | |
| download | meta-openembedded-cc3b69a94b86ad39fec3140b6d56c0d86497b297.tar.gz | |
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@gmail.com>
| -rw-r--r-- | meta-oe/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 11210082f2..a565e89327 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" | |||
| 20 | SRC_URI[md5sum] = "90150b8c0d0192e10b30157e68844ddf" | 20 | SRC_URI[md5sum] = "90150b8c0d0192e10b30157e68844ddf" |
| 21 | SRC_URI[sha256sum] = "5a5ede91d5e8ab3c7f637620aa29a3b96eb34318a8b26c8eef2d2c789fc055e3" | 21 | SRC_URI[sha256sum] = "5a5ede91d5e8ab3c7f637620aa29a3b96eb34318a8b26c8eef2d2c789fc055e3" |
| 22 | 22 | ||
| 23 | DEPENDS = "util-linux" | ||
| 24 | |||
| 23 | PR = "r1" | 25 | PR = "r1" |
| 24 | # The original top.mk used INSTALL, not INSTALL_STRIP_PROGRAM when | 26 | # The original top.mk used INSTALL, not INSTALL_STRIP_PROGRAM when |
| 25 | # installing .so and executables, this fails in cross compilation | 27 | # installing .so and executables, this fails in cross compilation |
