[oe-commits] Richard Purdie : package.bbclass: Add CONFFILES to list of package specific variables

git at git.openembedded.org git at git.openembedded.org
Tue Apr 8 12:52:10 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 9db71fa03b9d5f5307b2d09e7aa89f46f622aa09
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=9db71fa03b9d5f5307b2d09e7aa89f46f622aa09

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Mon Apr  7 13:32:28 2014 +0100

package.bbclass: Add CONFFILES to list of package specific variables

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 at linuxfoundation.org>

---

 meta/classes/package.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 = []



More information about the Openembedded-commits mailing list