diff options
| author | Andrea Adami <andrea.adami@gmail.com> | 2014-03-22 18:12:21 +0100 |
|---|---|---|
| committer | Paul Eggleton <paul.eggleton@linux.intel.com> | 2014-04-06 13:36:20 +0100 |
| commit | 477ccd867cc71f8277f2670b7be34b3b15300052 (patch) | |
| tree | 531fed00dfbdaab2271dcf7f965c1cc590903d34 /meta-initramfs/recipes-devtools/klibc/klibc-utils_2.0.3.bb | |
| parent | f24daddfa090335c7887e41b3ab2ba91cef24af8 (diff) | |
| download | meta-openembedded-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-utils_2.0.3.bb')
| -rw-r--r-- | meta-initramfs/recipes-devtools/klibc/klibc-utils_2.0.3.bb | 13 |
1 files changed, 5 insertions, 8 deletions
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 @@ | |||
| 1 | KLIBC_UTILS_VARIANT = "shared" | 1 | SUMMARY = "klibc utils for initramfs" |
| 2 | KLIBC_UTILS_PKGNAME = "klibc-utils" | ||
| 3 | 2 | ||
| 4 | FILESPATH =. "${FILE_DIRNAME}/klibc-${PV}:" | 3 | FILESPATH =. "${FILE_DIRNAME}/klibc-${PV}:" |
| 5 | 4 | ||
| 6 | do_install() { | 5 | PACKAGES = "${PN}" |
| 7 | : | ||
| 8 | } | ||
| 9 | |||
| 10 | PACKAGES_${PN} = "${PN}" | ||
| 11 | FILES_${PN} = "" | 6 | FILES_${PN} = "" |
| 12 | 7 | ||
| 8 | KLIBC_UTILS_VARIANT = "shared" | ||
| 9 | KLIBC_UTILS_PKGNAME = "klibc-utils" | ||
| 10 | |||
| 13 | require klibc-utils.inc | 11 | require klibc-utils.inc |
| 14 | require klibc.inc | 12 | require klibc.inc |
| 15 | SUMMARY = "klibc utils for initramfs" | ||
