summaryrefslogtreecommitdiff
path: root/packages/apr/apr_0.9.7.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2006-05-09 12:28:20 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-05-09 12:28:20 +0000
commitc272706abf5527025d1d84ca064d03cec71cd118 (patch)
treee7183e7cc677db96dd64688ff0af93d26ae912bd /packages/apr/apr_0.9.7.bb
parentf8f6eb3b7a59af56021570e69a09b4f738dc57be (diff)
apr: upgrade to 0.9.12, fix staging
apr-util: upgrade to 0.9.12, fix staging NOTE: it's not enough to stage the library, you need to stage includes as well NOTE: alternatively, call autotools_stage_all
Diffstat (limited to 'packages/apr/apr_0.9.7.bb')
-rw-r--r--packages/apr/apr_0.9.7.bb19
1 files changed, 0 insertions, 19 deletions
diff --git a/packages/apr/apr_0.9.7.bb b/packages/apr/apr_0.9.7.bb
deleted file mode 100644
index 4c236109bb..0000000000
--- a/packages/apr/apr_0.9.7.bb
+++ /dev/null
@@ -1,19 +0,0 @@
-DESCRIPTION = "Apache Portable Runtime (APR) library"
-SECTION = "libs"
-MAINTAINER = "Mustafa Yuecel <yuecelm@ee.ethz.ch>"
-LICENSE = "Apache"
-HOMEPAGE = "http://apr.apache.org"
-
-PR = "r0"
-
-SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.bz2"
-
-inherit autotools lib_package binconfig
-
-do_configure() {
- oe_runconf
-}
-
-do_stage() {
- oe_libinstall -a -so -C .libs libapr-0 ${STAGING_LIBDIR}
-}