aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Lübbe <jluebbe@debian.org>2009-09-08 12:39:50 +0000
committerJan Lübbe <jluebbe@debian.org>2009-09-08 17:30:11 +0000
commitec7970eea4971d0da8f4db8bb5797606feb5f8ee (patch)
tree7898104345f559926387dd3789efc8856f11ed68
parente492707aff890e6ef04ad1815733019a2718fcad (diff)
downloadopenembedded-ec7970eea4971d0da8f4db8bb5797606feb5f8ee.tar.gz
libdbi-drivers: set libdir for libdbi and don't build docs
-rw-r--r--recipes/libdbi/libdbi-drivers.inc4
-rw-r--r--recipes/libdbi/libdbi-drivers_0.8.3-1.bb2
2 files changed, 5 insertions, 1 deletions
diff --git a/recipes/libdbi/libdbi-drivers.inc b/recipes/libdbi/libdbi-drivers.inc
index b5875eb893..6dd70e02c6 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 efbc61f5c0..796cefb1ae 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"