[oe-commits] Stefan Müller-Kliese =?UTF-8?Q?r=20?=: vorbis-tools: remove unnecessary options

git at git.openembedded.org git at git.openembedded.org
Mon Aug 31 18:20:14 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: 0cffd135a73e8cd3b5eed801b94d1a2ef63ff2b0
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=0cffd135a73e8cd3b5eed801b94d1a2ef63ff2b0

Author: Stefan Müller-Klieser <s.mueller-klieser at phytec.de>
Date:   Thu Aug 27 17:57:01 2015 +0200

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 at phytec.de>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../recipes-multimedia/vorbis-tools/vorbis-tools_1.4.0.bb      | 10 ----------
 1 file changed, 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 de89d22..a35dee6 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} \
-"



More information about the Openembedded-commits mailing list