Since crda-1.1.3 (but newer regulatory db) is in meta-openembedded, can you please verify it works with your components and remove crda from meta-arago.
-- Denys On Thu, Nov 28, 2013 at 01:38:48PM +0200, Yaniv Mahani wrote: > From: Yaniv Machani <[email protected]> > > - Added missing libnl3 flag. > > Signed-off-by: Yaniv Machani <[email protected]> > --- > .../conf/distro/include/arago-prefs.inc | 2 +- > .../crda/{crda_1.1.1.bb => crda_1.1.3.bb} | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > copy meta-arago-extras/recipes-connectivity/crda/{crda_1.1.1.bb => > crda_1.1.3.bb} (97%) > > diff --git a/meta-arago-distro/conf/distro/include/arago-prefs.inc > b/meta-arago-distro/conf/distro/include/arago-prefs.inc > index 5c20a0f..e9dc865 100644 > --- a/meta-arago-distro/conf/distro/include/arago-prefs.inc > +++ b/meta-arago-distro/conf/distro/include/arago-prefs.inc > @@ -85,7 +85,7 @@ PREFERRED_VERSION_readline-native = "5.2" > PREFERRED_VERSION_readline-nativesdk = "5.2" > > PREFERRED_VERSION_libnl = "3.2.21" > -PREFERRED_VERSION_crda = "1.1.1" > +PREFERRED_VERSION_crda = "1.1.3" > PREFERRED_VERSION_obex = "0.34" > PREFERRED_VERSION_bluez4 = "4.101" > PREFERRED_VERSION_bluez-hcidump = "2.2" > diff --git a/meta-arago-extras/recipes-connectivity/crda/crda_1.1.1.bb > b/meta-arago-extras/recipes-connectivity/crda/crda_1.1.3.bb > similarity index 97% > copy from meta-arago-extras/recipes-connectivity/crda/crda_1.1.1.bb > copy to meta-arago-extras/recipes-connectivity/crda/crda_1.1.3.bb > index e3880a1..9c1e0c2 100644 > --- a/meta-arago-extras/recipes-connectivity/crda/crda_1.1.1.bb > +++ b/meta-arago-extras/recipes-connectivity/crda/crda_1.1.3.bb > @@ -13,7 +13,7 @@ SRC_URI = > "http://wireless.kernel.org/download/crda/${P}.tar.bz2;name=crda \ > > http://wireless.kernel.org/download/wireless-regdb/regulatory.bins/2011.04.28-regulatory.bin;name=reg > \ > " > > -CFLAGS += " -DCONFIG_LIBNL20" > +CFLAGS += " -DCONFIG_LIBNL32" > > EXTRA_OEMAKE = "MAKEFLAGS=" > do_compile() { > -- > 1.7.9 > > _______________________________________________ > meta-arago mailing list > [email protected] > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
