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>
This commit is contained in:
Martin Jansa
2011-11-07 14:38:33 +00:00
committed by Koen Kooi
parent 3112dceb46
commit 37694a0693
2 changed files with 6 additions and 12 deletions
-9
View File
@@ -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
+6 -3
View File
@@ -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"