diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2014-08-27 09:24:25 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-28 19:55:38 +0200 |
commit | bda4fdf91217a0cd35053053146b649ed62afb2f (patch) | |
tree | 668227164b948f0d45bfd922a15ba0ac6215f2fb | |
parent | f6e6d632dbe23fe69c3363d9d70622cc69b25df1 (diff) | |
download | meta-openembedded-bda4fdf91217a0cd35053053146b649ed62afb2f.tar.gz |
mkvtoolnix: update to 7.1.0+git
This fixes compilation with boot 1.56+
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-multimedia/recipes-mkv/mkvtoolnix/mkvtoolnix_git.bb (renamed from meta-multimedia/recipes-mkv/mkvtoolnix/mkvtoolnix_7.0.0.bb) | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/meta-multimedia/recipes-mkv/mkvtoolnix/mkvtoolnix_7.0.0.bb b/meta-multimedia/recipes-mkv/mkvtoolnix/mkvtoolnix_git.bb index bd752afaf..8d7702429 100644 --- a/meta-multimedia/recipes-mkv/mkvtoolnix/mkvtoolnix_7.0.0.bb +++ b/meta-multimedia/recipes-mkv/mkvtoolnix/mkvtoolnix_git.bb | |||
@@ -6,9 +6,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | |||
6 | 6 | ||
7 | DEPENDS = "curl boost expat zlib libebml libmatroska libogg libvorbis bzip2 lzo file ruby-native" | 7 | DEPENDS = "curl boost expat zlib libebml libmatroska libogg libvorbis bzip2 lzo file ruby-native" |
8 | 8 | ||
9 | SRC_URI = "http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-${PV}.tar.xz" | 9 | PV = "7.1.0+git${SRCPV}" |
10 | SRC_URI[md5sum] = "ddd5ce6288d2fdaa6b79cb6d7bfffb04" | 10 | SRCREV = "0c89ff941bfdd9f3378312f293a84f13cf3e2a96" |
11 | SRC_URI[sha256sum] = "2bbdf060e193d4a7f961f84d28b28d67d859be66e3f2cdf8ee4ae380f8d15725" | 11 | SRC_URI = "git://github.com/mbunkus/mkvtoolnix.git" |
12 | |||
13 | S = "${WORKDIR}/git" | ||
12 | 14 | ||
13 | inherit autotools-brokensep gettext | 15 | inherit autotools-brokensep gettext |
14 | 16 | ||