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 17:00:28 +0000 |
commit | 8b5afcd4e4d2fd4ab25d00d23bb277e47a31b16f (patch) | |
tree | 7cc2cef0dddb8e7600ee7d7a2f74a83a50bc5559 /meta | |
parent | 5699c670795e77cb709324132a7299e877963749 (diff) | |
download | poky-8b5afcd4e4d2fd4ab25d00d23bb277e47a31b16f.tar.gz |
db: remove the NO_UPDATE_REASON and replace it a comment about RPM
(From OE-Core rev: 82aeafe722f447a55e04c39aec70e88f2a1962e3)
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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" | |||
15 | VIRTUAL_NAME ?= "virtual/db" | 15 | VIRTUAL_NAME ?= "virtual/db" |
16 | RCONFLICTS_${PN} = "db3" | 16 | RCONFLICTS_${PN} = "db3" |
17 | 17 | ||
18 | RECIPE_NO_UPDATE_REASON = "Updating to 6.1.x requires also updating rpm to 5.4.15" | 18 | # Note, when upgraded to 6.1.x, a patch in RPM will need to be removed to activate db 6.1 support. |
19 | 19 | ||
20 | SRC_URI = "http://download.oracle.com/berkeley-db/db-${PV}.tar.gz" | 20 | SRC_URI = "http://download.oracle.com/berkeley-db/db-${PV}.tar.gz" |
21 | SRC_URI += "file://arm-thumb-mutex_db5.patch;patchdir=.. \ | 21 | SRC_URI += "file://arm-thumb-mutex_db5.patch;patchdir=.. \ |