* [PATCH] package.bbclass: Add CONFFILES to list of package specific variables
@ 2014-04-07 12:32 Richard Purdie
0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2014-04-07 12:32 UTC (permalink / raw)
To: openembedded-core
Changes to CONFFILES should change the sstate checksum. To make that happen,
it needs to be listed in the list of package specific variables, therefore
add it.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass
index 0018a62..ea75918 100644
--- a/meta/classes/package.bbclass
+++ b/meta/classes/package.bbclass
@@ -1847,7 +1847,7 @@ python package_depchains() {
# Since bitbake can't determine which variables are accessed during package
# iteration, we need to list them here:
-PACKAGEVARS = "FILES RDEPENDS RRECOMMENDS SUMMARY DESCRIPTION RSUGGESTS RPROVIDES RCONFLICTS PKG ALLOW_EMPTY pkg_postinst pkg_postrm INITSCRIPT_NAME INITSCRIPT_PARAMS DEBIAN_NOAUTONAME ALTERNATIVE PKGE PKGV PKGR USERADD_PARAM GROUPADD_PARAM"
+PACKAGEVARS = "FILES RDEPENDS RRECOMMENDS SUMMARY DESCRIPTION RSUGGESTS RPROVIDES RCONFLICTS PKG ALLOW_EMPTY pkg_postinst pkg_postrm INITSCRIPT_NAME INITSCRIPT_PARAMS DEBIAN_NOAUTONAME ALTERNATIVE PKGE PKGV PKGR USERADD_PARAM GROUPADD_PARAM CONFFILES"
def gen_packagevar(d):
ret = []
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-04-07 12:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-07 12:32 [PATCH] package.bbclass: Add CONFFILES to list of package specific variables Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox