[oe-commits] Marcin Juszkiewicz : libtheora: added staging to get ffmpeg build

GIT User account git at amethyst.openembedded.net
Mon Mar 30 13:27:39 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 43427019cb55bb10afff1ffd596f5aa33ee17b80
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=43427019cb55bb10afff1ffd596f5aa33ee17b80

Author: Marcin Juszkiewicz <marcin at juszkiewicz.com.pl>
Date:   Mon Mar 30 14:59:47 2009 +0200

libtheora: added staging to get ffmpeg build

---

 recipes/libogg/libtheora_1.0.bb |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/recipes/libogg/libtheora_1.0.bb b/recipes/libogg/libtheora_1.0.bb
index ec08b86..431ed39 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
+}





More information about the Openembedded-commits mailing list