diff options
Diffstat (limited to 'meta/recipes-support/apr')
-rw-r--r-- | meta/recipes-support/apr/apr-util_1.3.4.bb | 3 | ||||
-rw-r--r-- | meta/recipes-support/apr/apr_1.3.3.bb | 3 |
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 | ||
12 | SRC_URI[md5sum] = "a10e2ca150ff07f484c724c36142211f" | ||
13 | SRC_URI[sha256sum] = "3f07ffdb18fb853290c9b83e82cd5cae66b8fbc357bd391e846c0afdd24fed7e" | ||
14 | |||
12 | EXTRA_OECONF = "--with-apr=${STAGING_BINDIR_CROSS}/apr-1-config \ | 15 | EXTRA_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 | ||
12 | SRC_URI[md5sum] = "2090c21dee4f0eb1512604127dcd158f" | ||
13 | SRC_URI[sha256sum] = "d95f3b78366c86317043304864bb08cb836312c87ea7d142a4c02154e7e0dd37" | ||
14 | |||
12 | inherit autotools lib_package binconfig | 15 | inherit autotools lib_package binconfig |
13 | 16 | ||
14 | OE_BINCONFIG_EXTRA_MANGLE = " -e 's:location=source:location=installed:'" | 17 | OE_BINCONFIG_EXTRA_MANGLE = " -e 's:location=source:location=installed:'" |