aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfreyther@openembedded.org <freyther@openembedded.org>2008-04-12 15:06:37 +0000
committerHolger Freyther <ich@tamarin.(none)>2008-10-15 18:53:43 +0200
commit0073154a86bdc83340da4bd5be5d7316b1449927 (patch)
treef32fca6f03c49cff7d65029426f6212fb62a2c8d
parent9956063810146b519b97df71ef0fdcda2fe81a98 (diff)
downloadopenembedded-0073154a86bdc83340da4bd5be5d7316b1449927.tar.gz
wvstreams: Stage the headers and libraries
-rw-r--r--packages/wvstreams/wvstreams_4.4.1.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/wvstreams/wvstreams_4.4.1.bb b/packages/wvstreams/wvstreams_4.4.1.bb
index 5a20840861..f5f7fcbaa8 100644
--- a/packages/wvstreams/wvstreams_4.4.1.bb
+++ b/packages/wvstreams/wvstreams_4.4.1.bb
@@ -14,3 +14,6 @@ EXTRA_AUTORECONF += " -I${S}/gnulib/m4"
EXTRA_OECONF = " --without-tcl --without-qt --without-pam"
+do_stage() {
+ autotools_stage_all
+}