add apr and apr-util: needed for subversion
authorMustafa Yuecel <yuecelm@ee.ethz.ch>
Thu, 18 Aug 2005 21:10:57 +0000 (21:10 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 18 Aug 2005 21:10:57 +0000 (21:10 +0000)
packages/apr/apr-util_1.1.2.bb
packages/apr/apr_1.1.1.bb

index 35cc787..e9f9587 100644 (file)
@@ -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}
-
 }
index 74dbe51..f67f310 100644 (file)
@@ -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}
-
 }