diff options
Diffstat (limited to 'recipes/libnl/libnl_1.1.bb')
-rw-r--r-- | recipes/libnl/libnl_1.1.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/libnl/libnl_1.1.bb b/recipes/libnl/libnl_1.1.bb index dcca3c6e92..5f2d6f1a07 100644 --- a/recipes/libnl/libnl_1.1.bb +++ b/recipes/libnl/libnl_1.1.bb @@ -2,7 +2,7 @@ DESCRIPTION = "libnl is a library for applications dealing with netlink sockets" SECTION = "libs/network" LICENSE = "LGPL" HOMEPAGE = "http://people.suug.ch/~tgr/libnl" -PR = "r1" +PR = "r2" inherit autotools pkgconfig @@ -10,8 +10,9 @@ CFLAGS += '-DVLAN_FLAG_REORDER_HDR=1' SRC_URI = "\ http://people.suug.ch/~tgr/libnl/files/libnl-${PV}.tar.gz \ - file://local-includes-and-avoid-wrong-ldflags.patch;patch=1 \ + file://local-includes.patch;patch=1 \ file://fix-includes.patch;patch=1 \ + file://respect-ldflags.patch;patch=1 \ " do_stage () { |