all right, the fancy way. Thanks you for clarifying.
2017-02-13 22:02 GMT+01:00 Max Krummenacher <[email protected]>: > This fixed the build, remove blacklist also. > While at it, cleanup DEPENDS of python stuff already added by inherit. > > Signed-off-by: Max Krummenacher <[email protected]> > --- > meta-networking/recipes-connectivity/crda/crda_3.18.bb | 7 +++---- > 1 file changed, 3 insertions(+), 4 deletions(-) > > diff --git a/meta-networking/recipes-connectivity/crda/crda_3.18.bb > b/meta-networking/recipes-connectivity/crda/crda_3.18.bb > index 2aa9a09..45ecdd7 100644 > --- a/meta-networking/recipes-connectivity/crda/crda_3.18.bb > +++ b/meta-networking/recipes-connectivity/crda/crda_3.18.bb > @@ -4,7 +4,7 @@ SECTION = "net" > LICENSE = "copyleft-next-0.3.0" > LIC_FILES_CHKSUM = > "file://copyleft-next-0.3.0;md5=8743a2c359037d4d329a31e79eabeffe" > > -DEPENDS = "python-m2crypto-native python-native libgcrypt libnl openssl" > +DEPENDS = "libgcrypt libnl openssl" > > SRC_URI = "https://www.kernel.org/pub/software/network/${BPN}/${BP}.tar.xz \ > file://do-not-run-ldconfig-if-destdir-is-set.patch \ > @@ -18,7 +18,8 @@ SRC_URI = > "https://www.kernel.org/pub/software/network/${BPN}/${BP}.tar.xz \ > SRC_URI[md5sum] = "0431fef3067bf503dfb464069f06163a" > SRC_URI[sha256sum] = > "43fcb9679f8b75ed87ad10944a506292def13e4afb194afa7aa921b01e8ecdbf" > > -inherit python-dir pythonnative > +inherit python-m2crypto-native > + > # Recursive make problem > EXTRA_OEMAKE = "MAKEFLAGS= DESTDIR=${D} LIBDIR=${libdir}/crda > LDLIBREG='-Wl,-rpath,${libdir}/crda -lreg'" > EXTRA_OEMAKE_append = " USE_OPENSSL=1" > @@ -34,5 +35,3 @@ do_install() { > } > > RDEPENDS_${PN} = "udev wireless-regdb" > - > -PNBLACKLIST[crda] ?= "Fails to build with RSS > http://errors.yoctoproject.org/Errors/Details/130675/" > -- > 2.6.6 > > -- > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-devel -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
