1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

libnl: upgrade to version 2.0

from 1.1
removed outdated patches

Signed-off-by: Qing He <qing.he@intel.com>
This commit is contained in:
Qing He
2010-11-15 17:16:56 +08:00
committed by Saul Wold
parent 621f573569
commit a7db6e872e
3 changed files with 5 additions and 29 deletions
@@ -1,12 +0,0 @@
Index: libnl-1.1/include/netlink-local.h
===================================================================
--- libnl-1.1.orig/include/netlink-local.h 2009-09-04 10:10:09.000000000 +0100
+++ libnl-1.1/include/netlink-local.h 2009-09-04 10:10:15.000000000 +0100
@@ -26,6 +26,7 @@
#include <sys/socket.h>
#include <inttypes.h>
#include <assert.h>
+#include <limits.h>
#include <arpa/inet.h>
#include <netdb.h>
@@ -1,11 +0,0 @@
--- 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@
@@ -4,13 +4,12 @@ SECTION = "libs/network"
PRIORITY = "optional"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=2b41e13261a330ee784153ecbb6a82bc \
file://src/utils.c;beginline=4;endline=9;md5=6e99dfba5cfd64e92b4eb2c7b31e5e4e"
LIC_FILES_CHKSUM = "file://COPYING;md5=2b41e13261a330ee784153ecbb6a82bc"
PR = "r1"
PR = "r0"
SRC_URI= "http://www.infradead.org/~tgr/libnl/files/${PN}-${PV}.tar.gz \
file://local-includes.patch;apply=yes \
file://compilefix.patch;apply=yes"
SRC_URI= "http://www.infradead.org/~tgr/libnl/files/${PN}-${PV}.tar.gz"
inherit autotools pkgconfig
LEAD_SONAME = "libnl.so"