aboutsummaryrefslogtreecommitdiffstats
path: root/meta-multimedia
diff options
context:
space:
mode:
authorStefan Müller-Klieser <s.mueller-klieser@phytec.de>2015-08-27 17:57:01 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2015-09-08 16:22:48 +0200
commit50d34ad81068aed2477851d78004e9d8997190f0 (patch)
tree56d10551fde583259dfe56a7fe0b1173a65d787a /meta-multimedia
parenta69800687436b79f5c03100a5b8bdaf82aee299c (diff)
downloadmeta-openembedded-contrib-50d34ad81068aed2477851d78004e9d8997190f0.tar.gz
vorbis-tools: remove unnecessary options
This code is not required for yocto 1.9 any more. Signed-off-by: Stefan Müller-Klieser <s.mueller-klieser@phytec.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-multimedia')
-rw-r--r--meta-multimedia/recipes-multimedia/vorbis-tools/vorbis-tools_1.4.0.bb10
1 files changed, 0 insertions, 10 deletions
diff --git a/meta-multimedia/recipes-multimedia/vorbis-tools/vorbis-tools_1.4.0.bb b/meta-multimedia/recipes-multimedia/vorbis-tools/vorbis-tools_1.4.0.bb
index de89d22a65..a35dee6e49 100644
--- a/meta-multimedia/recipes-multimedia/vorbis-tools/vorbis-tools_1.4.0.bb
+++ b/meta-multimedia/recipes-multimedia/vorbis-tools/vorbis-tools_1.4.0.bb
@@ -17,16 +17,6 @@ SRC_URI[sha256sum] = "a389395baa43f8e5a796c99daf62397e435a7e73531c9f44d9084055a0
inherit autotools pkgconfig gettext
-RDEPENDS_${PN} = "libogg libvorbis libcurl libao"
-
PACKAGECONFIG ??= "flac"
PACKAGECONFIG[flac] = ",--without-flac,flac,libflac"
PACKAGECONFIG[speex] = ",--without-speex,speex,speex"
-
-EXTRA_OECONF = "--with-ogg-libraries=${STAGING_LIBDIR} \
- --with-ogg-includes=${STAGING_INCDIR} \
- --with-vorbis-libraries=${STAGING_LIBDIR} \
- --with-vorbis-includes=${STAGING_INCDIR} \
- --with-curl-libraries=${STAGING_LIBDIR} \
- --with-curl-libraries=${STAGING_LIBDIR} \
-"