From 2694de76542840f79e3953c546d07b8ae479b8a1 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 2 Jan 2017 15:15:55 +0200 Subject: db: remove the 6.x recipe Version 6.x of Berkeley DB has been rejected by open source community due to its hostile AGPLv3 license; both Fedora and Debian are sticking with db 5.x - and by extension, all the open source projects are still developed and tested with db 5.x In oe-core the only thing that was requiring db 6.x was rpm 5.x, and so there's no reason to continue carrying db 6.x in oe-core. If someone needs API features that are only available in db 6.x, it can be re-added to meta-oe. Signed-off-by: Alexander Kanavin --- meta/recipes-support/db/db_5.3.28.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-support/db/db_5.3.28.bb') diff --git a/meta/recipes-support/db/db_5.3.28.bb b/meta/recipes-support/db/db_5.3.28.bb index 1b25fd4685..b7232fc894 100644 --- a/meta/recipes-support/db/db_5.3.28.bb +++ b/meta/recipes-support/db/db_5.3.28.bb @@ -16,6 +16,7 @@ VIRTUAL_NAME ?= "virtual/db" RCONFLICTS_${PN} = "db3" PR = "r1" +PE = "1" SRC_URI = "http://download.oracle.com/berkeley-db/db-${PV}.tar.gz" SRC_URI += "file://arm-thumb-mutex_db5.patch \ -- cgit 1.2.3-korg