[oe-commits] org.oe.dev libnl: add 1.0-pre6 based on an earlier version by Milan Plzik

florian commit openembedded-commits at lists.openembedded.org
Thu Aug 24 16:35:56 UTC 2006


libnl: add 1.0-pre6 based on an earlier version by Milan Plzik

Author: florian at openembedded.org
Branch: org.openembedded.dev
Revision: b504719895a62a8253bc6fcc3897e066ee11d891
ViewMTN: http://monotone.openembedded.org/revision.psp?id=b504719895a62a8253bc6fcc3897e066ee11d891
Files:
1
packages/libnl
packages/libnl/files
packages/libnl/files/local-includes.patch
packages/libnl/libnl_1.0-pre6.bb
Diffs:

#
# mt diff -r03a83944310c559e86d576c58a3c5660464ba630 -rb504719895a62a8253bc6fcc3897e066ee11d891
#
# 
# 
# add_dir "packages/libnl"
# 
# add_dir "packages/libnl/files"
# 
# add_file "packages/libnl/files/local-includes.patch"
#  content [10c708cbe365c3581c508eff071dae61913e3328]
# 
# add_file "packages/libnl/libnl_1.0-pre6.bb"
#  content [1cff5588a5ec88e9c8be399866473a3f14050456]
# 
============================================================
--- packages/libnl/files/local-includes.patch	10c708cbe365c3581c508eff071dae61913e3328
+++ packages/libnl/files/local-includes.patch	10c708cbe365c3581c508eff071dae61913e3328
@@ -0,0 +1,11 @@
+--- libnl-1.0-pre6/Makefile.opts.in.orig	2006-08-24 14:57:42.000000000 +0200
++++ libnl-1.0-pre6/Makefile.opts.in	2006-08-24 14:58:20.000000000 +0200
+@@ -10,7 +10,7 @@
+ #
+ 
+ CC               := @CC@
+-CFLAGS           := @CFLAGS@
++CFLAGS           := -I./include -I. -I../include @CFLAGS@
+ LDFLAGS          := @LDFLAGS@
+ CPPFLAGS         := @CPPFLAGS@
+ PACKAGE_NAME     := @PACKAGE_NAME@
============================================================
--- packages/libnl/libnl_1.0-pre6.bb	1cff5588a5ec88e9c8be399866473a3f14050456
+++ packages/libnl/libnl_1.0-pre6.bb	1cff5588a5ec88e9c8be399866473a3f14050456
@@ -0,0 +1,25 @@
+DESCRIPTION = "libnl is a library for applications dealing with netlink sockets"
+SECTION = "libs/network"
+LICENSE = "LGPL"
+HOMEPAGE = "http://people.suug.ch/~tgr/libnl/"
+MAINTAINER = "Milan Plzik <mmp at handhelds.org>"
+PRIORITY = "optional"
+DEPENDS = "glibc"
+
+inherit autotools pkgconfig gpe
+
+SRC_URI= "http://people.suug.ch/~tgr/libnl/files/${P}.tar.gz \
+           file://local-includes.patch;patch=1"
+
+do_install() {
+        oe_runmake prefix=${prefix} DESTDIR=${D} install
+}
+
+do_stage () {
+	autotools_stage_all prefix=${prefix}
+}
+
+do_install () {
+	oe_runmake prefix=${prefix} DESTDIR=${D} install
+}
+






More information about the Openembedded-commits mailing list