diff options
-rw-r--r-- | meta/recipes-support/apr/apr-util_1.3.4.bb | 3 |
1 files changed, 2 insertions, 1 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 b2d6cc44f2..cefdfe62b2 100644 --- a/meta/recipes-support/apr/apr-util_1.3.4.bb +++ b/meta/recipes-support/apr/apr-util_1.3.4.bb | |||
@@ -3,7 +3,7 @@ SECTION = "libs" | |||
3 | DEPENDS = "apr expat gdbm" | 3 | DEPENDS = "apr expat gdbm" |
4 | LICENSE = "Apache License, Version 2.0" | 4 | LICENSE = "Apache License, Version 2.0" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=519e0a18e03f7c023070568c14b077bb" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=519e0a18e03f7c023070568c14b077bb" |
6 | PR = "r5" | 6 | PR = "r7" |
7 | 7 | ||
8 | SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.gz \ | 8 | SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.gz \ |
9 | file://configfix.patch;patch=1 \ | 9 | file://configfix.patch;patch=1 \ |
@@ -13,6 +13,7 @@ SRC_URI[md5sum] = "a10e2ca150ff07f484c724c36142211f" | |||
13 | SRC_URI[sha256sum] = "3f07ffdb18fb853290c9b83e82cd5cae66b8fbc357bd391e846c0afdd24fed7e" | 13 | SRC_URI[sha256sum] = "3f07ffdb18fb853290c9b83e82cd5cae66b8fbc357bd391e846c0afdd24fed7e" |
14 | 14 | ||
15 | EXTRA_OECONF = "--with-apr=${STAGING_BINDIR_CROSS}/apr-1-config \ | 15 | EXTRA_OECONF = "--with-apr=${STAGING_BINDIR_CROSS}/apr-1-config \ |
16 | --without-odbc \ | ||
16 | --with-dbm=gdbm \ | 17 | --with-dbm=gdbm \ |
17 | --with-gdbm=${STAGING_DIR_HOST}${prefix} \ | 18 | --with-gdbm=${STAGING_DIR_HOST}${prefix} \ |
18 | --without-sqlite2 \ | 19 | --without-sqlite2 \ |