diff options
Diffstat (limited to 'meta-initramfs/recipes-devtools')
-rw-r--r-- | meta-initramfs/recipes-devtools/klibc/klibc-utils.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-initramfs/recipes-devtools/klibc/klibc-utils.inc b/meta-initramfs/recipes-devtools/klibc/klibc-utils.inc index 0f195a3f3..8ce3d7760 100644 --- a/meta-initramfs/recipes-devtools/klibc/klibc-utils.inc +++ b/meta-initramfs/recipes-devtools/klibc/klibc-utils.inc | |||
@@ -62,9 +62,9 @@ PACKAGES_DYNAMIC = "${KLIBC_UTILS_PKGNAME}-*" | |||
62 | 62 | ||
63 | python populate_packages_prepend () { | 63 | python populate_packages_prepend () { |
64 | 64 | ||
65 | base_bin_dir = bb.data.expand('${base_bindir}', d) | 65 | base_bin_dir = bb.data.expand('${base_bindir}', d) |
66 | do_split_packages(d, base_bin_dir, '(.*)', '${KLIBC_UTILS_PKGNAME}-%s', 'Klibc util for %s', allow_links=True, allow_dirs=True) | 66 | do_split_packages(d, base_bin_dir, '(.*)', '${KLIBC_UTILS_PKGNAME}-%s', 'Klibc util for %s', allow_links=True, allow_dirs=True) |
67 | 67 | ||
68 | base_sbin_dir = bb.data.expand('${base_sbindir}', d) | 68 | base_sbin_dir = bb.data.expand('${base_sbindir}', d) |
69 | do_split_packages(d, base_sbin_dir, '(.*)', '${KLIBC_UTILS_PKGNAME}-%s', 'Klibc util for %s', allow_dirs=True) | 69 | do_split_packages(d, base_sbin_dir, '(.*)', '${KLIBC_UTILS_PKGNAME}-%s', 'Klibc util for %s', allow_dirs=True) |
70 | } | 70 | } |