[oe] [meta-oe][WIP][PATCH 1/4] libebml: upgrade to 1.3.0 required by mkvtoolnix

Martin Jansa martin.jansa at gmail.com
Sun Jul 20 17:00:23 UTC 2014


* 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(-)
 rename meta-multimedia/recipes-mkv/libebml/{libebml_1.2.2.bb => libebml_1.3.0.bb} (84%)

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
-- 
2.0.0




More information about the Openembedded-devel mailing list