diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-16 11:08:26 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-17 12:28:50 +0100 |
commit | da223ec26e4b2109f2093501f83e614b222206b7 (patch) | |
tree | 690ab212d57347cc3801514ddd8cd4458bdf723f /meta | |
parent | bb8573bc75ba69caf348f28e9086ebe004aa61c1 (diff) | |
download | poky-da223ec26e4b2109f2093501f83e614b222206b7.tar.gz |
nasm: Update 2.11.02 -> 2.11.05
(From OE-Core rev: 403eed4b92a8b8d841b8a3ab9f1b2c25130f1deb)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/nasm/nasm_2.11.05.bb (renamed from meta/recipes-devtools/nasm/nasm_2.11.02.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/nasm/nasm_2.11.02.bb b/meta/recipes-devtools/nasm/nasm_2.11.05.bb index db84ec579f..fbfd5853b8 100644 --- a/meta/recipes-devtools/nasm/nasm_2.11.02.bb +++ b/meta/recipes-devtools/nasm/nasm_2.11.05.bb | |||
@@ -6,8 +6,8 @@ COMPATIBLE_HOST = '(x86_64|i.86).*-(linux|freebsd.*)' | |||
6 | 6 | ||
7 | 7 | ||
8 | SRC_URI = "http://www.nasm.us/pub/nasm/releasebuilds/${PV}/nasm-${PV}.tar.bz2 " | 8 | SRC_URI = "http://www.nasm.us/pub/nasm/releasebuilds/${PV}/nasm-${PV}.tar.bz2 " |
9 | SRC_URI[md5sum] = "3bbc8ed83115b8caf7931f35ec3bc5e0" | 9 | SRC_URI[md5sum] = "f6b1db2858cad82bbb0c8c6f3e2b0fb2" |
10 | SRC_URI[sha256sum] = "ece26b5ef565f94d19a72756d05965e424d2e5ca55f88b949852da70dd62f0e0" | 10 | SRC_URI[sha256sum] = "4a417bcf5cde5d203e228feea3f428a6ff4d700d558e4d79d50a30a695bdfae9" |
11 | 11 | ||
12 | inherit autotools-brokensep | 12 | inherit autotools-brokensep |
13 | 13 | ||