aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2008-03-18 17:00:56 +0000
committerRichard Purdie <rpurdie@rpsys.net>2008-03-18 17:00:56 +0000
commit44845a809b16f297f43a4f34f92b44aab4977c30 (patch)
tree99a0654c1e009b32a6d2548bb938f13776bedd48
parent09a8fef315d73cd7adbe1a493b2bff57198ab2c7 (diff)
downloadopenembedded-44845a809b16f297f43a4f34f92b44aab4977c30.tar.gz
apache2-native: Use do_stage, not do_populate_staging
-rw-r--r--packages/apache2/apache2-native_2.2.3.bb2
1 files changed, 1 insertions, 1 deletions
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}