aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/lowpan-tools/lowpan-tools.inc
diff options
context:
space:
mode:
authorAnders Darander <anders@chargestorm.se>2011-04-12 01:38:35 +0000
committerStefan Schmidt <stefan@buglabs.net>2011-04-12 12:47:37 +0200
commit849389a02126e3e3bb6b8ca8e26068c386ef699c (patch)
tree5f67622856d1aa487215958020ac14cfe3a7596f /recipes/lowpan-tools/lowpan-tools.inc
parent2ad80fb8060fad0b8687975508fc43e6c8f4d372 (diff)
downloadopenembedded-849389a02126e3e3bb6b8ca8e26068c386ef699c.tar.gz
lowpan-tools_0.2.2;: fix build with static libnl1
* add NL_CFLAGS to a few Makefiles.am (to find libnl header files) * add _GNU_SOURCE to a few Makefiles.am (to make struct ucread visible) * git version not fixed * build and runtime tested, although only in qemuarm Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
Diffstat (limited to 'recipes/lowpan-tools/lowpan-tools.inc')
-rw-r--r--recipes/lowpan-tools/lowpan-tools.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/lowpan-tools/lowpan-tools.inc b/recipes/lowpan-tools/lowpan-tools.inc
index f429f963d0..94faf9ca99 100644
--- a/recipes/lowpan-tools/lowpan-tools.inc
+++ b/recipes/lowpan-tools/lowpan-tools.inc
@@ -1,7 +1,7 @@
DESCRIPTION = "LoWPAN utilities (IEEE802.15.4)"
LICENSE = "GPLv2"
-DEPENDS = "libnl bison-native flex-native python-native"
-INC_PR = "r11"
+DEPENDS = "libnl1 bison-native flex-native python-native"
+INC_PR = "r12"
SRC_URI = "http://prdownloads.sourceforge.net/linux-zigbee/linux-zigbee-sources/${PV}/lowpan-tools-${PV}.tar.gz"