From: Marcin Juszkiewicz Date: Mon, 18 Dec 2006 12:40:11 +0000 (+0000) Subject: apr 1.2.7: stage all X-Git-Tag: Release-2010-05/1~9453^2~129^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54de21ef73e5d526b647c21fed94cd2283a68be7;p=openembedded.git apr 1.2.7: stage all --- diff --git a/packages/apr/apr_1.2.7.bb b/packages/apr/apr_1.2.7.bb index 6374949f91..2016ca0126 100644 --- a/packages/apr/apr_1.2.7.bb +++ b/packages/apr/apr_1.2.7.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Apache Portable Runtime (APR) library" SECTION = "libs" LICENSE = "Apache License, Version 2.0" -PR = "r0" +PR = "r1" # apache mirrors? SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.bz2" @@ -14,5 +14,5 @@ do_configure() { } do_stage() { - oe_libinstall -a -so -C .libs libapr-1 ${STAGING_LIBDIR} + autotools_stage_all }