diff options
author | Saul Wold <sgw@linux.intel.com> | 2013-01-23 13:21:47 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-28 12:29:31 +0000 |
commit | a4fbcfbb7204ec4bd8f337451ed94498ede3c038 (patch) | |
tree | 80a87f31dabdda39c5dcf805a7d0215d9977f133 /meta/recipes-support/libnl | |
parent | de51b425962091a7760c7002a2a8a77221e78cda (diff) | |
download | poky-a4fbcfbb7204ec4bd8f337451ed94498ede3c038.tar.gz |
libnl: Update to 3.2.19
(From OE-Core rev: 7ccb2e6463a745e90aa40c7e4163f9ef3495f866)
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.19.bb (renamed from meta/recipes-support/libnl/libnl_3.2.18.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/libnl/libnl_3.2.18.bb b/meta/recipes-support/libnl/libnl_3.2.19.bb index 0da7f20f43..43070283ae 100644 --- a/meta/recipes-support/libnl/libnl_3.2.18.bb +++ b/meta/recipes-support/libnl/libnl_3.2.19.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] = "378eafcca1f51d1c7498d78946cd891a" | 17 | SRC_URI[md5sum] = "1795c43bde05f650a43b085438e5da21" |
18 | SRC_URI[sha256sum] = "6563e4e72a35f9f96380086f6bd17307552977af98e98bd3dd0fdde8013d53a9" | 18 | SRC_URI[sha256sum] = "37a611ad84e84a15daf2736cdd2c5191f3af4e1b12354f7d260f0264383b098b" |
19 | 19 | ||
20 | inherit autotools pkgconfig | 20 | inherit autotools pkgconfig |
21 | 21 | ||