[oe-commits] org.oe.dev apr-util 1.2.7: do not build with sqlite2/3 support

hrw commit openembedded-commits at lists.openembedded.org
Mon Dec 18 11:54:30 UTC 2006


apr-util 1.2.7: do not build with sqlite2/3 support

Author: hrw at openembedded.org
Branch: org.openembedded.dev
Revision: 3ac74c1bd7ff1bde609181b634938ce9bed0a3d3
ViewMTN: http://monotone.openembedded.org/revision.psp?id=3ac74c1bd7ff1bde609181b634938ce9bed0a3d3
Files:
1
packages/apr/apr-util_1.2.7.bb
Diffs:

#
# mt diff -r277036108838a6ecc367f223a294475a7d9bfce0 -r3ac74c1bd7ff1bde609181b634938ce9bed0a3d3
#
# 
# 
# patch "packages/apr/apr-util_1.2.7.bb"
#  from [02f729a7c145d7912513612fe09f1869cd993922]
#    to [fb22f1d93de0df32d5fb85055cac1e4ff7e1110b]
# 
============================================================
--- packages/apr/apr-util_1.2.7.bb	02f729a7c145d7912513612fe09f1869cd993922
+++ packages/apr/apr-util_1.2.7.bb	fb22f1d93de0df32d5fb85055cac1e4ff7e1110b
@@ -1,14 +1,18 @@ LICENSE = "Apache License, Version 2.0"
 DESCRIPTION = "Apache Portable Runtime (APR) companion library"
 SECTION = "libs"
 DEPENDS = "apr expat gdbm"
 LICENSE = "Apache License, Version 2.0"
 
-PR = "r0"
+PR = "r1"
 
 # apache mirrors?
 SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.gz"
 
-EXTRA_OECONF = "--with-apr=${STAGING_BINDIR_CROSS} --with-dbm=gdbm --with-gdbm=${STAGING_DIR}/${HOST_SYS} --with-expat=${STAGING_DIR}/${HOST_SYS}"
+EXTRA_OECONF = "--with-apr=${STAGING_BINDIR_CROSS} --with-dbm=gdbm \
+		--with-gdbm=${STAGING_DIR}/${HOST_SYS} \
+		--without-sqlite2 \
+		--without-sqlite3 \
+		--with-expat=${STAGING_DIR}/${HOST_SYS}"
 
 inherit autotools lib_package binconfig
 






More information about the Openembedded-commits mailing list