aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libvorbis
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-10-23 16:09:12 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-10-23 16:09:12 +0200
commit065e7b5619c19e81cd310b8d87eb20f4a6a14625 (patch)
treeceda1c94349be100dfef7e2c28e44b7c02922183 /recipes/libvorbis
parentd078412dd9b0ba327d7030243cc1341603b38926 (diff)
downloadopenembedded-065e7b5619c19e81cd310b8d87eb20f4a6a14625.tar.gz
libvorbis: moved EXTRA_OECONF from inc to individual recipes
this allows elimination of the override EXTRA_OECONF = "" in the 1.2.3 (and later) recipes Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/libvorbis')
-rw-r--r--recipes/libvorbis/libvorbis.inc4
-rw-r--r--recipes/libvorbis/libvorbis_1.0.1.bb4
-rw-r--r--recipes/libvorbis/libvorbis_1.2.0.bb4
-rw-r--r--recipes/libvorbis/libvorbis_1.2.3.bb3
4 files changed, 6 insertions, 9 deletions
diff --git a/recipes/libvorbis/libvorbis.inc b/recipes/libvorbis/libvorbis.inc
index b3a154a346..2054849958 100644
--- a/recipes/libvorbis/libvorbis.inc
+++ b/recipes/libvorbis/libvorbis.inc
@@ -12,8 +12,4 @@ inherit autotools
# thumb instruction set...
FULL_OPTIMIZATION_thumb = "-O0"
-EXTRA_OECONF = "--with-ogg-libraries=${STAGING_LIBDIR} \
- --with-ogg-includes=${STAGING_INCDIR}"
-
-
LEAD_SONAME = "libvorbis.so.0"
diff --git a/recipes/libvorbis/libvorbis_1.0.1.bb b/recipes/libvorbis/libvorbis_1.0.1.bb
index 2e8e18ac81..303d66b030 100644
--- a/recipes/libvorbis/libvorbis_1.0.1.bb
+++ b/recipes/libvorbis/libvorbis_1.0.1.bb
@@ -3,9 +3,11 @@ require libvorbis.inc
PR = "${INC_PR}.1"
+EXTRA_OECONF = "--with-ogg-libraries=${STAGING_LIBDIR} \
+ --with-ogg-includes=${STAGING_INCDIR}"
+
SRC_URI = "http://www.vorbis.com/files/${PV}/unix/libvorbis-${PV}.tar.gz \
file://m4.patch"
-
SRC_URI[md5sum] = "4d6726fd02ce02f6e24824e594b0949a"
SRC_URI[sha256sum] = "20b3cbdb4b05322d470404a7d2e8cdae1e0ce5372113218ae3cada3b29da70f7"
diff --git a/recipes/libvorbis/libvorbis_1.2.0.bb b/recipes/libvorbis/libvorbis_1.2.0.bb
index 069b83f01a..fa3a483265 100644
--- a/recipes/libvorbis/libvorbis_1.2.0.bb
+++ b/recipes/libvorbis/libvorbis_1.2.0.bb
@@ -3,6 +3,9 @@ require libvorbis.inc
PR = "${INC_PR}.1"
+EXTRA_OECONF = "--with-ogg-libraries=${STAGING_LIBDIR} \
+ --with-ogg-includes=${STAGING_INCDIR}"
+
SRC_URI = "http://downloads.xiph.org/releases/vorbis/libvorbis-${PV}.tar.gz \
file://configure_powerpc-no-fixed-cpu.patch \
file://r14598-CVE-2008-1420.patch \
@@ -10,6 +13,5 @@ SRC_URI = "http://downloads.xiph.org/releases/vorbis/libvorbis-${PV}.tar.gz \
file://r14602-CVE-2008-1423.patch \
"
-
SRC_URI[md5sum] = "478646358c49f34aedcce58948793619"
SRC_URI[sha256sum] = "6eb7040048e35448fe224fa3fd993eb4e49a905c57893886082f1674d43b0e73"
diff --git a/recipes/libvorbis/libvorbis_1.2.3.bb b/recipes/libvorbis/libvorbis_1.2.3.bb
index 04e6c91bcf..96462e4279 100644
--- a/recipes/libvorbis/libvorbis_1.2.3.bb
+++ b/recipes/libvorbis/libvorbis_1.2.3.bb
@@ -12,8 +12,5 @@ SRC_URI = "http://downloads.xiph.org/releases/vorbis/libvorbis-${PV}.tar.gz \
file://patch-lib_res0.c;apply=yes;striplevel=0 \
"
-# override should be handeld by pkgconfig now
-EXTRA_OECONF = ""
-
SRC_URI[md5sum] = "5aa77f55c0e0aab8eb8ed982335daac8"
SRC_URI[sha256sum] = "c679d1e5e45a3ec8aceb5e71de8e3712630b7a6dec6952886c17435a65955947"