[oe] [meta-oe][zeus][PATCH 1/2] libldb: Do not require the "pam" distro feature to be enabled

akuster808 akuster808 at gmail.com
Fri Jan 31 17:34:00 UTC 2020



On 1/30/20 1:04 PM, Peter Kjellerstedt wrote:
> From: Peter Kjellerstedt <peter.kjellerstedt at axis.com>
>
> 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.
I have an update to this package staged. I apply this on top of that.

https://git.openembedded.org/meta-openembedded-contrib/commit/?h=stable/zeus-nut&id=f64c2d691ea597aa6221e3d7706a4d022e07bfea

- armin
>
> Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt at axis.com>
> Signed-off-by: Khem Raj <raj.khem at gmail.com>
> ---
>  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}"
>  



More information about the Openembedded-devel mailing list