[oe] [PATCH] vorbis-tools: remove unnecessary options

Stefan Müller-Klieser s.mueller-klieser at phytec.de
Thu Aug 27 15:57:01 UTC 2015


This code is not required for yocto 1.9 any more.

Signed-off-by: Stefan Müller-Klieser <s.mueller-klieser at phytec.de>
---
- the recipe was pulled too quickly on master for me, sorry that it is a
  patch now instead of a v2

 .../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} \
-"
-- 
1.9.1




More information about the Openembedded-devel mailing list