[oe-commits] Khem Raj : yasm: Upgrade yasm_0.7.2.bb -> yasm_1.1.0.bb

git version control git at git.openembedded.org
Thu Mar 24 20:03:58 UTC 2011


Module: openembedded.git
Branch: testing-next
Commit: 22f72e1751108cf5092332a952fcbadec5cd1a0d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=22f72e1751108cf5092332a952fcbadec5cd1a0d

Author: Khem Raj <raj.khem at gmail.com>
Date:   Tue Mar 22 12:21:50 2011 -0700

yasm: Upgrade yasm_0.7.2.bb -> yasm_1.1.0.bb

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/yasm/{yasm_0.7.2.bb => yasm_1.1.0.bb} |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes/yasm/yasm_0.7.2.bb b/recipes/yasm/yasm_1.1.0.bb
similarity index 65%
rename from recipes/yasm/yasm_0.7.2.bb
rename to recipes/yasm/yasm_1.1.0.bb
index d4cd457..04aac6f 100644
--- a/recipes/yasm/yasm_0.7.2.bb
+++ b/recipes/yasm/yasm_1.1.0.bb
@@ -1,15 +1,15 @@
 DESCRIPTION = "x86 (SSE) assembler supporting NASM and GAS-syntaxes"
 LICENSE = "BSD"
 HOMEPAGE = "http://www.tortall.net/projects/yasm/"
-PR = "r1"
+PR = "r0"
 
 SRC_URI = "http://www.tortall.net/projects/yasm/releases/yasm-${PV}.tar.gz"
 
+SRC_URI[md5sum] = "8392e5f2235c2c2a981e1a633f2698cb"
+SRC_URI[sha256sum] = "e5d56b582f3d0c30ed5c4fc221063e4175602307ea645520889458133671c232"
+
 S = "${WORKDIR}/yasm-${PV}"
 
 inherit autotools
 
 BBCLASSEXTEND = "native"
-
-SRC_URI[md5sum] = "cc9360593de5625dca286f0bfcb27dd5"
-SRC_URI[sha256sum] = "2c4f916883cbaf5c177a3fd105c3180bd0f574c87d7215ecfbe5b087efcc0dd6"





More information about the Openembedded-commits mailing list