[oe-commits] Eyal Reizer : crda: fix regulatory domain agent for building with libnl2

git version control git at git.openembedded.org
Fri Jun 10 16:27:59 UTC 2011


Module: openembedded.git
Branch: 2011.03-maintenance
Commit: f25b38ca6cc9e817f36ae809da129dd35143460e
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=f25b38ca6cc9e817f36ae809da129dd35143460e

Author: Eyal Reizer <eyalreizer at googlemail.com>
Date:   Mon Jun  6 23:06:35 2011 +0000

crda: fix regulatory domain agent for building with libnl2

This patch allows building the wireless regulatory domain agent with
libnl version 2.

Signed-off-by: Eyal Reizer <eyalr at ti.com>
Acked-by: Koen Kooi <koen at dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys at ti.com>

---

 recipes/crda/crda_1.1.1.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/crda/crda_1.1.1.bb b/recipes/crda/crda_1.1.1.bb
index b45c7bc..9d33b51 100644
--- a/recipes/crda/crda_1.1.1.bb
+++ b/recipes/crda/crda_1.1.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://wireless.kernel.org/en/developers/Regulatory/CRDA"
 SECTION = "base"
 PRIORITY = "optional"
 LICENSE = "ISC"
-PR = "r2"
+PR = "r3"
 
 DEPENDS = "libgcrypt libnl python-native python-m2crypto-native"
 RDEPENDS_${PN} = "udev"
@@ -12,6 +12,8 @@ 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"
+
 EXTRA_OEMAKE = "MAKEFLAGS="
 do_compile() {
 	oe_runmake all_noverify





More information about the Openembedded-commits mailing list