summaryrefslogtreecommitdiffstats
path: root/meta/packages/db/db_4.3.29.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-10-28 19:33:04 +0000
committerRichard Purdie <richard@openedhand.com>2006-10-28 19:33:04 +0000
commit860b48501cded1035f0589fdbbf45f25a172ca7a (patch)
tree8b067a180ee9561a336e769d54cf96be5fbc2723 /meta/packages/db/db_4.3.29.bb
parent41588f18a78ebb123f5bd3ff15138ff1e4702249 (diff)
downloadopenembedded-core-860b48501cded1035f0589fdbbf45f25a172ca7a.tar.gz
packages: various .debug packaging fixes
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@831 311d38ba-8fff-0310-9ca6-ca027cbcb966
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"
# Package contents
FILES_${PN} = "${libdir}/libdb-4*so*"
-FILES_${PN}-bin = "${bindir}"
+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}"
+FILES_${PN}-dev = "${includedir} ${libdir}/*"
#configuration - set in local.conf to override
DB4_CONFIG ?= "--enable-o_direct --enable-smallbuild --enable-compat185"