diff options
author | Saul Wold <sgw@linux.intel.com> | 2013-05-20 19:19:08 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-24 14:14:42 +0100 |
commit | f533a3820191e4d255052179796b82639ff8791e (patch) | |
tree | 39ba533d23c3838915d6fc09fceec63be94dc799 /meta/recipes-support/libnl | |
parent | 1f2436e5c41e420deb1ed606e37d2ed083b26f03 (diff) | |
download | poky-f533a3820191e4d255052179796b82639ff8791e.tar.gz |
libnl: Update to 3.2.22
(From OE-Core rev: 9376396be8af3dd7603e93127a9f1a0a7ab8ca4a)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libnl')
-rw-r--r-- | meta/recipes-support/libnl/libnl_3.2.22.bb (renamed from meta/recipes-support/libnl/libnl_3.2.21.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-support/libnl/libnl_3.2.21.bb b/meta/recipes-support/libnl/libnl_3.2.22.bb index 1e976039a1..36e98e1f43 100644 --- a/meta/recipes-support/libnl/libnl_3.2.21.bb +++ b/meta/recipes-support/libnl/libnl_3.2.22.bb | |||
@@ -3,7 +3,6 @@ HOMEPAGE = "http://www.infradead.org/~tgr/libnl/" | |||
3 | SECTION = "libs/network" | 3 | SECTION = "libs/network" |
4 | 4 | ||
5 | PE = "1" | 5 | PE = "1" |
6 | PR = "r0" | ||
7 | 6 | ||
8 | LICENSE = "LGPLv2.1" | 7 | LICENSE = "LGPLv2.1" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
@@ -14,8 +13,8 @@ SRC_URI = "http://www.infradead.org/~tgr/${BPN}/files/${BP}.tar.gz \ | |||
14 | file://fix-pktloc_syntax_h-race.patch \ | 13 | file://fix-pktloc_syntax_h-race.patch \ |
15 | file://fix-pc-file.patch " | 14 | file://fix-pc-file.patch " |
16 | 15 | ||
17 | SRC_URI[md5sum] = "6fe7136558a9071e70673dcda38545b3" | 16 | SRC_URI[md5sum] = "2e1c889494d274aca24ce5f6a748e66e" |
18 | SRC_URI[sha256sum] = "2dc80f043116ec8610d9d418f5f5e9283f3d9a3a48b8d51a8cb0146b3f279604" | 17 | SRC_URI[sha256sum] = "c7c5f267dfeae0c1a530bf96b71fb7c8dbbb07d54beef49b6712d8d6166f629b" |
19 | 18 | ||
20 | inherit autotools pkgconfig | 19 | inherit autotools pkgconfig |
21 | 20 | ||