From: freyther@openembedded.org Date: Sat, 12 Apr 2008 15:06:37 +0000 (+0000) Subject: wvstreams: Stage the headers and libraries X-Git-Tag: Release-2010-05/1~5805^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0073154a86bdc83340da4bd5be5d7316b1449927;p=openembedded.git wvstreams: Stage the headers and libraries --- 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 +}