From 880e00d3b7ccf66d9421a06bc28e553e07842b59 Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Tue, 24 Nov 2009 16:33:06 +0000 Subject: libnl2: change includedir to not step over libnl1; also convert to new staging --- recipes/libnl/libnl2_git.bb | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/recipes/libnl/libnl2_git.bb b/recipes/libnl/libnl2_git.bb index 02010dc58d..9e2c3d7ecc 100644 --- a/recipes/libnl/libnl2_git.bb +++ b/recipes/libnl/libnl2_git.bb @@ -3,21 +3,18 @@ SECTION = "libs/network" LICENSE = "LGPL" HOMEPAGE = "http://people.suug.ch/~tgr/libnl" PV = "1.0+gitr${SRCREV}" -PR = "r0" +PR = "r1" -inherit autotools pkgconfig +inherit autotools #CFLAGS += '-DVLAN_FLAG_REORDER_HDR=1' +includedir = ${prefix}/include/libnl2 + SRC_URI = "git://git.kernel.org/pub/scm/libs/netlink/libnl.git;protocol=git" S = "${WORKDIR}/git" -do_stage () { - autotools_stage_all prefix=${prefix} -} - PACKAGES =+ "${PN}-route ${PN}-nf ${PN}-genl" FILES_${PN}-route = "${libdir}/libnl-route.so.*" -FILES_${PN}-nf = "${libdir}/libnl-nfd.so.*" +FILES_${PN}-nf = "${libdir}/libnl-nf.so.*" FILES_${PN}-genl = "${libdir}/libnl-genl.so.*" - -- cgit 1.2.3-korg