diff options
Diffstat (limited to 'meta/classes/package_tar.bbclass')
-rw-r--r-- | meta/classes/package_tar.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/package_tar.bbclass b/meta/classes/package_tar.bbclass index fed2c28b69..f9e2292deb 100644 --- a/meta/classes/package_tar.bbclass +++ b/meta/classes/package_tar.bbclass | |||
@@ -33,7 +33,7 @@ python do_package_tar () { | |||
33 | localdata = bb.data.createCopy(d) | 33 | localdata = bb.data.createCopy(d) |
34 | root = "%s/%s" % (pkgdest, pkg) | 34 | root = "%s/%s" % (pkgdest, pkg) |
35 | 35 | ||
36 | overrides = localdata.getVar('OVERRIDES') | 36 | overrides = localdata.getVar('OVERRIDES', False) |
37 | localdata.setVar('OVERRIDES', '%s:%s' % (overrides, pkg)) | 37 | localdata.setVar('OVERRIDES', '%s:%s' % (overrides, pkg)) |
38 | bb.data.update_data(localdata) | 38 | bb.data.update_data(localdata) |
39 | 39 | ||