From 860b48501cded1035f0589fdbbf45f25a172ca7a Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 28 Oct 2006 19:33:04 +0000 Subject: packages: various .debug packaging fixes git-svn-id: https://svn.o-hand.com/repos/poky/trunk@831 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/db/db_4.1.25.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/packages/db/db_4.1.25.bb') 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" # Package contents FILES_${PN} = "${libdir}/libdb*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" -- cgit v1.2.3-54-g00ecf