[oe-commits] Jan Lübbe : libdbi-drivers: set libdir for libdbi and don't build docs

git version control git at git.openembedded.org
Tue Sep 8 17:57:03 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: ec7970eea4971d0da8f4db8bb5797606feb5f8ee
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ec7970eea4971d0da8f4db8bb5797606feb5f8ee

Author: Jan Lübbe <jluebbe at debian.org>
Date:   Tue Sep  8 12:39:50 2009 +0000

libdbi-drivers: set libdir for libdbi and don't build docs

---

 recipes/libdbi/libdbi-drivers.inc        |    4 +++-
 recipes/libdbi/libdbi-drivers_0.8.3-1.bb |    2 ++
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/recipes/libdbi/libdbi-drivers.inc b/recipes/libdbi/libdbi-drivers.inc
index b5875eb..6dd70e0 100644
--- a/recipes/libdbi/libdbi-drivers.inc
+++ b/recipes/libdbi/libdbi-drivers.inc
@@ -17,6 +17,7 @@ inherit autotools
 PACKAGES += "libdbd-sqlite3 libdbd-sqlite libdbd-pgsql libdbd-mysql"
 
 EXTRA_OECONF = "--with-dbi-incdir=${STAGING_INCDIR} \
+                --with-dbi-libdir=${STAGING_LIBDIR} \
                 --with-sqlite \
                 --with-sqlite3 \
                 --with-pgsql \
@@ -28,7 +29,8 @@ EXTRA_OECONF = "--with-dbi-incdir=${STAGING_INCDIR} \
                 --with-mysql-incdir=${STAGING_INCDIR} \
                 --with-mysql-libdir=${STAGING_LIBDIR} \
                 --with-pgsql-incdir=${STAGING_INCDIR} \
-                --with-pgsql-libdir=${STAGING_LIBDIR}"
+                --with-pgsql-libdir=${STAGING_LIBDIR} \
+                --disable-docs"
 
 FILES_${PN}-dbg += " ${libdir}/dbd/.debug/*.so"
 FILES_${PN}-dev += " ${libdir}/dbd/*.la ${libdir}/dbd/*.a"
diff --git a/recipes/libdbi/libdbi-drivers_0.8.3-1.bb b/recipes/libdbi/libdbi-drivers_0.8.3-1.bb
index efbc61f..796cefb 100644
--- a/recipes/libdbi/libdbi-drivers_0.8.3-1.bb
+++ b/recipes/libdbi/libdbi-drivers_0.8.3-1.bb
@@ -1,2 +1,4 @@
 require ${PN}.inc
 LICENSE = "LGPL"
+
+PR = "r1"





More information about the Openembedded-commits mailing list