aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tremor/tremor_20041119.bb
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2010-09-29 10:36:27 +0000
committerKhem Raj <raj.khem@gmail.com>2010-10-06 15:31:39 -0700
commit0d5594975557c6eea0ccdef427a200e9cf71e4e8 (patch)
tree7880aeb82a3b7a7a6a1507240bc1083cc5c52503 /recipes/tremor/tremor_20041119.bb
parentbb2ba59d81dc96919cb95f869ec288b78816f63b (diff)
downloadopenembedded-0d5594975557c6eea0ccdef427a200e9cf71e4e8.tar.gz
tremor-20041119: Add pkgconfig file, provide libvorbisidec
Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/tremor/tremor_20041119.bb')
-rw-r--r--recipes/tremor/tremor_20041119.bb9
1 files changed, 6 insertions, 3 deletions
diff --git a/recipes/tremor/tremor_20041119.bb b/recipes/tremor/tremor_20041119.bb
index 889b981ae9..42155abf3d 100644
--- a/recipes/tremor/tremor_20041119.bb
+++ b/recipes/tremor/tremor_20041119.bb
@@ -4,16 +4,19 @@ DEPENDS = "libogg"
DESCRIPTION = "tremor is a fixed point implementation of the vorbis codec."
LICENSE = "BSD"
SRCDATE = "${PV}"
-PR = "r1"
+PR = "r2"
# tremor makes heavy use of non-thumb-compatible inline asm.
ARM_INSTRUCTION_SET = "arm"
-SRC_URI = "svn://svn.xiph.org/trunk;module=Tremor;rev=4573;proto=http"
+PROVIDES += "libvorbisidec"
+
+SRC_URI = "svn://svn.xiph.org/trunk;module=Tremor;rev=4573;proto=http \
+ file://pkgconfig.patch"
S = "${WORKDIR}/Tremor"
-inherit autotools
+inherit autotools pkgconfig
EXTRA_OECONF=" --enable-shared --disable-rpath "