summaryrefslogtreecommitdiffstats
path: root/meta/packages/db/db_4.3.29.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/db/db_4.3.29.bb')
-rw-r--r--meta/packages/db/db_4.3.29.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/db/db_4.3.29.bb b/meta/packages/db/db_4.3.29.bb
index a4059aac60..d8f9372caf 100644
--- a/meta/packages/db/db_4.3.29.bb
+++ b/meta/packages/db/db_4.3.29.bb
@@ -48,11 +48,11 @@ PACKAGES += " ${PN}-bin"
48 48
49# Package contents 49# Package contents
50FILES_${PN} = "${libdir}/libdb-4*so*" 50FILES_${PN} = "${libdir}/libdb-4*so*"
51FILES_${PN}-bin = "${bindir}" 51FILES_${PN}-bin = "${bindir}/*"
52# The dev package has the .so link (as in db3) and the .a's - 52# The dev package has the .so link (as in db3) and the .a's -
53# it is therefore incompatible (cannot be installed at the 53# it is therefore incompatible (cannot be installed at the
54# same time) as the db3 package 54# same time) as the db3 package
55FILES_${PN}-dev = "${includedir} ${libdir}" 55FILES_${PN}-dev = "${includedir} ${libdir}/*"
56 56
57#configuration - set in local.conf to override 57#configuration - set in local.conf to override
58DB4_CONFIG ?= "--enable-o_direct --enable-smallbuild --enable-compat185" 58DB4_CONFIG ?= "--enable-o_direct --enable-smallbuild --enable-compat185"