org.openmoko.zecke.april-update: e37692245584cc4fd45b2ff0891e5747cc0b69f2

oe at monotone.openmoko.org oe at monotone.openmoko.org
Mon Apr 7 04:31:44 CEST 2008


revision:            e37692245584cc4fd45b2ff0891e5747cc0b69f2
date:                2008-04-07T01:25:52
author:              Stefan Schmidt <stefan at openmoko.org>
branch:              org.openmoko.zecke.april-update
changelog:
libnl: Add libnl 1.0-pre8 for more recent NetworkManager versions
    (linux-header.patch is from zecke and needed because this header was
     not on my system, libnl compiles without it because it has copies of
     kernel headers)

manifest:
format_version "1"

new_manifest [a0f9f28edca8468f27136680319e7b5e9498a8d3]

old_revision [d227af6d817947ba64049c809d5c8a783d785613]

add_file "packages/libnl/files/linux-header.patch"
 content [c80bf7e1a37a991954debd494073a91d32f42ede]

add_file "packages/libnl/files/local-includes-and-avoid-wrong-ldflags.patch"
 content [c4d94662df225a0ee6e10889d64e44b213e8a5e8]

add_file "packages/libnl/libnl_1.0-pre8.bb"
 content [75a1ae1e39545b0ba22753221a95f7101f36a2cb]

patch "conf/checksums.ini"
 from [240570d1e1b937ea160927eed209d82934df0858]
   to [b1e2127364b0cbbd35fc66f88d747bda2d5cd9fa]
-------------- next part --------------
#
#
# add_file "packages/libnl/files/linux-header.patch"
#  content [c80bf7e1a37a991954debd494073a91d32f42ede]
# 
# add_file "packages/libnl/files/local-includes-and-avoid-wrong-ldflags.patch"
#  content [c4d94662df225a0ee6e10889d64e44b213e8a5e8]
# 
# add_file "packages/libnl/libnl_1.0-pre8.bb"
#  content [75a1ae1e39545b0ba22753221a95f7101f36a2cb]
# 
# patch "conf/checksums.ini"
#  from [240570d1e1b937ea160927eed209d82934df0858]
#    to [b1e2127364b0cbbd35fc66f88d747bda2d5cd9fa]
#
============================================================
--- packages/libnl/files/linux-header.patch	c80bf7e1a37a991954debd494073a91d32f42ede
+++ packages/libnl/files/linux-header.patch	c80bf7e1a37a991954debd494073a91d32f42ede
@@ -0,0 +1,24 @@
+Index: libnl-1.0-pre8/include/netlink/netlink.h
+===================================================================
+--- libnl-1.0-pre8.orig/include/netlink/netlink.h	2007-11-21 18:25:39.000000000 +0100
++++ libnl-1.0-pre8/include/netlink/netlink.h	2008-04-07 03:18:14.000000000 +0200
+@@ -24,7 +24,6 @@
+ #include <linux/netlink.h>
+ #include <linux/rtnetlink.h>
+ #include <linux/genetlink.h>
+-#include <linux/ip_mp_alg.h>
+ #include <linux/netfilter/nfnetlink.h>
+ #include <netlink/types.h>
+ #include <netlink/handlers.h>
+Index: libnl-1.0-pre8/lib/route/route_obj.c
+===================================================================
+--- libnl-1.0-pre8.orig/lib/route/route_obj.c	2008-04-07 03:20:25.000000000 +0200
++++ libnl-1.0-pre8/lib/route/route_obj.c	2008-04-07 03:20:35.000000000 +0200
+@@ -33,6 +33,7 @@
+  * @{
+  */
+ 
++#include <linux/ip_mp_alg.h>
+ #include <netlink-local.h>
+ #include <netlink/netlink.h>
+ #include <netlink/cache.h>
============================================================
--- packages/libnl/files/local-includes-and-avoid-wrong-ldflags.patch	c4d94662df225a0ee6e10889d64e44b213e8a5e8
+++ packages/libnl/files/local-includes-and-avoid-wrong-ldflags.patch	c4d94662df225a0ee6e10889d64e44b213e8a5e8
@@ -0,0 +1,13 @@
+--- libnl-1.0-pre8/Makefile.opts.in.orig	2007-11-21 18:25:39.000000000 +0100
++++ libnl-1.0-pre8/Makefile.opts.in	2008-04-04 23:38:40.000000000 +0200
+@@ -10,8 +10,8 @@
+ #
+ 
+ CC               := @CC@
+-CFLAGS           := @CFLAGS@
+-LDFLAGS          := @LDFLAGS@
++CFLAGS           := -I./include -I. -I../include @CFLAGS@
++LDFLAGS          :=
+ CPPFLAGS         := @CPPFLAGS@
+ PACKAGE_NAME     := @PACKAGE_NAME@
+ PACKAGE_VERSION  := @PACKAGE_VERSION@
============================================================
--- packages/libnl/libnl_1.0-pre8.bb	75a1ae1e39545b0ba22753221a95f7101f36a2cb
+++ packages/libnl/libnl_1.0-pre8.bb	75a1ae1e39545b0ba22753221a95f7101f36a2cb
@@ -0,0 +1,19 @@
+DESCRIPTION = "libnl is a library for applications dealing with netlink sockets"
+SECTION = "libs/network"
+LICENSE = "LGPL"
+HOMEPAGE = "http://people.suug.ch/~tgr/libnl/"
+PRIORITY = "optional"
+PV = "0.99+1.0-pre8"
+
+inherit autotools pkgconfig gpe
+
+SRC_URI= "http://people.suug.ch/~tgr/libnl/files/${PN}-1.0-pre8.tar.gz \
+          file://local-includes-and-avoid-wrong-ldflags.patch;patch=1 \
+          file://linux-header.patch;patch=1 "
+
+S = "${WORKDIR}/${PN}-1.0-pre8"
+
+do_stage () {
+	autotools_stage_all prefix=${prefix}
+}
+
============================================================
--- conf/checksums.ini	240570d1e1b937ea160927eed209d82934df0858
+++ conf/checksums.ini	b1e2127364b0cbbd35fc66f88d747bda2d5cd9fa
@@ -6994,6 +6994,10 @@ sha256=c1d5b4edeb1f2b20ce35ab13b2c0464b6
 md5=0f57cb7085dc27e054691bff858613c9
 sha256=c1d5b4edeb1f2b20ce35ab13b2c0464b6e03a43934d626161a780578bbbb8161
 
+[http://people.suug.ch/~tgr/libnl/files/libnl-1.0-pre8.tar.gz]
+md5=cc54b3ed25ba45d45a966b9355030810
+sha256=2cd7db997d6ac673b67655a9550844839427d7283ae6d6b1b86afa1b7bc865c1
+
 [http://www.galago-project.org/files/releases/source/libnotify/libnotify-0.4.2.tar.gz]
 md5=25585318503079a513af7064bb59c04d
 sha256=9e95499badd1b0da67b1422caa4198dbe61c961300b7001173eace18b8b2c38e
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.openmoko.org/pipermail/commitlog/attachments/20080407/0bcddaef/attachment.htm 


More information about the commitlog mailing list