diff options
| author | Sergey Lapin <slapin@ossfans.org> | 2009-08-05 17:14:29 +0400 |
|---|---|---|
| committer | Sergey Lapin <slapin@ossfans.org> | 2009-08-05 17:14:29 +0400 |
| commit | 5d87cec7a3e962afb7cfa621d172abc3effc085d (patch) | |
| tree | 5e26142100749807b517588779120b73a83a30d2 /classes/package.bbclass | |
| parent | c91a54aef8a39e7cbb2571574f56f2cf12104ff1 (diff) | |
| parent | 2880b3877d38bfaa4056af6df7f122a64e955292 (diff) | |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'classes/package.bbclass')
| -rw-r--r-- | classes/package.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/package.bbclass b/classes/package.bbclass index 3360dcb2de..f6bd7c5b4a 100644 --- a/classes/package.bbclass +++ b/classes/package.bbclass @@ -539,7 +539,7 @@ python emit_pkgdata() { allow_empty = bb.data.getVar('ALLOW_EMPTY', d, 1) root = "%s/install/%s" % (workdir, pkg) os.chdir(root) - g = glob('*') + g = glob('*') + glob('.[!.]*') if g or allow_empty == "1": packagedfile = pkgdatadir + '/runtime/%s.packaged' % pkg file(packagedfile, 'w').close() |
