From: Holger Freyther Date: Fri, 25 Jan 2008 17:35:38 +0000 (+0000) Subject: packages/libshout/libshout.inc: Stage the headers, libs and m4 file X-Git-Tag: Release-2010-05/1~7838^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78c5ca2bf6696bc378cd50cabc5a5c640b9eb262;p=openembedded.git packages/libshout/libshout.inc: Stage the headers, libs and m4 file Like all xiph.org packages the .pc files are a bit odd and not staged. --- diff --git a/packages/libshout/libshout.inc b/packages/libshout/libshout.inc index 9ca8745b9b..3037eb0f46 100644 --- a/packages/libshout/libshout.inc +++ b/packages/libshout/libshout.inc @@ -14,3 +14,7 @@ do_configure_prepend() { rm -f ${S}/m4/ogg.m4 rm -f ${S}/m4/vorbis.m4 } + +do_stage() { + autotools_stage_all +}