diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | 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 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 +} |