mirror of
https://git.yoctoproject.org/poky
synced 2026-03-05 14:59:41 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4256 311d38ba-8fff-0310-9ca6-ca027cbcb966
16 lines
439 B
BlitzBasic
16 lines
439 B
BlitzBasic
require gst-plugins.inc
|
|
DEPENDS += "gst-plugins-base libmusicbrainz tremor"
|
|
PR = "r6"
|
|
|
|
EXTRA_OECONF += "--disable-examples --disable-experimental --disable-sdl --disable-cdaudio \
|
|
--with-plugins=musicbrainz,wavpack,ivorbis"
|
|
|
|
SRC_URI += " file://ivorbisdec.patch;patch=1;pnum=0"
|
|
|
|
ARM_INSTRUCTION_SET = "arm"
|
|
|
|
do_configure_prepend() {
|
|
# This m4 file contains nastiness which conflicts with libtool 2.2.2
|
|
rm ${S}/m4/lib-link.m4 || true
|
|
}
|