aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libshout
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2008-01-25 17:35:38 +0000
committerHolger Freyther <zecke@selfish.org>2008-01-25 17:35:38 +0000
commit78c5ca2bf6696bc378cd50cabc5a5c640b9eb262 (patch)
treef73d15d594a678bc473ee40521f91ac6e4103489 /packages/libshout
parentcc8aacdcca2db80024e9a8e85395154a3af45fc2 (diff)
downloadopenembedded-78c5ca2bf6696bc378cd50cabc5a5c640b9eb262.tar.gz
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.
Diffstat (limited to 'packages/libshout')
-rw-r--r--packages/libshout/libshout.inc4
1 files changed, 4 insertions, 0 deletions
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
+}