diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2016-02-29 09:37:43 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-09 16:59:55 +0000 |
commit | 82aeafe722f447a55e04c39aec70e88f2a1962e3 (patch) | |
tree | d6592bfbe82328ff9e517d3d79a23bbcc57e317c /meta/recipes-support | |
parent | b79a628d59382fdba812c67133c93e9f4ea365c2 (diff) | |
download | openembedded-core-82aeafe722f447a55e04c39aec70e88f2a1962e3.tar.gz openembedded-core-82aeafe722f447a55e04c39aec70e88f2a1962e3.tar.bz2 openembedded-core-82aeafe722f447a55e04c39aec70e88f2a1962e3.zip |
db: remove the NO_UPDATE_REASON and replace it a comment about RPM
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/db/db_6.0.30.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/db/db_6.0.30.bb b/meta/recipes-support/db/db_6.0.30.bb index 9505defabf..50a469b080 100644 --- a/meta/recipes-support/db/db_6.0.30.bb +++ b/meta/recipes-support/db/db_6.0.30.bb @@ -15,7 +15,7 @@ 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" +# Note, when upgraded to 6.1.x, a patch in RPM will need to be removed to activate db 6.1 support. SRC_URI = "http://download.oracle.com/berkeley-db/db-${PV}.tar.gz" SRC_URI += "file://arm-thumb-mutex_db5.patch;patchdir=.. \ |