From: Marcin Juszkiewicz Date: Mon, 30 Mar 2009 12:59:47 +0000 (+0200) Subject: libtheora: added staging to get ffmpeg build X-Git-Tag: Release-2010-05/1~3796^2~7^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43427019cb55bb10afff1ffd596f5aa33ee17b80;p=openembedded.git libtheora: added staging to get ffmpeg build --- 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 +}