From 77abe012c496a85f56191abc769a7da07e9f8c0e Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 1 Sep 2017 15:25:32 +0100 Subject: 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 --- meta/classes/package.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/classes') diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass index a051617ee1..7a62181456 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 -- cgit 1.2.3-korg