diff options
| author | Stefan Müller-Klieser <s.mueller-klieser@phytec.de> | 2015-08-27 17:57:01 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-09-08 16:22:48 +0200 |
| commit | 50d34ad81068aed2477851d78004e9d8997190f0 (patch) | |
| tree | 56d10551fde583259dfe56a7fe0b1173a65d787a /meta-multimedia/recipes-multimedia | |
| parent | a69800687436b79f5c03100a5b8bdaf82aee299c (diff) | |
| download | meta-openembedded-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/recipes-multimedia')
| -rw-r--r-- | meta-multimedia/recipes-multimedia/vorbis-tools/vorbis-tools_1.4.0.bb | 10 |
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 | |||
| 17 | 17 | ||
| 18 | inherit autotools pkgconfig gettext | 18 | inherit autotools pkgconfig gettext |
| 19 | 19 | ||
| 20 | RDEPENDS_${PN} = "libogg libvorbis libcurl libao" | ||
| 21 | |||
| 22 | PACKAGECONFIG ??= "flac" | 20 | PACKAGECONFIG ??= "flac" |
| 23 | PACKAGECONFIG[flac] = ",--without-flac,flac,libflac" | 21 | PACKAGECONFIG[flac] = ",--without-flac,flac,libflac" |
| 24 | PACKAGECONFIG[speex] = ",--without-speex,speex,speex" | 22 | PACKAGECONFIG[speex] = ",--without-speex,speex,speex" |
| 25 | |||
| 26 | EXTRA_OECONF = "--with-ogg-libraries=${STAGING_LIBDIR} \ | ||
| 27 | --with-ogg-includes=${STAGING_INCDIR} \ | ||
| 28 | --with-vorbis-libraries=${STAGING_LIBDIR} \ | ||
| 29 | --with-vorbis-includes=${STAGING_INCDIR} \ | ||
| 30 | --with-curl-libraries=${STAGING_LIBDIR} \ | ||
| 31 | --with-curl-libraries=${STAGING_LIBDIR} \ | ||
| 32 | " | ||
