summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-multimedia/recipes-mkv/mkvtoolnix/mkvtoolnix_5.9.0.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-multimedia/recipes-mkv/mkvtoolnix/mkvtoolnix_5.9.0.bb b/meta-multimedia/recipes-mkv/mkvtoolnix/mkvtoolnix_5.9.0.bb
index abb0e950d6..6c5be3a8bd 100644
--- a/meta-multimedia/recipes-mkv/mkvtoolnix/mkvtoolnix_5.9.0.bb
+++ b/meta-multimedia/recipes-mkv/mkvtoolnix/mkvtoolnix_5.9.0.bb
@@ -10,7 +10,7 @@ SRC_URI = "http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-${PV}.
10SRC_URI[md5sum] = "033621461ef8eb922fc1366e0a9a6f16" 10SRC_URI[md5sum] = "033621461ef8eb922fc1366e0a9a6f16"
11SRC_URI[sha256sum] = "d913f531331c3332d2fb334c872ea19bfea7293dfedc4bf33ae7162e4efcbde1" 11SRC_URI[sha256sum] = "d913f531331c3332d2fb334c872ea19bfea7293dfedc4bf33ae7162e4efcbde1"
12 12
13inherit autotools gettext 13inherit autotools-brokensep gettext
14 14
15# make sure rb files are used from sysroot, not from host 15# make sure rb files are used from sysroot, not from host
16# ruby-1.9.3-always-use-i386.patch is doing target_cpu=`echo $target_cpu | sed s/i.86/i386/` 16# ruby-1.9.3-always-use-i386.patch is doing target_cpu=`echo $target_cpu | sed s/i.86/i386/`
@@ -31,9 +31,9 @@ do_configure_prepend() {
31 31
32# Yeah, no makefile 32# Yeah, no makefile
33do_compile() { 33do_compile() {
34 ./drake 34 ${S}/drake
35} 35}
36 36
37do_install() { 37do_install() {
38 ./drake install DESTDIR=${D} 38 ${S}/drake install DESTDIR=${D}
39} 39}