diff options
author | Koen Kooi <koen@openembedded.org> | 2006-12-21 21:44:02 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-12-21 21:44:02 +0000 |
commit | 12c72683f4c3cfd9cf1669ff81ca95ecdd84dc02 (patch) | |
tree | c1bd3b7ad434226e8e94ec81ab3600bbe5442d8f | |
parent | 9aa7e3d378be0357b0e42acad83664cadf3c70f5 (diff) | |
parent | 54de21ef73e5d526b647c21fed94cd2283a68be7 (diff) |
merge of '0a670ad135de80006479fae559372bd4a2a6953e'
and '850dbef2977c53c7f819381ceb94ff469adaddc8'
-rw-r--r-- | packages/apr/apr_1.2.7.bb | 4 |
1 files changed, 2 insertions, 2 deletions
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 } |