diff mbox series

[oe,meta-oe,2/2] yasm: Switch to cmake and use 1.3.0 release

Message ID 20181002162542.42865-2-raj.khem@gmail.com
State Superseded
Headers show
Series [oe,meta-networking,1/2] tsocks: Link with libc_nonshared.a | expand

Commit Message

Khem Raj Oct. 2, 2018, 4:25 p.m. UTC
latest master might have issues, so revert to using 1.3.0 release

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

---
 meta-oe/recipes-devtools/yasm/yasm_git.bb | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

-- 
2.19.0

-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel
diff mbox series

Patch

diff --git a/meta-oe/recipes-devtools/yasm/yasm_git.bb b/meta-oe/recipes-devtools/yasm/yasm_git.bb
index b685b42412..ebb14a8831 100644
--- a/meta-oe/recipes-devtools/yasm/yasm_git.bb
+++ b/meta-oe/recipes-devtools/yasm/yasm_git.bb
@@ -4,14 +4,20 @@  HOMEPAGE = "http://www.tortall.net/projects/yasm/"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=a12d8903508fb6bfd49d8d82c6170dd9"
 
+DEPENDS += "flex-native bison-native xmlto-native"
+
 PV = "1.3.0+git${SRCPV}"
-SRCREV = "35af9720e36df19382a57be26643b0d6bb48a363"
+# v1.3.0
+SRCREV = "ba463d3c26c0ece2e797b8d6381b161633b5971a"
 SRC_URI = "git://github.com/yasm/yasm.git"
 
 S = "${WORKDIR}/git"
 
-inherit autotools gettext
+inherit cmake gettext pythonnative
 
 export CCLD_FOR_BUILD = "${CC_FOR_BUILD}"
 
 BBCLASSEXTEND = "native"
+SOLIBS = ".so"
+FILES_SOLIBSDEV = ""
+