aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libnl/libnl_1.1.bb
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2009-06-18 15:32:00 +0400
committerDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2009-06-18 15:38:10 +0400
commit7835aae990e37f2e1a6309844d748b30be733592 (patch)
tree671f0c9f7842bb388faae0b7b88be188433dd975 /recipes/libnl/libnl_1.1.bb
parent8812174c3e3e00ac40cca82ebf9ae0a04e22e15a (diff)
downloadopenembedded-7835aae990e37f2e1a6309844d748b30be733592.tar.gz
libnl: fix compilation with new toolchain
netlink-local.h demands limits.h to define several constants. Include it. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Diffstat (limited to 'recipes/libnl/libnl_1.1.bb')
-rw-r--r--recipes/libnl/libnl_1.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/libnl/libnl_1.1.bb b/recipes/libnl/libnl_1.1.bb
index 5f2d6f1a07..3895ec5558 100644
--- a/recipes/libnl/libnl_1.1.bb
+++ b/recipes/libnl/libnl_1.1.bb
@@ -13,6 +13,7 @@ SRC_URI = "\
file://local-includes.patch;patch=1 \
file://fix-includes.patch;patch=1 \
file://respect-ldflags.patch;patch=1 \
+ file://netlink-local-fix.patch;patch=1 \
"
do_stage () {