diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2014-04-28 16:03:19 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-30 16:39:08 +0100 |
commit | dfb817e88de84670422e3d952474313d97c4e83c (patch) | |
tree | 086a3df77de89b85e9264129d42426ac0c0629a4 | |
parent | 21a38eba917a6b2ebc13f6b4c5f1a07a235c360e (diff) | |
download | poky-dfb817e88de84670422e3d952474313d97c4e83c.tar.gz |
nasm: upgrade to 2.11.02
(From OE-Core rev: a3ddc4041a9a04072e4dbfe23fc5bddc7b0217ce)
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/nasm/nasm_2.11.02.bb (renamed from meta/recipes-devtools/nasm/nasm_2.11.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/nasm/nasm_2.11.bb b/meta/recipes-devtools/nasm/nasm_2.11.02.bb index 5f4b9533ba..db84ec579f 100644 --- a/meta/recipes-devtools/nasm/nasm_2.11.bb +++ b/meta/recipes-devtools/nasm/nasm_2.11.02.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] = "4cd558047ea5ed51fc2c7c94e249c7b8" | 9 | SRC_URI[md5sum] = "3bbc8ed83115b8caf7931f35ec3bc5e0" |
10 | SRC_URI[sha256sum] = "1ce7e897c67255a195367a60c739a90a0b33a4a73f058f7cda3253bcf975642b" | 10 | SRC_URI[sha256sum] = "ece26b5ef565f94d19a72756d05965e424d2e5ca55f88b949852da70dd62f0e0" |
11 | 11 | ||
12 | inherit autotools-brokensep | 12 | inherit autotools-brokensep |
13 | 13 | ||