diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-12-13 19:02:08 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-07 11:09:43 +0000 |
commit | fe21ffd4e148bad8bfc6a44913a9cf6a2617e220 (patch) | |
tree | 96a6b03b3863e269f6ca33ec38435e8f6fb6187b /meta/recipes-support | |
parent | e38ce339602597a0ddda11ed1ca917eea51e610b (diff) | |
download | poky-fe21ffd4e148bad8bfc6a44913a9cf6a2617e220.tar.gz |
libnl: Update to 3.2.16
(From OE-Core rev: bf039ff80c2a416ddb793b676ab2940428695b3e)
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.16.bb (renamed from meta/recipes-support/libnl/libnl_3.2.14.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/libnl/libnl_3.2.14.bb b/meta/recipes-support/libnl/libnl_3.2.16.bb index 4206b1bd79..be3a3a2055 100644 --- a/meta/recipes-support/libnl/libnl_3.2.14.bb +++ b/meta/recipes-support/libnl/libnl_3.2.16.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] = "81d44f530aa0af1638a220c413baec05" | 17 | SRC_URI[md5sum] = "f06e6de102abb2cef71ed671957ee099" |
18 | SRC_URI[sha256sum] = "6bb043eea08765bada37a053d932f073db9d51e7a8cd419e237c785ba6369e2c" | 18 | SRC_URI[sha256sum] = "c43a42336c6a3cf559f390e202f8f029d165bd767da7cf7a32a815c570b31826" |
19 | 19 | ||
20 | inherit autotools pkgconfig | 20 | inherit autotools pkgconfig |
21 | 21 | ||