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:07:00 +0100 | 
| commit | 9376396be8af3dd7603e93127a9f1a0a7ab8ca4a (patch) | |
| tree | f6f5df03ae67fc676ae53e3209b35b43f53ed089 | |
| parent | 4132b811bff36f79caecb3cfb0b7b0b91c2abfc1 (diff) | |
| download | openembedded-core-9376396be8af3dd7603e93127a9f1a0a7ab8ca4a.tar.gz openembedded-core-9376396be8af3dd7603e93127a9f1a0a7ab8ca4a.tar.bz2 openembedded-core-9376396be8af3dd7603e93127a9f1a0a7ab8ca4a.zip | |
libnl: Update to 3.2.22
Signed-off-by: Saul Wold <sgw@linux.intel.com>
| -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/"  SECTION = "libs/network"  PE = "1" -PR = "r0"  LICENSE = "LGPLv2.1"  LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" @@ -14,8 +13,8 @@ SRC_URI = "http://www.infradead.org/~tgr/${BPN}/files/${BP}.tar.gz \             file://fix-pktloc_syntax_h-race.patch \             file://fix-pc-file.patch " -SRC_URI[md5sum] = "6fe7136558a9071e70673dcda38545b3" -SRC_URI[sha256sum] = "2dc80f043116ec8610d9d418f5f5e9283f3d9a3a48b8d51a8cb0146b3f279604" +SRC_URI[md5sum] = "2e1c889494d274aca24ce5f6a748e66e" +SRC_URI[sha256sum] = "c7c5f267dfeae0c1a530bf96b71fb7c8dbbb07d54beef49b6712d8d6166f629b"  inherit autotools pkgconfig | 
