From: Peter Kjellerstedt <[email protected]> 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 <[email protected]> Signed-off-by: Khem Raj <[email protected]> --- meta-networking/recipes-support/libldb/libldb_1.5.5.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-networking/recipes-support/libldb/libldb_1.5.5.bb b/meta-networking/recipes-support/libldb/libldb_1.5.5.bb index b19c964d8..9a93e66b6 100644 --- a/meta-networking/recipes-support/libldb/libldb_1.5.5.bb +++ b/meta-networking/recipes-support/libldb/libldb_1.5.5.bb @@ -36,8 +36,7 @@ LIC_FILES_CHKSUM = "file://pyldb.h;endline=24;md5=dfbd238cecad76957f7f860fbe9ada SRC_URI[md5sum] = "339a41ac9efaec680e6d1469dd9aa35b" SRC_URI[sha256sum] = "199f5861aa863f538ec66d5fa95ecc13254a2030c53daf0e47363fa9ba235c68" -inherit waf-samba distro_features_check -REQUIRED_DISTRO_FEATURES = "pam" +inherit waf-samba S = "${WORKDIR}/ldb-${PV}" -- 2.21.1 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
