From 81249f9f66d5ba90d834c89d929968874d960904 Mon Sep 17 00:00:00 2001 From: Mustafa Yuecel Date: Thu, 18 Aug 2005 21:10:57 +0000 Subject: add apr and apr-util: needed for subversion --- packages/apr/apr-util_1.1.2.bb | 4 ---- packages/apr/apr_1.1.1.bb | 4 ---- 2 files changed, 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} - } -- cgit v1.2.3