diff options
author | Maxin B. John <maxin.john@intel.com> | 2016-06-06 12:13:41 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-06 15:43:41 +0100 |
commit | 8ea6be55b795ae5306606f7d4cdacdf3c2afa5ae (patch) | |
tree | ebe21b1dd99345ea5f53f5c905f5b0fe3d85815a | |
parent | 9161b0856ef48275df9fedd3174629e5b29812c5 (diff) | |
download | openembedded-core-contrib-8ea6be55b795ae5306606f7d4cdacdf3c2afa5ae.tar.gz |
db: add RECIPE_NO_UPDATE_REASON
db-6.2.23 does not work with RPM-5.x due to changes in locking semantics
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/db/db_6.0.30.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/db/db_6.0.30.bb b/meta/recipes-support/db/db_6.0.30.bb index 50a469b0809..018dd58f678 100644 --- a/meta/recipes-support/db/db_6.0.30.bb +++ b/meta/recipes-support/db/db_6.0.30.bb @@ -122,3 +122,4 @@ INSANE_SKIP_${PN}-cxx = "dev-so" BBCLASSEXTEND = "native nativesdk" +RECIPE_NO_UPDATE_REASON = "latest db does not work with RPM-5.x due to changes in locking semantics" |