diff options
Diffstat (limited to 'meta-initramfs/recipes-devtools/klibc/klibc-static-utils_2.0.1.bb')
| -rw-r--r-- | meta-initramfs/recipes-devtools/klibc/klibc-static-utils_2.0.1.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-initramfs/recipes-devtools/klibc/klibc-static-utils_2.0.1.bb b/meta-initramfs/recipes-devtools/klibc/klibc-static-utils_2.0.1.bb new file mode 100644 index 0000000000..484134e44b --- /dev/null +++ b/meta-initramfs/recipes-devtools/klibc/klibc-static-utils_2.0.1.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | PR = "${INC_PR}.0" | ||
| 2 | |||
| 3 | KLIBC_UTILS_VARIANT = "static" | ||
| 4 | KLIBC_UTILS_PKGNAME = "klibc-static-utils" | ||
| 5 | |||
| 6 | FILESPATH =. "${FILE_DIRNAME}/klibc-${PV}:" | ||
| 7 | |||
| 8 | do_install() { | ||
| 9 | : | ||
| 10 | } | ||
| 11 | |||
| 12 | PACKAGES_${PN} = "${PN}" | ||
| 13 | FILES_${PN} = "" | ||
| 14 | |||
| 15 | require klibc-utils.inc | ||
| 16 | require klibc.inc | ||
