diff options
author | Mustafa Yuecel <yuecelm@ee.ethz.ch> | 2005-08-18 21:10:57 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-18 21:10:57 +0000 |
commit | 81249f9f66d5ba90d834c89d929968874d960904 (patch) | |
tree | 6aa7ad9b38b5f8c21b899b524a6b8b4d262df865 | |
parent | 70746d76649dce56539d0040bcade781fa083cd6 (diff) |
add apr and apr-util: needed for subversion
-rw-r--r-- | packages/apr/apr-util_1.1.2.bb | 4 | ||||
-rw-r--r-- | packages/apr/apr_1.1.1.bb | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/packages/apr/apr-util_1.1.2.bb b/packages/apr/apr-util_1.1.2.bb index 35cc787e6c..e9f9587420 100644 --- a/packages/apr/apr-util_1.1.2.bb +++ b/packages/apr/apr-util_1.1.2.bb @@ -14,13 +14,9 @@ EXTRA_OECONF = "--with-apr=${STAGING_BINDIR} --with-dbm=gdbm --with-gdbm=${STAGI inherit autotools lib_package binconfig do_configure() { - oe_runconf - } do_stage() { - oe_libinstall -a -so -C .libs libaprutil-1 ${STAGING_LIBDIR} - } diff --git a/packages/apr/apr_1.1.1.bb b/packages/apr/apr_1.1.1.bb index 74dbe5185a..f67f31005e 100644 --- a/packages/apr/apr_1.1.1.bb +++ b/packages/apr/apr_1.1.1.bb @@ -11,13 +11,9 @@ SRC_URI = "http://mirror.switch.ch/mirror/apache/dist/apr/${P}.tar.bz2" inherit autotools lib_package binconfig do_configure() { - oe_runconf - } do_stage() { - oe_libinstall -a -so -C .libs libapr-1 ${STAGING_LIBDIR} - } |