diff options
Diffstat (limited to 'meta-initramfs/recipes-devtools/klibc/klibc-utils.inc')
-rw-r--r-- | meta-initramfs/recipes-devtools/klibc/klibc-utils.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-initramfs/recipes-devtools/klibc/klibc-utils.inc b/meta-initramfs/recipes-devtools/klibc/klibc-utils.inc index 2190ca29ce..16cba8909a 100644 --- a/meta-initramfs/recipes-devtools/klibc/klibc-utils.inc +++ b/meta-initramfs/recipes-devtools/klibc/klibc-utils.inc | |||
@@ -96,9 +96,9 @@ PACKAGES_DYNAMIC += "^${KLIBC_UTILS_PKGNAME}-.*" | |||
96 | 96 | ||
97 | python populate_packages_prepend () { | 97 | python populate_packages_prepend () { |
98 | 98 | ||
99 | base_bin_dir = bb.data.expand('${base_bindir}', d) | 99 | base_bin_dir = d.expand('${base_bindir}') |
100 | do_split_packages(d, base_bin_dir, '(.*)', '${KLIBC_UTILS_PKGNAME}-%s', 'Klibc util for %s', extra_depends='', allow_links=True, allow_dirs=True) | 100 | do_split_packages(d, base_bin_dir, '(.*)', '${KLIBC_UTILS_PKGNAME}-%s', 'Klibc util for %s', extra_depends='', allow_links=True, allow_dirs=True) |
101 | 101 | ||
102 | base_sbin_dir = bb.data.expand('${base_sbindir}', d) | 102 | base_sbin_dir = d.expand('${base_sbindir}') |
103 | do_split_packages(d, base_sbin_dir, '(.*)', '${KLIBC_UTILS_PKGNAME}-%s', 'Klibc util for %s', extra_depends='', allow_dirs=True) | 103 | do_split_packages(d, base_sbin_dir, '(.*)', '${KLIBC_UTILS_PKGNAME}-%s', 'Klibc util for %s', extra_depends='', allow_dirs=True) |
104 | } | 104 | } |