From: Jamie Lenehan Date: Fri, 11 Aug 2006 10:24:29 +0000 (+0000) Subject: db: Update for keeping the debug information in the correct package X-Git-Tag: Release-2010-05/1~9453^2~979 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=562d93cdc241eac3d978c42c1a3e17b48ddb75cd;p=openembedded.git db: Update for keeping the debug information in the correct package which is clearer. Use .../* to match files and ignore directories. --- diff --git a/packages/db/db_4.2.52.bb b/packages/db/db_4.2.52.bb index 4c267234f7..544f199427 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 = "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 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 ac05a77a82..cf1bd00acd 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 = "r5" +PR = "r6" 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)