diff options
author | Saul Wold <sgw@linux.intel.com> | 2010-12-23 07:03:11 -0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-23 15:52:15 +0000 |
commit | 2ed75cff6a987b39065f9405874a696f2326031b (patch) | |
tree | 3b864978b10edd1b07d36b86187e9f6b4cf3674e /meta/recipes-support | |
parent | b0a2c6da952b3f95a265adeb19e64c70c9b7a86f (diff) | |
download | openembedded-core-2ed75cff6a987b39065f9405874a696f2326031b.tar.gz openembedded-core-2ed75cff6a987b39065f9405874a696f2326031b.tar.bz2 openembedded-core-2ed75cff6a987b39065f9405874a696f2326031b.zip |
apr-util: add --without-odbc to EXTRA_OECONF
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-support')
-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" DEPENDS = "apr expat gdbm" LICENSE = "Apache License, Version 2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=519e0a18e03f7c023070568c14b077bb" -PR = "r5" +PR = "r7" SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.gz \ file://configfix.patch;patch=1 \ @@ -13,6 +13,7 @@ SRC_URI[md5sum] = "a10e2ca150ff07f484c724c36142211f" SRC_URI[sha256sum] = "3f07ffdb18fb853290c9b83e82cd5cae66b8fbc357bd391e846c0afdd24fed7e" EXTRA_OECONF = "--with-apr=${STAGING_BINDIR_CROSS}/apr-1-config \ + --without-odbc \ --with-dbm=gdbm \ --with-gdbm=${STAGING_DIR_HOST}${prefix} \ --without-sqlite2 \ |