summaryrefslogtreecommitdiffstats
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
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>
-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 @@
1DESCRIPTION = "libnl is a library for applications dealing with netlink sockets"
2SECTION = "libs/network"
3LICENSE = "LGPL"
4HOMEPAGE = "http://www.infradead.org/~tgr/libnl/"
5
6INC_PR = "r5"
7
8inherit autotools pkgconfig
9
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 @@
1require libnl.inc 1DESCRIPTION = "libnl is a library for applications dealing with netlink sockets"
2HOMEPAGE = "http://www.infradead.org/~tgr/libnl/"
3SECTION = "libs/network"
4
5inherit autotools pkgconfig
2 6
3LICENSE = "LGPLv2.1" 7LICENSE = "LGPLv2.1"
4LIC_FILES_CHKSUM = "file://COPYING;md5=2b41e13261a330ee784153ecbb6a82bc" 8LIC_FILES_CHKSUM = "file://COPYING;md5=2b41e13261a330ee784153ecbb6a82bc"
5 9
6 10PR = "r6"
7PR = "${INC_PR}.0"
8 11
9# move it to extra subdirectory 12# move it to extra subdirectory
10includedir = "${prefix}/include/libnl1" 13includedir = "${prefix}/include/libnl1"