aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libnl
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2011-11-07 14:38:33 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2011-11-07 17:20:35 +0100
commit37694a06939c8052670aaa831c78563fe99704d2 (patch)
tree34ed15896d9f6eeaca0b232bb56e866a6e0a811d /meta-oe/recipes-support/libnl
parent3112dceb46e6eb82864c945c16ba0f406b888af6 (diff)
downloadmeta-openembedded-37694a06939c8052670aaa831c78563fe99704d2.tar.gz
libnl1: remove libnl.inc as it doesn't help much with libnl 2.0 in oe-core
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-support/libnl')
-rw-r--r--meta-oe/recipes-support/libnl/libnl.inc9
-rw-r--r--meta-oe/recipes-support/libnl/libnl1_1.1.bb9
2 files changed, 6 insertions, 12 deletions
diff --git a/meta-oe/recipes-support/libnl/libnl.inc b/meta-oe/recipes-support/libnl/libnl.inc
deleted file mode 100644
index 6f502b1019..0000000000
--- a/meta-oe/recipes-support/libnl/libnl.inc
+++ /dev/null
@@ -1,9 +0,0 @@
-DESCRIPTION = "libnl is a library for applications dealing with netlink sockets"
-SECTION = "libs/network"
-LICENSE = "LGPL"
-HOMEPAGE = "http://www.infradead.org/~tgr/libnl/"
-
-INC_PR = "r5"
-
-inherit autotools pkgconfig
-
diff --git a/meta-oe/recipes-support/libnl/libnl1_1.1.bb b/meta-oe/recipes-support/libnl/libnl1_1.1.bb
index cf5396fcef..72f59957f7 100644
--- a/meta-oe/recipes-support/libnl/libnl1_1.1.bb
+++ b/meta-oe/recipes-support/libnl/libnl1_1.1.bb
@@ -1,10 +1,13 @@
-require libnl.inc
+DESCRIPTION = "libnl is a library for applications dealing with netlink sockets"
+HOMEPAGE = "http://www.infradead.org/~tgr/libnl/"
+SECTION = "libs/network"
+
+inherit autotools pkgconfig
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=2b41e13261a330ee784153ecbb6a82bc"
-
-PR = "${INC_PR}.0"
+PR = "r6"
# move it to extra subdirectory
includedir = "${prefix}/include/libnl1"