aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libnl/libnl_1.1.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-03-18 14:20:22 +0100
committerSteffen Sledz <sledz@dresearch-fe.de>2011-04-29 14:08:27 +0200
commitf251bba075e9ef8cf46ee4d712a1b9ca01ff00f5 (patch)
treea0ee032a9c39e319473d45ff8650b7b6bb57e4df /recipes/libnl/libnl_1.1.bb
parent942779b325f0ab650a0427433162cb1e88e85bde (diff)
downloadopenembedded-f251bba075e9ef8cf46ee4d712a1b9ca01ff00f5.tar.gz
libnl: add libnl.inc and use INC_PR
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.bb10
1 files changed, 2 insertions, 8 deletions
diff --git a/recipes/libnl/libnl_1.1.bb b/recipes/libnl/libnl_1.1.bb
index f1b2a9d485..d9f250e629 100644
--- a/recipes/libnl/libnl_1.1.bb
+++ b/recipes/libnl/libnl_1.1.bb
@@ -1,11 +1,6 @@
-DESCRIPTION = "libnl is a library for applications dealing with netlink sockets"
-SECTION = "libs/network"
-LICENSE = "LGPL"
-HOMEPAGE = "http://www.infradead.org/~tgr/libnl/"
+require libnl.inc
-PR = "r4"
-
-inherit autotools pkgconfig
+PR = "${INC_PR}.0"
CFLAGS += '-DVLAN_FLAG_REORDER_HDR=1'
@@ -18,6 +13,5 @@ SRC_URI = "\
file://dont-link-libnl-from-sysroot.patch \
"
-
SRC_URI[md5sum] = "ae970ccd9144e132b68664f98e7ceeb1"
SRC_URI[sha256sum] = "35cea4cfb6cd8af0cafa0f34fff81def5a1f193b8b8384299b4b21883e22edc3"