[oe-commits] Michael 'Mickey' Lauer : libnl2: change includedir to not step over libnl1; also convert to new staging

git version control git at git.openembedded.org
Tue Nov 24 20:21:41 UTC 2009


Module: openembedded.git
Branch: martin_jansa/srcpv
Commit: 880e00d3b7ccf66d9421a06bc28e553e07842b59
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=880e00d3b7ccf66d9421a06bc28e553e07842b59

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Tue Nov 24 16:33:06 2009 +0000

libnl2: change includedir to not step over libnl1; also convert to new staging

---

 recipes/libnl/libnl2_git.bb |   13 +++++--------
 1 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/recipes/libnl/libnl2_git.bb b/recipes/libnl/libnl2_git.bb
index 02010dc..9e2c3d7 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.*"
-





More information about the Openembedded-commits mailing list