[oe-commits] [openembedded-core] 01/16: db: add RECIPE_NO_UPDATE_REASON

git at git.openembedded.org git at git.openembedded.org
Mon Jun 6 21:54:16 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 8ea6be55b795ae5306606f7d4cdacdf3c2afa5ae
Author: Maxin B. John <maxin.john at intel.com>
AuthorDate: Mon Jun 6 12:13:41 2016 +0300

    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 at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-support/db/db_6.0.30.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-support/db/db_6.0.30.bb b/meta/recipes-support/db/db_6.0.30.bb
index 50a469b..018dd58 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list