apr-util: stage everything
authorKoen Kooi <koen@openembedded.org>
Thu, 21 Dec 2006 22:22:05 +0000 (22:22 +0000)
committerKoen Kooi <koen@openembedded.org>
Thu, 21 Dec 2006 22:22:05 +0000 (22:22 +0000)
packages/apr/apr-util_1.2.7.bb

index 2c9008c..c73eb80 100644 (file)
@@ -3,7 +3,7 @@ SECTION = "libs"
 DEPENDS = "apr expat gdbm"
 LICENSE = "Apache License, Version 2.0"
 
-PR = "r1"
+PR = "r2"
 
 # apache mirrors?
 SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.gz"
@@ -21,5 +21,5 @@ do_configure() {
 }
 
 do_stage() {
-  oe_libinstall -a -so -C .libs libaprutil-1 ${STAGING_LIBDIR}
+       autotools_stage_all
 }