From: Maxin B. John Date: Mon, 6 Jun 2016 09:13:41 +0000 (+0300) Subject: db: add RECIPE_NO_UPDATE_REASON X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=794a23a3818e41756e40a95dc037b4e6b9bf3dbf;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git db: add RECIPE_NO_UPDATE_REASON db-6.2.23 does not work with RPM-5.x due to changes in locking semantics (From OE-Core rev: 8ea6be55b795ae5306606f7d4cdacdf3c2afa5ae) Signed-off-by: Maxin B. John Signed-off-by: Richard Purdie --- 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"