summaryrefslogtreecommitdiffstats
path: root/meta/packages/db/db_4.1.25.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/db/db_4.1.25.bb')
-rw-r--r--meta/packages/db/db_4.1.25.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/db/db_4.1.25.bb b/meta/packages/db/db_4.1.25.bb
index 381c69a616..04426bd039 100644
--- a/meta/packages/db/db_4.1.25.bb
+++ b/meta/packages/db/db_4.1.25.bb
@@ -37,11 +37,11 @@ PACKAGES += " ${PN}-bin"
37 37
38# Package contents 38# Package contents
39FILES_${PN} = "${libdir}/libdb*so*" 39FILES_${PN} = "${libdir}/libdb*so*"
40FILES_${PN}-bin = "${bindir}" 40FILES_${PN}-bin = "${bindir}/*"
41# The dev package has the .so link (as in db3) and the .a's - 41# The dev package has the .so link (as in db3) and the .a's -
42# it is therefore incompatible (cannot be installed at the 42# it is therefore incompatible (cannot be installed at the
43# same time) as the db3 package 43# same time) as the db3 package
44FILES_${PN}-dev = "${includedir} ${libdir}" 44FILES_${PN}-dev = "${includedir} ${libdir}/*"
45 45
46#configuration - set in local.conf to override 46#configuration - set in local.conf to override
47DB4_CONFIG ?= "--enable-o_direct --enable-smallbuild" 47DB4_CONFIG ?= "--enable-o_direct --enable-smallbuild"