From 477ccd867cc71f8277f2670b7be34b3b15300052 Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Sat, 22 Mar 2014 18:12:21 +0100 Subject: klibc: restylize a bit the recipes No runtime changes. Reorder and fix some typos in the comments. Remove unneeded empty do_install from utils. Fix bogus PACKAGES_${PN} = "${PN}". Signed-off-by: Andrea Adami --- meta-initramfs/recipes-devtools/klibc/klibc-utils_2.0.3.bb | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'meta-initramfs/recipes-devtools/klibc/klibc-utils_2.0.3.bb') diff --git a/meta-initramfs/recipes-devtools/klibc/klibc-utils_2.0.3.bb b/meta-initramfs/recipes-devtools/klibc/klibc-utils_2.0.3.bb index d3cebadfe2..fc53bece0e 100644 --- a/meta-initramfs/recipes-devtools/klibc/klibc-utils_2.0.3.bb +++ b/meta-initramfs/recipes-devtools/klibc/klibc-utils_2.0.3.bb @@ -1,15 +1,12 @@ -KLIBC_UTILS_VARIANT = "shared" -KLIBC_UTILS_PKGNAME = "klibc-utils" +SUMMARY = "klibc utils for initramfs" FILESPATH =. "${FILE_DIRNAME}/klibc-${PV}:" -do_install() { - : -} - -PACKAGES_${PN} = "${PN}" +PACKAGES = "${PN}" FILES_${PN} = "" +KLIBC_UTILS_VARIANT = "shared" +KLIBC_UTILS_PKGNAME = "klibc-utils" + require klibc-utils.inc require klibc.inc -SUMMARY = "klibc utils for initramfs" -- cgit v1.2.3-54-g00ecf