mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
mkvtoolnix: inherit autotools-brokensep
* even with fixed path to m4/ebml.m4 and fixed path to drake in ${S} it still
fails with:
| DEBUG: Executing shell function do_compile
| rake aborted!
| No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, Rakefile.rb)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
3fa6063efb
commit
84fdd629fc
@ -10,7 +10,7 @@ SRC_URI = "http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-${PV}.
|
||||
SRC_URI[md5sum] = "033621461ef8eb922fc1366e0a9a6f16"
|
||||
SRC_URI[sha256sum] = "d913f531331c3332d2fb334c872ea19bfea7293dfedc4bf33ae7162e4efcbde1"
|
||||
|
||||
inherit autotools gettext
|
||||
inherit autotools-brokensep gettext
|
||||
|
||||
# make sure rb files are used from sysroot, not from host
|
||||
# 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() {
|
||||
|
||||
# Yeah, no makefile
|
||||
do_compile() {
|
||||
./drake
|
||||
${S}/drake
|
||||
}
|
||||
|
||||
do_install() {
|
||||
./drake install DESTDIR=${D}
|
||||
${S}/drake install DESTDIR=${D}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user