diff options
| author | Richard Purdie <richard@openedhand.com> | 2006-10-28 19:33:04 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2006-10-28 19:33:04 +0000 |
| commit | 860b48501cded1035f0589fdbbf45f25a172ca7a (patch) | |
| tree | 8b067a180ee9561a336e769d54cf96be5fbc2723 /meta/packages/db | |
| parent | 41588f18a78ebb123f5bd3ff15138ff1e4702249 (diff) | |
| download | poky-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')
| -rw-r--r-- | meta/packages/db/db_4.1.25.bb | 4 | ||||
| -rw-r--r-- | meta/packages/db/db_4.2.52.bb | 4 | ||||
| -rw-r--r-- | meta/packages/db/db_4.3.29.bb | 4 |
3 files changed, 6 insertions, 6 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 |
| 39 | FILES_${PN} = "${libdir}/libdb*so*" | 39 | FILES_${PN} = "${libdir}/libdb*so*" |
| 40 | FILES_${PN}-bin = "${bindir}" | 40 | FILES_${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 |
| 44 | FILES_${PN}-dev = "${includedir} ${libdir}" | 44 | FILES_${PN}-dev = "${includedir} ${libdir}/*" |
| 45 | 45 | ||
| 46 | #configuration - set in local.conf to override | 46 | #configuration - set in local.conf to override |
| 47 | DB4_CONFIG ?= "--enable-o_direct --enable-smallbuild" | 47 | DB4_CONFIG ?= "--enable-o_direct --enable-smallbuild" |
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" |
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 |
| 50 | FILES_${PN} = "${libdir}/libdb-4*so*" | 50 | FILES_${PN} = "${libdir}/libdb-4*so*" |
| 51 | FILES_${PN}-bin = "${bindir}" | 51 | FILES_${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 |
| 55 | FILES_${PN}-dev = "${includedir} ${libdir}" | 55 | FILES_${PN}-dev = "${includedir} ${libdir}/*" |
| 56 | 56 | ||
| 57 | #configuration - set in local.conf to override | 57 | #configuration - set in local.conf to override |
| 58 | DB4_CONFIG ?= "--enable-o_direct --enable-smallbuild --enable-compat185" | 58 | DB4_CONFIG ?= "--enable-o_direct --enable-smallbuild --enable-compat185" |
