diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2011-11-07 14:38:33 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-11-07 17:20:35 +0100 |
commit | 37694a06939c8052670aaa831c78563fe99704d2 (patch) | |
tree | 34ed15896d9f6eeaca0b232bb56e866a6e0a811d | |
parent | 3112dceb46e6eb82864c945c16ba0f406b888af6 (diff) | |
download | meta-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.inc | 9 | ||||
-rw-r--r-- | meta-oe/recipes-support/libnl/libnl1_1.1.bb | 9 |
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 @@ | |||
1 | DESCRIPTION = "libnl is a library for applications dealing with netlink sockets" | ||
2 | SECTION = "libs/network" | ||
3 | LICENSE = "LGPL" | ||
4 | HOMEPAGE = "http://www.infradead.org/~tgr/libnl/" | ||
5 | |||
6 | INC_PR = "r5" | ||
7 | |||
8 | inherit 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 @@ | |||
1 | require libnl.inc | 1 | DESCRIPTION = "libnl is a library for applications dealing with netlink sockets" |
2 | HOMEPAGE = "http://www.infradead.org/~tgr/libnl/" | ||
3 | SECTION = "libs/network" | ||
4 | |||
5 | inherit autotools pkgconfig | ||
2 | 6 | ||
3 | LICENSE = "LGPLv2.1" | 7 | LICENSE = "LGPLv2.1" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=2b41e13261a330ee784153ecbb6a82bc" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=2b41e13261a330ee784153ecbb6a82bc" |
5 | 9 | ||
6 | 10 | PR = "r6" | |
7 | PR = "${INC_PR}.0" | ||
8 | 11 | ||
9 | # move it to extra subdirectory | 12 | # move it to extra subdirectory |
10 | includedir = "${prefix}/include/libnl1" | 13 | includedir = "${prefix}/include/libnl1" |