From: Richard Purdie Date: Tue, 18 Mar 2008 17:00:56 +0000 (+0000) Subject: apache2-native: Use do_stage, not do_populate_staging X-Git-Tag: Release-2010-05/1~7385 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44845a809b16f297f43a4f34f92b44aab4977c30;p=openembedded.git apache2-native: Use do_stage, not do_populate_staging --- diff --git a/packages/apache2/apache2-native_2.2.3.bb b/packages/apache2/apache2-native_2.2.3.bb index d5fb0cff21..ebf68b52e5 100644 --- a/packages/apache2/apache2-native_2.2.3.bb +++ b/packages/apache2/apache2-native_2.2.3.bb @@ -12,7 +12,7 @@ do_configure () { ./configure --with-included-apr --prefix=${prefix} } -do_populate_staging () { +do_stage () { cp srclib/pcre/dftables ${STAGING_BINDIR} cp server/gen_test_char ${STAGING_BINDIR} cp srclib/apr/apr-1-config ${STAGING_BINDIR}