From b384345d9a693cbc3fd0dbeed9edd8c24618259d Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Fri, 28 Aug 2015 15:18:50 +0300 Subject: upstream_tracking.inc: deprecate and move contents to recipes No-update reasons and manual version checks should be in the recipes themselves because otherwise they're prone to getting out of date. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-support/createrepo/createrepo_0.4.11.bb | 2 ++ meta/recipes-support/db/db_6.0.30.bb | 2 ++ 2 files changed, 4 insertions(+) (limited to 'meta/recipes-support') diff --git a/meta/recipes-support/createrepo/createrepo_0.4.11.bb b/meta/recipes-support/createrepo/createrepo_0.4.11.bb index adc193e428..d6fe436f80 100644 --- a/meta/recipes-support/createrepo/createrepo_0.4.11.bb +++ b/meta/recipes-support/createrepo/createrepo_0.4.11.bb @@ -1,6 +1,8 @@ SUMMARY = "Creates metadata indexes for RPM package repositories" HOMEPAGE = "http://createrepo.baseurl.org/" +RECIPE_NO_UPDATE_REASON = "Versions after 0.9.* use YUM, so we hold at 0.4.11" + LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=18810669f13b87348459e611d31ab760" diff --git a/meta/recipes-support/db/db_6.0.30.bb b/meta/recipes-support/db/db_6.0.30.bb index 9eae5c7a5e..d49df62b9a 100644 --- a/meta/recipes-support/db/db_6.0.30.bb +++ b/meta/recipes-support/db/db_6.0.30.bb @@ -15,6 +15,8 @@ LICENSE = "AGPL-3.0" VIRTUAL_NAME ?= "virtual/db" RCONFLICTS_${PN} = "db3" +RECIPE_NO_UPDATE_REASON = "Updating to 6.1.x requires also updating rpm to 5.4.15" + SRC_URI = "http://download.oracle.com/berkeley-db/db-${PV}.tar.gz" SRC_URI += "file://arm-thumb-mutex_db5.patch;patchdir=.. \ file://fix-parallel-build.patch \ -- cgit 1.2.3-korg