aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>2019-11-18 14:31:39 +0100
committerArmin Kuster <akuster808@gmail.com>2020-03-15 13:30:34 -0700
commit94cc8b862ac4df7c7f66933dea42846c80f707df (patch)
tree52dcc2366c34b935f595c8f73df20c76f395b7ad
parenta61b6c3f54343c54c923ee23b89cf797e4cf504a (diff)
downloadmeta-openembedded-contrib-94cc8b862ac4df7c7f66933dea42846c80f707df.tar.gz
libldb: Do not require the "pam" distro feature to be enabled
It was only added because samba was a dependency, but was not removed again when the dependency on samba was removed in commit 6207331f. This effectively reverts commit a190c2e3. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 0d2b80bd783fb2190c28caa2ebf3a13d4491d7c7) Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-networking/recipes-support/libldb/libldb_1.5.6.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/libldb/libldb_1.5.6.bb b/meta-networking/recipes-support/libldb/libldb_1.5.6.bb
index 99eb6f9ce8..cc24863c60 100644
--- a/meta-networking/recipes-support/libldb/libldb_1.5.6.bb
+++ b/meta-networking/recipes-support/libldb/libldb_1.5.6.bb
@@ -36,8 +36,7 @@ LIC_FILES_CHKSUM = "file://pyldb.h;endline=24;md5=dfbd238cecad76957f7f860fbe9ada
SRC_URI[md5sum] = "fc58ef432c1fcb03fc3bb6cccce08977"
SRC_URI[sha256sum] = "ff82474d0bf109e415a2d50334bde5715f486a53ff4bb8c7f74459dd229e975b"
-inherit waf-samba distro_features_check
-REQUIRED_DISTRO_FEATURES = "pam"
+inherit waf-samba
S = "${WORKDIR}/ldb-${PV}"