From 6b31146641db3d3e27bde35defde367db47e0301 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sun, 29 Oct 2006 10:10:35 +0000 Subject: packages/: various .debug packaging fixes (from Poky) * poky rev 831: 'packages: various .debug packaging fixes' --- packages/db/db_4.2.52.bb | 4 ++-- packages/db/db_4.3.29.bb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'packages/db') diff --git a/packages/db/db_4.2.52.bb b/packages/db/db_4.2.52.bb index 544f199427..05565287f5 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 = "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" @@ -45,7 +45,7 @@ PACKAGES += " ${PN}-bin" # Package contents FILES_${PN} = "${libdir}/libdb-4*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 diff --git a/packages/db/db_4.3.29.bb b/packages/db/db_4.3.29.bb index cf1bd00acd..3c14b9eb96 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 = "r6" +PR = "r7" SRC_URI = "http://downloads.sleepycat.com/db-${PV}.tar.gz" #SRC_URI_MD5 = "http://downloads.sleepycat.com/db-${PV}.tar.gz.md5" @@ -45,7 +45,7 @@ PACKAGES += " ${PN}-bin" # Package contents FILES_${PN} = "${libdir}/libdb-4*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 -- cgit 1.2.3-korg