From 43427019cb55bb10afff1ffd596f5aa33ee17b80 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Mon, 30 Mar 2009 14:59:47 +0200 Subject: libtheora: added staging to get ffmpeg build --- recipes/libogg/libtheora_1.0.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'recipes/libogg') 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 +} -- cgit v1.2.3