[oe-commits] Michael 'Mickey' Lauer : libnl2: ship libnl2-cli seperately

git version control git at git.openembedded.org
Wed Jan 13 00:43:19 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: efa8f608e555a247fc25a7e6667d0a31a7ec9dad
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=efa8f608e555a247fc25a7e6667d0a31a7ec9dad

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Wed Jan 13 01:42:22 2010 +0100

libnl2: ship libnl2-cli seperately

---

 recipes/libnl/libnl2_git.bb |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/recipes/libnl/libnl2_git.bb b/recipes/libnl/libnl2_git.bb
index ebea784..bcf218d 100644
--- a/recipes/libnl/libnl2_git.bb
+++ b/recipes/libnl/libnl2_git.bb
@@ -1,9 +1,9 @@
-DESCRIPTION = "libnl is a library for applications dealing with netlink sockets"
+DESCRIPTION = "libnl2 is a library for applications dealing with netlink sockets"
 SECTION = "libs/network"
 LICENSE = "LGPL"
 HOMEPAGE = "http://people.suug.ch/~tgr/libnl"
 PV = "1.9+gitr${SRCREV}"
-PR = "r0"
+PR = "r1"
 
 inherit autotools
 
@@ -15,7 +15,8 @@ SRC_URI = "\
 "
 S = "${WORKDIR}/git"
 
-PACKAGES =+ "${PN}-route ${PN}-nf ${PN}-genl"
+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.*"





More information about the Openembedded-commits mailing list