aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libshout/libshout.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/libshout/libshout.inc')
-rw-r--r--recipes/libshout/libshout.inc5
1 files changed, 1 insertions, 4 deletions
diff --git a/recipes/libshout/libshout.inc b/recipes/libshout/libshout.inc
index 3037eb0f46..5f47baf17c 100644
--- a/recipes/libshout/libshout.inc
+++ b/recipes/libshout/libshout.inc
@@ -4,7 +4,7 @@ DEPENDS = "speex libtheora libvorbis libogg"
LICENSE = "LGPL"
SRC_URI = "http://downloads.us.xiph.org/releases/libshout/libshout-${PV}.tar.gz \
- file://no-host-includes.ac;patch=1 "
+ file://no-host-includes.ac;apply=yes "
inherit autotools
@@ -15,6 +15,3 @@ do_configure_prepend() {
rm -f ${S}/m4/vorbis.m4
}
-do_stage() {
- autotools_stage_all
-}