apr 1.2.7: stage all
authorMarcin Juszkiewicz <hrw@openembedded.org>
Mon, 18 Dec 2006 12:40:11 +0000 (12:40 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Mon, 18 Dec 2006 12:40:11 +0000 (12:40 +0000)
packages/apr/apr_1.2.7.bb

index 6374949..2016ca0 100644 (file)
@@ -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
 }