diff options
Diffstat (limited to 'meta/packages/db/db_4.2.52.bb')
-rw-r--r-- | meta/packages/db/db_4.2.52.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/db/db_4.2.52.bb b/meta/packages/db/db_4.2.52.bb index 9e5978fe16..261e6f5192 100644 --- a/meta/packages/db/db_4.2.52.bb +++ b/meta/packages/db/db_4.2.52.bb | |||
@@ -45,11 +45,11 @@ PACKAGES += " ${PN}-bin" | |||
45 | 45 | ||
46 | # Package contents | 46 | # Package contents |
47 | FILES_${PN} = "${libdir}/libdb-4*so*" | 47 | FILES_${PN} = "${libdir}/libdb-4*so*" |
48 | FILES_${PN}-bin = "${bindir}" | 48 | FILES_${PN}-bin = "${bindir}/*" |
49 | # The dev package has the .so link (as in db3) and the .a's - | 49 | # The dev package has the .so link (as in db3) and the .a's - |
50 | # it is therefore incompatible (cannot be installed at the | 50 | # it is therefore incompatible (cannot be installed at the |
51 | # same time) as the db3 package | 51 | # same time) as the db3 package |
52 | FILES_${PN}-dev = "${includedir} ${libdir}" | 52 | FILES_${PN}-dev = "${includedir} ${libdir}/*" |
53 | 53 | ||
54 | #configuration - set in local.conf to override | 54 | #configuration - set in local.conf to override |
55 | DB4_CONFIG ?= " --disable-cryptography --disable-queue --disable-replication --disable-verify --enable-hash" | 55 | DB4_CONFIG ?= " --disable-cryptography --disable-queue --disable-replication --disable-verify --enable-hash" |