diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2006-08-11 06:11:21 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2006-08-11 06:11:21 +0000 |
commit | f29ea2879f56471657797d60accb00b9b92c2111 (patch) | |
tree | 1de9e1fde14f1fc75a73f6ef401bf6b500afa5c2 /packages/db | |
parent | 6e8aa96847e20bebbf3448382a12285144f86397 (diff) |
db: Stop the .debug directory being included in the -dev package. Closes
#1216 "db4 ships spurious debug info".
Diffstat (limited to 'packages/db')
-rw-r--r-- | packages/db/db_4.2.52.bb | 4 | ||||
-rw-r--r-- | packages/db/db_4.3.29.bb | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/packages/db/db_4.2.52.bb b/packages/db/db_4.2.52.bb index 9e5978fe16..4c267234f7 100644 --- a/packages/db/db_4.2.52.bb +++ b/packages/db/db_4.2.52.bb @@ -14,7 +14,7 @@ HOMEPAGE = "http://www.sleepycat.com" LICENSE = "BSD Sleepycat" VIRTUAL_NAME ?= "virtual/db" CONFLICTS = "db3" -PR = "r3" +PR = "r4" SRC_URI = "http://downloads.sleepycat.com/db-${PV}.tar.gz" #SRC_URI_MD5 = "http://downloads.sleepycat.com/db-${PV}.tar.gz.md5" @@ -49,7 +49,7 @@ 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 ?= " --disable-cryptography --disable-queue --disable-replication --disable-verify --enable-hash" diff --git a/packages/db/db_4.3.29.bb b/packages/db/db_4.3.29.bb index d17aec5325..ac05a77a82 100644 --- a/packages/db/db_4.3.29.bb +++ b/packages/db/db_4.3.29.bb @@ -14,7 +14,7 @@ HOMEPAGE = "http://www.sleepycat.com" LICENSE = "BSD Sleepycat" VIRTUAL_NAME ?= "virtual/db" CONFLICTS = "db3" -PR = "r4" +PR = "r5" SRC_URI = "http://downloads.sleepycat.com/db-${PV}.tar.gz" #SRC_URI_MD5 = "http://downloads.sleepycat.com/db-${PV}.tar.gz.md5" @@ -49,7 +49,7 @@ 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 # All the --disable-* options replace --enable-smallbuild, which breaks a bunch of stuff (eg. postfix) |