mirror of
https://git.yoctoproject.org/poky
synced 2026-06-12 16:50:07 +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:
@@ -16,7 +16,7 @@ do_package_write_rpm[rdeptask] = "do_package"
|
||||
python debian_package_name_hook () {
|
||||
import glob, copy, stat, errno, re
|
||||
|
||||
workdir = bb.data.getVar('WORKDIR', d, 1)
|
||||
pkgdest = bb.data.getVar('PKGDEST', d, 1)
|
||||
packages = bb.data.getVar('PACKAGES', d, 1)
|
||||
|
||||
def socrunch(s):
|
||||
@@ -45,7 +45,7 @@ python debian_package_name_hook () {
|
||||
sonames = []
|
||||
has_bins = 0
|
||||
has_libs = 0
|
||||
pkg_dir = os.path.join(workdir, "install", orig_pkg)
|
||||
pkg_dir = os.path.join(pkgdest, orig_pkg)
|
||||
for root, dirs, files in os.walk(pkg_dir):
|
||||
if bin_re.match(root) and files:
|
||||
has_bins = 1
|
||||
|
||||
Reference in New Issue
Block a user