mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
debian/kernel/gconf/gtk-icon-cache: PKGDESK/PKG fixes
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -29,10 +29,9 @@ done
|
||||
python populate_packages_append () {
|
||||
packages = bb.data.getVar('PACKAGES', d, 1).split()
|
||||
pkgdest = bb.data.getVar('PKGDEST', d, 1)
|
||||
workdir = bb.data.getVar('WORKDIR', d, 1)
|
||||
|
||||
for pkg in packages:
|
||||
icon_dir = '%s/%s/%s/%s/icons' % (workdir, pkgdest, pkg, bb.data.getVar('datadir', d, 1))
|
||||
icon_dir = '%s/%s/%s/icons' % (pkgdest, pkg, bb.data.getVar('datadir', d, 1))
|
||||
if not os.path.exists(icon_dir):
|
||||
continue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user