aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libdbi
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/libdbi')
-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"