summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/apr
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2010-12-07 20:06:29 -0800
committerSaul Wold <sgw@linux.intel.com>2010-12-09 08:18:17 -0800
commit3d08b9f2c65835822b1c0ed30e3170f02f877ce3 (patch)
tree774991d51470129319c18bb6b32c9b0c2d5a2b7c /meta/recipes-support/apr
parentba5e0b9531b9a967aa3d408a13024590d96b8391 (diff)
downloadpoky-3d08b9f2c65835822b1c0ed30e3170f02f877ce3.tar.gz
SRC_URI Checksums Additionals
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-support/apr')
-rw-r--r--meta/recipes-support/apr/apr-util_1.3.4.bb3
-rw-r--r--meta/recipes-support/apr/apr_1.3.3.bb3
2 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-support/apr/apr-util_1.3.4.bb b/meta/recipes-support/apr/apr-util_1.3.4.bb
index 333b49621c..b2d6cc44f2 100644
--- a/meta/recipes-support/apr/apr-util_1.3.4.bb
+++ b/meta/recipes-support/apr/apr-util_1.3.4.bb
@@ -9,6 +9,9 @@ SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.gz \
9 file://configfix.patch;patch=1 \ 9 file://configfix.patch;patch=1 \
10 file://configure_fixes.patch;patch=1" 10 file://configure_fixes.patch;patch=1"
11 11
12SRC_URI[md5sum] = "a10e2ca150ff07f484c724c36142211f"
13SRC_URI[sha256sum] = "3f07ffdb18fb853290c9b83e82cd5cae66b8fbc357bd391e846c0afdd24fed7e"
14
12EXTRA_OECONF = "--with-apr=${STAGING_BINDIR_CROSS}/apr-1-config \ 15EXTRA_OECONF = "--with-apr=${STAGING_BINDIR_CROSS}/apr-1-config \
13 --with-dbm=gdbm \ 16 --with-dbm=gdbm \
14 --with-gdbm=${STAGING_DIR_HOST}${prefix} \ 17 --with-gdbm=${STAGING_DIR_HOST}${prefix} \
diff --git a/meta/recipes-support/apr/apr_1.3.3.bb b/meta/recipes-support/apr/apr_1.3.3.bb
index e7e8ad29d7..26cc01fe7a 100644
--- a/meta/recipes-support/apr/apr_1.3.3.bb
+++ b/meta/recipes-support/apr/apr_1.3.3.bb
@@ -9,6 +9,9 @@ SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.bz2 \
9 file://cleanup.patch;patch=1 \ 9 file://cleanup.patch;patch=1 \
10 file://configfix.patch;patch=1" 10 file://configfix.patch;patch=1"
11 11
12SRC_URI[md5sum] = "2090c21dee4f0eb1512604127dcd158f"
13SRC_URI[sha256sum] = "d95f3b78366c86317043304864bb08cb836312c87ea7d142a4c02154e7e0dd37"
14
12inherit autotools lib_package binconfig 15inherit autotools lib_package binconfig
13 16
14OE_BINCONFIG_EXTRA_MANGLE = " -e 's:location=source:location=installed:'" 17OE_BINCONFIG_EXTRA_MANGLE = " -e 's:location=source:location=installed:'"