1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-31 00:39:46 +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:
Richard Purdie
2009-11-16 10:52:35 +00:00
parent 01f75c1b48
commit 5f22458409
4 changed files with 7 additions and 9 deletions
+1 -2
View File
@@ -29,10 +29,9 @@ python populate_packages_append () {
import re
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:
schema_dir = '%s/%s/%s/etc/gconf/schemas' % (workdir, pkgdest, pkg)
schema_dir = '%s/%s/etc/gconf/schemas' % (pkgdest, pkg)
schemas = []
schema_re = re.compile(".*\.schemas$")
if os.path.exists(schema_dir):