aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/db
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/db')
-rw-r--r--recipes/db/db4.inc3
-rw-r--r--recipes/db/db5.inc3
2 files changed, 2 insertions, 4 deletions
diff --git a/recipes/db/db4.inc b/recipes/db/db4.inc
index 7e5c327d01..2595d8186f 100644
--- a/recipes/db/db4.inc
+++ b/recipes/db/db4.inc
@@ -43,12 +43,11 @@ B = "${WORKDIR}/db-${PV}/build_unix"
PACKAGES += " ${PN}-bin"
# Package contents
-FILES_${PN} = "${libdir}/libdb-4*so*"
+FILES_${PN} = "${libdir}/libdb-${PVM}${SOLIBSDEV}"
FILES_${PN}-bin = "${bindir}/*"
# The dev package has the .so link (as in db3) and the .a's -
# it is therefore incompatible (cannot be installed at the
# same time) as the db3 package
-FILES_${PN}-dev = "${includedir} ${libdir}/*"
EXTRA_OECONF = "${DB4_CONFIG}"
diff --git a/recipes/db/db5.inc b/recipes/db/db5.inc
index 557cb4c6eb..1aeee4963e 100644
--- a/recipes/db/db5.inc
+++ b/recipes/db/db5.inc
@@ -43,12 +43,11 @@ B = "${WORKDIR}/db-${PV}/build_unix"
PACKAGES += " ${PN}-bin"
# Package contents
-FILES_${PN} = "${libdir}/libdb-5*so*"
+FILES_${PN} = "${libdir}/libdb-${PVM}${SOLIBSDEV}"
FILES_${PN}-bin = "${bindir}/*"
# The dev package has the .so link (as in db3) and the .a's -
# it is therefore incompatible (cannot be installed at the
# same time) as the db3 package
-FILES_${PN}-dev = "${includedir} ${libdir}/*"
EXTRA_OECONF = "${DB5_CONFIG}"