[oe-commits] Michael 'Mickey' Lauer : libnl2: new recipe; netlink support library v2

git version control git at git.openembedded.org
Wed Nov 11 02:02:46 UTC 2009


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

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Wed Nov 11 02:34:21 2009 +0100

libnl2: new recipe; netlink support library v2

---

 conf/distro/include/sane-srcrevs.inc |    1 +
 recipes/libnl/libnl2_git.bb          |   23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc
index b57ea4d..ca88ae5 100644
--- a/conf/distro/include/sane-srcrevs.inc
+++ b/conf/distro/include/sane-srcrevs.inc
@@ -89,6 +89,7 @@ SRCREV_pn-libmokogsmd2 ?= "4334"
 SRCREV_pn-libmokojournal2 ?= "3473"
 SRCREV_pn-libmokopanelui2 ?= "4568"
 SRCREV_pn-libmokoui2 ?= "4342"
+SRCREV_pn-libnl2 ?= "dc273a12da9f0116e80fa81d63beb820e632dd17"
 SRCREV_pn-libowl ?= "277"
 SRCREV_pn-librfid ?= "2094"
 SRCREV_pn-libsnmp-perl ?= "17367"
diff --git a/recipes/libnl/libnl2_git.bb b/recipes/libnl/libnl2_git.bb
new file mode 100644
index 0000000..02010dc
--- /dev/null
+++ b/recipes/libnl/libnl2_git.bb
@@ -0,0 +1,23 @@
+DESCRIPTION = "libnl is a library for applications dealing with netlink sockets"
+SECTION = "libs/network"
+LICENSE = "LGPL"
+HOMEPAGE = "http://people.suug.ch/~tgr/libnl"
+PV = "1.0+gitr${SRCREV}"
+PR = "r0"
+
+inherit autotools pkgconfig
+
+#CFLAGS += '-DVLAN_FLAG_REORDER_HDR=1'
+
+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}-genl  = "${libdir}/libnl-genl.so.*"
+





More information about the Openembedded-commits mailing list