diff options
Diffstat (limited to 'meta-initramfs/recipes-devtools/klibc/klibc-static-utils_2.0.4.bb')
| -rw-r--r-- | meta-initramfs/recipes-devtools/klibc/klibc-static-utils_2.0.4.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-initramfs/recipes-devtools/klibc/klibc-static-utils_2.0.4.bb b/meta-initramfs/recipes-devtools/klibc/klibc-static-utils_2.0.4.bb new file mode 100644 index 0000000000..c835fd647a --- /dev/null +++ b/meta-initramfs/recipes-devtools/klibc/klibc-static-utils_2.0.4.bb | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | SUMMARY = "klibc utils for initramfs statically compiled" | ||
| 2 | |||
| 3 | FILESPATH =. "${FILE_DIRNAME}/klibc-${PV}:" | ||
| 4 | |||
| 5 | PACKAGES = "${PN}" | ||
| 6 | FILES_${PN} = "" | ||
| 7 | |||
| 8 | KLIBC_UTILS_VARIANT = "static" | ||
| 9 | KLIBC_UTILS_PKGNAME = "klibc-static-utils" | ||
| 10 | |||
| 11 | require klibc-utils.inc | ||
| 12 | require klibc.inc | ||
