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>2013-12-17 00:37:40 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2013-12-17 20:53:23 +0000
commitd4ba54f15ff1c9e25771e52b0116c267e251813b (patch)
tree5a75aa454aff3a233ee6557a399b210f5050f652 /meta-initramfs/recipes-devtools/klibc/klibc-static-utils_2.0.3.bb
parent5782b2d27bc9db84fa1bd2d499e3b0e737bcd272 (diff)
downloadmeta-openembedded-contrib-d4ba54f15ff1c9e25771e52b0116c267e251813b.tar.gz
klibc: upgrade from 2.0.2 to release 2.0.3
Klibc now supports aarch64 / arm64 While there, remove PR/INC_PR from the recipes 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.bb15
1 files changed, 15 insertions, 0 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
new file mode 100644
index 0000000000..36d4f12e67
--- /dev/null
+++ b/meta-initramfs/recipes-devtools/klibc/klibc-static-utils_2.0.3.bb
@@ -0,0 +1,15 @@
+KLIBC_UTILS_VARIANT = "static"
+KLIBC_UTILS_PKGNAME = "klibc-static-utils"
+
+FILESPATH =. "${FILE_DIRNAME}/klibc-${PV}:"
+
+do_install() {
+ :
+}
+
+PACKAGES_${PN} = "${PN}"
+FILES_${PN} = ""
+
+require klibc-utils.inc
+require klibc.inc
+SUMMARY = "klibc utils for initramfs statically compiled"