From: Lucian Ion <lucian_ion_2000@yahoo.com>
To: openembedded-devel@lists.openembedded.org
Subject: update apr util library to version 1.3.7
Date: Mon, 8 Jun 2009 04:42:54 -0700 (PDT) [thread overview]
Message-ID: <622079.19927.qm@web52409.mail.re2.yahoo.com> (raw)
In-Reply-To: <20090608113350.8F7061880A7@amethyst.openembedded.net>
[-- Attachment #1: Type: text/plain, Size: 567 bytes --]
+[http://www.apache.org/dist/apr/apr-util-1.3.7.tar.gz]
+md5=0a6802ef6d874db645150ae4a75f41fa
+sha256=fadd6a0c55596b2c21375942e3acefc33715e647ed4770dc398d08d8783a39e0
+
diff --git a/recipes/apr/apr-util_1.3.7.bb b/recipes/apr/apr-util_1.3.7.bb
new file mode 100644
index 0000000..6b2e9cc
--- /dev/null
+++ b/recipes/apr/apr-util_1.3.7.bb
@@ -0,0 +1,34 @@
+DESCRIPTION = "Apache Portable Runtime (APR) companion library"
+SECTION = "libs"
+DEPENDS = "apr expat gdbm"
+LICENSE = "Apache License, Version 2.0"
+
...
Regards,
Lucian Ion
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0009-apr-util-update-to-version-1.3.7-add-checksum.patch --]
[-- Type: text/x-diff; name="0009-apr-util-update-to-version-1.3.7-add-checksum.patch", Size: 1007 bytes --]
From a448465d9ff6d06ffcd39634b90e5b21e1dc60ef Mon Sep 17 00:00:00 2001
From: Lucian Ion <lucian_ion_2000@yahoo.com>
Date: Mon, 8 Jun 2009 12:13:07 +0100
Subject: [PATCH] apr-util update to version 1.3.7 - add checksum
---
conf/checksums.ini | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/conf/checksums.ini b/conf/checksums.ini
index 741c8d0..15a7b10 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -1622,6 +1622,10 @@ sha256=8cd84eb2031a91572e1be2975f4171730a9be72c4cd88718c4c40ac7dc4fd7d3
md5=a10e2ca150ff07f484c724c36142211f
sha256=3f07ffdb18fb853290c9b83e82cd5cae66b8fbc357bd391e846c0afdd24fed7e
+[http://www.apache.org/dist/apr/apr-util-1.3.7.tar.gz]
+md5=0a6802ef6d874db645150ae4a75f41fa
+sha256=fadd6a0c55596b2c21375942e3acefc33715e647ed4770dc398d08d8783a39e0
+
[ftp://ftp.debian.org/debian/pool/main/a/apt/apt_0.5.28.6.tar.gz]
md5=26b37525371cdaaec552237e0667305d
sha256=57de084860870cccf510de62eb8ded252f5951a6e59e34a963d61d69de3aff10
--
1.6.0.4
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #3: 0010-apr-util-update-to-version-1.3.7-new-recipe.patch --]
[-- Type: text/x-diff; name="0010-apr-util-update-to-version-1.3.7-new-recipe.patch", Size: 1693 bytes --]
From de8a775aac5dda2997cb8c132070b12cb2e13dd0 Mon Sep 17 00:00:00 2001
From: Lucian Ion <lucian_ion_2000@yahoo.com>
Date: Mon, 8 Jun 2009 12:14:21 +0100
Subject: [PATCH] apr-util update to version 1.3.7 - new recipe
---
recipes/apr/apr-util_1.3.7.bb | 34 ++++++++++++++++++++++++++++++++++
1 files changed, 34 insertions(+), 0 deletions(-)
create mode 100644 recipes/apr/apr-util_1.3.7.bb
diff --git a/recipes/apr/apr-util_1.3.7.bb b/recipes/apr/apr-util_1.3.7.bb
new file mode 100644
index 0000000..6b2e9cc
--- /dev/null
+++ b/recipes/apr/apr-util_1.3.7.bb
@@ -0,0 +1,34 @@
+DESCRIPTION = "Apache Portable Runtime (APR) companion library"
+SECTION = "libs"
+DEPENDS = "apr expat gdbm"
+LICENSE = "Apache License, Version 2.0"
+
+PR = "r5"
+
+SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.gz \
+ file://configfix.patch;patch=1 \
+ file://configure_fixes.patch;patch=1"
+
+EXTRA_OECONF = "--with-apr=${STAGING_BINDIR_CROSS}/apr-1-config \
+ --with-dbm=gdbm \
+ --with-gdbm=${STAGING_DIR_HOST}${layout_prefix} \
+ --without-sqlite2 \
+ --without-sqlite3 \
+ --with-expat=${STAGING_DIR_HOST}${layout_prefix}"
+
+
+inherit autotools_stage lib_package binconfig
+
+OE_BINCONFIG_EXTRA_MANGLE = " -e 's:location=source:location=installed:'"
+
+do_configure_prepend() {
+ cp ${STAGING_DATADIR}/apr/apr_rules.mk ${S}/build/rules.mk
+ echo "AC_PROG_LIBTOOL" >> ${S}/configure.in
+}
+
+do_configure_append() {
+ sed -i -e s:apr_builders=/usr/share/build-1:apr_builders=${STAGING_DATADIR}/build-1:g ${S}/build/rules.mk
+ sed -i /^LIBTOOL/d ${S}/build/rules.mk
+ echo LIBTOOL="${STAGING_BINDIR_NATIVE}/${TARGET_PREFIX}libtool --tag=CC" >> ${S}/build/rules.mk
+}
+
--
1.6.0.4
next prev parent reply other threads:[~2009-06-08 11:52 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 ` update-apr-library-version-to-1.3.5 Lucian Ion
2009-06-08 11:42 ` Lucian Ion [this message]
2009-06-08 11:54 ` update apr util library to version 1.3.7 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=622079.19927.qm@web52409.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.