From: Richard Purdie Date: Fri, 1 Sep 2017 14:25:32 +0000 (+0100) Subject: package: Change PACKAGE_BBCLASS_VERSION X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~20135 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77abe012c496a85f56191abc769a7da07e9f8c0e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git package: Change PACKAGE_BBCLASS_VERSION The silent rpmdeps failures fixed in a preceeding commit mean we need to rerun all packaging. Signed-off-by: Richard Purdie --- diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass index a051617ee1a..7a62181456d 100644 --- a/meta/classes/package.bbclass +++ b/meta/classes/package.bbclass @@ -2073,7 +2073,7 @@ python do_package () { # cache. This is useful if an item this class depends on changes in a # way that the output of this class changes. rpmdeps is a good example # as any change to rpmdeps requires this to be rerun. - # PACKAGE_BBCLASS_VERSION = "1" + # PACKAGE_BBCLASS_VERSION = "2" # Init cachedpath global cpath