> -----Original Message----- > From: akuster808 <[email protected]> > Sent: den 31 januari 2020 18:34 > To: Peter Kjellerstedt <[email protected]>; openembedded- > [email protected] > Subject: Re: [oe] [meta-oe][zeus][PATCH 1/2] libldb: Do not require the > "pam" distro feature to be enabled > > On 1/30/20 1:04 PM, Peter Kjellerstedt wrote: > > 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. > 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
Did you forget about this? It didn't make it in when libldb was updated to 1.5.6, and it is not in stable/zeus-nut now. //Peter > > 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}" > > -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
