From 50d34ad81068aed2477851d78004e9d8997190f0 Mon Sep 17 00:00:00 2001 From: Stefan Müller-Klieser Date: Thu, 27 Aug 2015 17:57:01 +0200 Subject: vorbis-tools: remove unnecessary options MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This code is not required for yocto 1.9 any more. Signed-off-by: Stefan Müller-Klieser Signed-off-by: Martin Jansa --- .../recipes-multimedia/vorbis-tools/vorbis-tools_1.4.0.bb | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'meta-multimedia/recipes-multimedia/vorbis-tools') 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} \ -" -- cgit 1.2.3-korg