aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libnl/libnl_1.1.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-03-23 16:55:00 +0100
committerSteffen Sledz <sledz@dresearch-fe.de>2011-04-29 14:08:28 +0200
commitefc0bacbf2ee66d46989db88bc35be65cadd48bc (patch)
tree530899e85817b189ce02b5f1358d2eb1f85bed9f /recipes/libnl/libnl_1.1.bb
parent591f8aa232c7393de5289297c157962c7b892072 (diff)
downloadopenembedded-efc0bacbf2ee66d46989db88bc35be65cadd48bc.tar.gz
libnl-1.1: rename to libnl1 and build only static lib
* static lib is enough to build nm and shouldn't conflict with libnl2 * this makes special case from libnl1 instead libnl2 Acked-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes/libnl/libnl_1.1.bb')
-rw-r--r--recipes/libnl/libnl_1.1.bb17
1 files changed, 0 insertions, 17 deletions
diff --git a/recipes/libnl/libnl_1.1.bb b/recipes/libnl/libnl_1.1.bb
deleted file mode 100644
index d9f250e629..0000000000
--- a/recipes/libnl/libnl_1.1.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-require libnl.inc
-
-PR = "${INC_PR}.0"
-
-CFLAGS += '-DVLAN_FLAG_REORDER_HDR=1'
-
-SRC_URI = "\
- http://www.infradead.org/~tgr/libnl/files/libnl-${PV}.tar.gz \
- file://local-includes.patch \
- file://fix-includes.patch \
- file://respect-ldflags.patch \
- file://netlink-local-fix.patch \
- file://dont-link-libnl-from-sysroot.patch \
-"
-
-SRC_URI[md5sum] = "ae970ccd9144e132b68664f98e7ceeb1"
-SRC_URI[sha256sum] = "35cea4cfb6cd8af0cafa0f34fff81def5a1f193b8b8384299b4b21883e22edc3"