From: Lucian Ion <lucian_ion_2000@yahoo.com>
To: openembedded-devel@lists.openembedded.org
Subject: update-apr-library-version-to-1.3.5
Date: Mon, 8 Jun 2009 04:39:24 -0700 (PDT) [thread overview]
Message-ID: <972133.30302.qm@web52411.mail.re2.yahoo.com> (raw)
In-Reply-To: <20090608113350.8F7061880A7@amethyst.openembedded.net>
[-- Attachment #1: Type: text/plain, Size: 495 bytes --]
+[http://www.apache.org/dist/apr/apr-1.3.5.tar.bz2]
+md5=9ac9a00eaa190937fdbbde7b4f03ac1e
+sha256=a33d360b70a9c7971651b3810513d7a85ca84d13ddfc1cb96d6cb0af76aab574
+
diff --git a/recipes/apr/apr_1.3.5.bb b/recipes/apr/apr_1.3.5.bb
new file mode 100644
index 0000000..f77647f
--- /dev/null
+++ b/recipes/apr/apr_1.3.5.bb
@@ -0,0 +1,32 @@
+DESCRIPTION = "Apache Portable Runtime (APR) library"
+SECTION = "libs"
+LICENSE = "Apache License, Version 2.0"
+
+PR = "r4"
+
...
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0007-update-apr-library-version-to-1.3.5-add-checksum.patch --]
[-- Type: text/x-diff; name="0007-update-apr-library-version-to-1.3.5-add-checksum.patch", Size: 996 bytes --]
From e9a7d84b673e6319fc04027106fbaa5435ff65ed Mon Sep 17 00:00:00 2001
From: Lucian Ion <lucian_ion_2000@yahoo.com>
Date: Mon, 8 Jun 2009 11:57:37 +0100
Subject: [PATCH] update apr library version to 1.3.5 - add checksum
---
conf/checksums.ini | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/conf/checksums.ini b/conf/checksums.ini
index 0d77b13..741c8d0 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -1602,6 +1602,10 @@ sha256=bb0c58efdd252fcaf6f0ff06681d0ebecbecbaa3864047f32dec7f82d1c4994c
md5=2090c21dee4f0eb1512604127dcd158f
sha256=d95f3b78366c86317043304864bb08cb836312c87ea7d142a4c02154e7e0dd37
+[http://www.apache.org/dist/apr/apr-1.3.5.tar.bz2]
+md5=9ac9a00eaa190937fdbbde7b4f03ac1e
+sha256=a33d360b70a9c7971651b3810513d7a85ca84d13ddfc1cb96d6cb0af76aab574
+
[http://www.apache.org/dist/apr/apr-util-0.9.12.tar.gz]
md5=8e9cc71a1303b67b3278fbeab9799f2e
sha256=5768fcc4d38fa6f811b0a89e2ef450d0f52688ff9263e548819adb096fbfc9c3
--
1.6.0.4
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #3: 0008-update-apr-library-version-to-1.3.5-new-recipe.patch --]
[-- Type: text/x-diff; name="0008-update-apr-library-version-to-1.3.5-new-recipe.patch", Size: 1706 bytes --]
From 6193a25e065b44da0a4b3b8a95d8f00c64f3f982 Mon Sep 17 00:00:00 2001
From: Lucian Ion <lucian_ion_2000@yahoo.com>
Date: Mon, 8 Jun 2009 11:59:16 +0100
Subject: [PATCH] update apr library version to 1.3.5 - new recipe
---
recipes/apr/apr_1.3.5.bb | 32 ++++++++++++++++++++++++++++++++
1 files changed, 32 insertions(+), 0 deletions(-)
create mode 100644 recipes/apr/apr_1.3.5.bb
diff --git a/recipes/apr/apr_1.3.5.bb b/recipes/apr/apr_1.3.5.bb
new file mode 100644
index 0000000..f77647f
--- /dev/null
+++ b/recipes/apr/apr_1.3.5.bb
@@ -0,0 +1,32 @@
+DESCRIPTION = "Apache Portable Runtime (APR) library"
+SECTION = "libs"
+LICENSE = "Apache License, Version 2.0"
+
+PR = "r4"
+
+SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.bz2 \
+ file://configure_fixes.patch;patch=1 \
+# file://cleanup.patch;patch=1 \
+ file://configfix.patch;patch=1"
+
+inherit autotools lib_package binconfig
+
+OE_BINCONFIG_EXTRA_MANGLE = " -e 's:location=source:location=installed:'"
+
+do_configure_prepend() {
+ cd ${S}
+ ./buildconf
+}
+
+do_stage() {
+ autotools_stage_all
+ install -d ${STAGING_DATADIR}/apr
+ cp ${S}/build/apr_rules.mk ${STAGING_DATADIR}/apr/
+ sed -i s,apr_builddir=.*,apr_builddir=,g ${STAGING_DATADIR}/apr/apr_rules.mk
+ sed -i s,apr_builders=.*,apr_builders=,g ${STAGING_DATADIR}/apr/apr_rules.mk
+ sed -i s,LIBTOOL=.*,LIBTOOL=\$\(SHELL\)\ ${TARGET_PREFIX}libtool,g ${STAGING_DATADIR}/apr/apr_rules.mk
+ sed -i s,\$\(apr_builders\),${STAGING_DATADIR}/apr/,g ${STAGING_DATADIR}/apr/apr_rules.mk
+ cp ${S}/build/mkdir.sh ${STAGING_DATADIR}/apr/
+ cp ${S}/build/make_exports.awk ${STAGING_DATADIR}/apr/
+ cp ${S}/build/make_var_export.awk ${STAGING_DATADIR}/apr/
+}
--
1.6.0.4
next parent reply other threads:[~2009-06-08 11:48 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <bug-3010-13@http.bugs.openembedded.net/>
[not found] ` <20090608113350.8F7061880A7@amethyst.openembedded.net>
2009-06-08 11:39 ` Lucian Ion [this message]
2009-06-08 11:42 ` update apr util library to version 1.3.7 Lucian Ion
2009-06-08 11:54 ` Rolf Leggewie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=972133.30302.qm@web52411.mail.re2.yahoo.com \
--to=lucian_ion_2000@yahoo.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox