diff options
author | freyther@openembedded.org <freyther@openembedded.org> | 2008-04-12 15:06:37 +0000 |
---|---|---|
committer | Holger Freyther <ich@tamarin.(none)> | 2008-10-15 18:53:43 +0200 |
commit | 0073154a86bdc83340da4bd5be5d7316b1449927 (patch) | |
tree | f32fca6f03c49cff7d65029426f6212fb62a2c8d /packages/wvstreams | |
parent | 9956063810146b519b97df71ef0fdcda2fe81a98 (diff) |
wvstreams: Stage the headers and libraries
Diffstat (limited to 'packages/wvstreams')
-rw-r--r-- | packages/wvstreams/wvstreams_4.4.1.bb | 3 |
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 +} |