mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user