aboutsummaryrefslogtreecommitdiffstats
path: root/meta-initramfs/recipes-devtools/klibc/klibc-static-utils_2.0.3.bb
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2014-03-22 18:12:21 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2014-04-06 13:36:20 +0100
commit477ccd867cc71f8277f2670b7be34b3b15300052 (patch)
tree531fed00dfbdaab2271dcf7f965c1cc590903d34 /meta-initramfs/recipes-devtools/klibc/klibc-static-utils_2.0.3.bb
parentf24daddfa090335c7887e41b3ab2ba91cef24af8 (diff)
downloadmeta-openembedded-contrib-477ccd867cc71f8277f2670b7be34b3b15300052.tar.gz
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 <andrea.adami@gmail.com>
Diffstat (limited to 'meta-initramfs/recipes-devtools/klibc/klibc-static-utils_2.0.3.bb')
-rw-r--r--meta-initramfs/recipes-devtools/klibc/klibc-static-utils_2.0.3.bb13
1 files changed, 5 insertions, 8 deletions
diff --git a/meta-initramfs/recipes-devtools/klibc/klibc-static-utils_2.0.3.bb b/meta-initramfs/recipes-devtools/klibc/klibc-static-utils_2.0.3.bb
index 36d4f12e67..c835fd647a 100644
--- a/meta-initramfs/recipes-devtools/klibc/klibc-static-utils_2.0.3.bb
+++ b/meta-initramfs/recipes-devtools/klibc/klibc-static-utils_2.0.3.bb
@@ -1,15 +1,12 @@
-KLIBC_UTILS_VARIANT = "static"
-KLIBC_UTILS_PKGNAME = "klibc-static-utils"
+SUMMARY = "klibc utils for initramfs statically compiled"
FILESPATH =. "${FILE_DIRNAME}/klibc-${PV}:"
-do_install() {
- :
-}
-
-PACKAGES_${PN} = "${PN}"
+PACKAGES = "${PN}"
FILES_${PN} = ""
+KLIBC_UTILS_VARIANT = "static"
+KLIBC_UTILS_PKGNAME = "klibc-static-utils"
+
require klibc-utils.inc
require klibc.inc
-SUMMARY = "klibc utils for initramfs statically compiled"