diff options
author | Saul Wold <sgw@linux.intel.com> | 2013-01-28 10:04:56 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-01 15:54:02 +0000 |
commit | 1e03821254208fedad962e003a8baf50e607f321 (patch) | |
tree | fe2e29e328b4703d9e5022344e250fb4038c31ec /meta/recipes-support | |
parent | 6ff77d28478c76a595103ff1c7651b75e2aa8e63 (diff) | |
download | poky-1e03821254208fedad962e003a8baf50e607f321.tar.gz |
libnl: Update to 3.2.21
(From OE-Core rev: cdcf64866448fcbeaf6ddeff88ef7261c0cf7cae)
(From OE-Core rev: 62958c5af0b838007244b8b139912d5a8dc8507a)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/libnl/libnl_3.2.21.bb (renamed from meta/recipes-support/libnl/libnl_3.2.19.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/libnl/libnl_3.2.19.bb b/meta/recipes-support/libnl/libnl_3.2.21.bb index 43070283ae..1e976039a1 100644 --- a/meta/recipes-support/libnl/libnl_3.2.19.bb +++ b/meta/recipes-support/libnl/libnl_3.2.21.bb | |||
@@ -14,8 +14,8 @@ SRC_URI = "http://www.infradead.org/~tgr/${BPN}/files/${BP}.tar.gz \ | |||
14 | file://fix-pktloc_syntax_h-race.patch \ | 14 | file://fix-pktloc_syntax_h-race.patch \ |
15 | file://fix-pc-file.patch " | 15 | file://fix-pc-file.patch " |
16 | 16 | ||
17 | SRC_URI[md5sum] = "1795c43bde05f650a43b085438e5da21" | 17 | SRC_URI[md5sum] = "6fe7136558a9071e70673dcda38545b3" |
18 | SRC_URI[sha256sum] = "37a611ad84e84a15daf2736cdd2c5191f3af4e1b12354f7d260f0264383b098b" | 18 | SRC_URI[sha256sum] = "2dc80f043116ec8610d9d418f5f5e9283f3d9a3a48b8d51a8cb0146b3f279604" |
19 | 19 | ||
20 | inherit autotools pkgconfig | 20 | inherit autotools pkgconfig |
21 | 21 | ||