libtheora: added staging to get ffmpeg build
authorMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Mon, 30 Mar 2009 12:59:47 +0000 (14:59 +0200)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Mon, 30 Mar 2009 13:25:02 +0000 (15:25 +0200)
recipes/libogg/libtheora_1.0.bb

index ec08b86..431ed39 100644 (file)
@@ -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
+}