summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/nasm
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2018-01-16 10:49:20 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-01-18 12:50:36 +0000
commitb85d0518af6f02b640e4d2b1ba2fd2fbb0917234 (patch)
treedbfb6c03f233a3aeffb1962f361549650fab8feb /meta/recipes-devtools/nasm
parentd7cf7d6d032158690d6503ddc2c20bc5cd614264 (diff)
downloadpoky-b85d0518af6f02b640e4d2b1ba2fd2fbb0917234.tar.gz
nasm: upgrade 2.13.01 -> 2.13.02
(From OE-Core rev: 27a1166e92eeac499732839de1026564357e5054) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/nasm')
-rw-r--r--meta/recipes-devtools/nasm/nasm_2.13.02.bb (renamed from meta/recipes-devtools/nasm/nasm_2.13.01.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/nasm/nasm_2.13.01.bb b/meta/recipes-devtools/nasm/nasm_2.13.02.bb
index bf18cd6d14..15672abe7d 100644
--- a/meta/recipes-devtools/nasm/nasm_2.13.01.bb
+++ b/meta/recipes-devtools/nasm/nasm_2.13.02.bb
@@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=90904486f8fbf1861cf42752e1a39efe"
5 5
6SRC_URI = "http://www.nasm.us/pub/nasm/releasebuilds/${PV}/nasm-${PV}.tar.bz2 " 6SRC_URI = "http://www.nasm.us/pub/nasm/releasebuilds/${PV}/nasm-${PV}.tar.bz2 "
7 7
8SRC_URI[md5sum] = "1f7d4662040d24351df7d6719ed4f97a" 8SRC_URI[md5sum] = "f301c7ce89f28af9319edaf917365f61"
9SRC_URI[sha256sum] = "08f97baf0a7f892128c6413cfa93b69dc5825fbbd06c70928aea028835d198fa" 9SRC_URI[sha256sum] = "8d3028d286be7c185ba6ae4c8a692fc5438c129b2a3ffad60cbdcedd2793bbbe"
10 10
11inherit autotools-brokensep 11inherit autotools-brokensep
12 12