aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libnl/libnl2_git.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-03-18 14:12:14 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2011-03-24 11:18:16 +0100
commit5ef679ab9130fdb1818d1827089c18b04ed5e7c6 (patch)
tree15a56ad04c44ed2aa7cee09bf41b930aa2839217 /recipes/libnl/libnl2_git.bb
parentfb0a796b1fc6612168a187a2883fc7b5cd9d1240 (diff)
downloadopenembedded-5ef679ab9130fdb1818d1827089c18b04ed5e7c6.tar.gz
libnl: rename libnl2 to libnl as used in openembedded-core
* libnl1/libnl2 still conflicts even when using separate includedir so it will be easier for distro maintainers to use only libnl1 or libnl2 by PREFERRED_VERSION Acked-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/libnl/libnl2_git.bb')
-rw-r--r--recipes/libnl/libnl2_git.bb27
1 files changed, 0 insertions, 27 deletions
diff --git a/recipes/libnl/libnl2_git.bb b/recipes/libnl/libnl2_git.bb
deleted file mode 100644
index b667815924..0000000000
--- a/recipes/libnl/libnl2_git.bb
+++ /dev/null
@@ -1,27 +0,0 @@
-DESCRIPTION = "libnl2 is a library for applications dealing with netlink sockets"
-SECTION = "libs/network"
-LICENSE = "LGPL"
-HOMEPAGE = "http://www.infradead.org/~tgr/libnl/"
-SRCREV = "d378220c96c3c8b6f27dca33e7d8ba03318f9c2d"
-PV = "1.9+gitr${SRCPV}"
-PE = "1"
-PR = "r3"
-
-DEPENDS = "flex-native bison-native"
-
-inherit autotools
-
-includedir = ${prefix}/include/libnl2
-
-SRC_URI = "\
- git://git.kernel.org/pub/scm/libs/netlink/libnl.git;protocol=git \
- file://fix-pc-file.patch \
- file://fix-pktloc-dep-race.patch \
-"
-S = "${WORKDIR}/git"
-
-PACKAGES =+ "${PN}-route ${PN}-nf ${PN}-genl ${PN}-cli"
-FILES_${PN}-route = "${libdir}/libnl-route.so.*"
-FILES_${PN}-nf = "${libdir}/libnl-nf.so.*"
-FILES_${PN}-genl = "${libdir}/libnl-genl.so.*"
-FILES_${PN}-cli = "${libdir}/libnl-cli.so.*"