]> code.ossystems Code Review - openembedded-core.git/commitdiff
db: add RECIPE_NO_UPDATE_REASON
authorMaxin B. John <maxin.john@intel.com>
Mon, 6 Jun 2016 09:13:41 +0000 (12:13 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 6 Jun 2016 14:43:41 +0000 (15:43 +0100)
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>
meta/recipes-support/db/db_6.0.30.bb

index 50a469b08094143afabaa13ca513ee849f27bd34..018dd58f678c80c236ea74ed16eb9c9346a977a1 100644 (file)
@@ -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"