[oe-commits] Martin Jansa : libebml: upgrade to 1.3.0 required by mkvtoolnix

git at git.openembedded.org git at git.openembedded.org
Sun Jul 20 19:55:29 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: bfb89f40815dd7a07900b2659cd3b7b4c3bfbf6f
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=bfb89f40815dd7a07900b2659cd3b7b4c3bfbf6f

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Jul 20 17:32:46 2014 +0200

libebml: upgrade to 1.3.0 required by mkvtoolnix

* otherwise mkvtoolnix tries to use it's own internal git submodule with libebml
  and fails when B!=S

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../recipes-mkv/libebml/{libebml_1.2.2.bb => libebml_1.3.0.bb}        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-multimedia/recipes-mkv/libebml/libebml_1.2.2.bb b/meta-multimedia/recipes-mkv/libebml/libebml_1.3.0.bb
similarity index 84%
rename from meta-multimedia/recipes-mkv/libebml/libebml_1.2.2.bb
rename to meta-multimedia/recipes-mkv/libebml/libebml_1.3.0.bb
index eafbdb3..877e176 100644
--- a/meta-multimedia/recipes-mkv/libebml/libebml_1.2.2.bb
+++ b/meta-multimedia/recipes-mkv/libebml/libebml_1.3.0.bb
@@ -3,8 +3,8 @@ LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=f14599a2f089f6ff8c97e2baa4e3d575"
 
 SRC_URI = "http://dl.matroska.org/downloads/libebml/libebml-${PV}.tar.bz2"
-SRC_URI[md5sum] = "726cc2bd1a525929ff35ff9854c0ebab"
-SRC_URI[sha256sum] = "476b08c6436a96c024a53e788e7c945ce9b41cd8654165763444aa7e5245b7a5"
+SRC_URI[md5sum] = "efec729bf5a51e649e1d9d1f61c0ae7a"
+SRC_URI[sha256sum] = "83b074d6b62715aa0080406ea84d33df2e44b5d874096640233a4db49b8096de"
 
 do_compile() {
     cd ${S}/make/linux



More information about the Openembedded-commits mailing list