summaryrefslogtreecommitdiffstats
path: root/recipes/libogg
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2009-03-30 14:59:47 +0200
committerMarcin Juszkiewicz <hrw@openembedded.org>2009-03-30 15:25:02 +0200
commit43427019cb55bb10afff1ffd596f5aa33ee17b80 (patch)
tree1f021a8238cec88b1d798ab0df0964c754b8bc02 /recipes/libogg
parent49905a2449aad3d729fa383fff4fc694e5dc35ee (diff)
downloadopenembedded-43427019cb55bb10afff1ffd596f5aa33ee17b80.tar.gz
libtheora: added staging to get ffmpeg build
Diffstat (limited to 'recipes/libogg')
-rw-r--r--recipes/libogg/libtheora_1.0.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/libogg/libtheora_1.0.bb b/recipes/libogg/libtheora_1.0.bb
index ec08b8694e..431ed39525 100644
--- a/recipes/libogg/libtheora_1.0.bb
+++ b/recipes/libogg/libtheora_1.0.bb
@@ -1,7 +1,7 @@
DEPENDS = "libogg libvorbis"
-PR = "r2"
+PR = "r3"
SRC_URI = "http://downloads.xiph.org/releases/theora/libtheora-${PV}.tar.bz2 \
file://libtheora-1.0-no-docs.patch;patch=1"
@@ -18,3 +18,6 @@ do_configure_append() {
AUTOTOOLS_STAGE_PKGCONFIG = "1"
+do_stage() {
+ autotools_stage_all
+}