klibc: move to latest 1.5.21
authorAndrea Adami <andrea.adami@gmail.com>
Thu, 27 Jan 2011 23:22:15 +0000 (00:22 +0100)
committerAndrea Adami <andrea.adami@gmail.com>
Thu, 27 Jan 2011 23:22:15 +0000 (00:22 +0100)
* temporarly remove the klcc binary for target (broken paths)
* needs to be fixed before recipe refactor (debian-style)
* reset INC_PR and PR

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
20 files changed:
recipes/klibc/klcc-cross_1.5.21.bb [moved from recipes/klibc/klcc-cross_1.5.20.bb with 96% similarity]
recipes/klibc/klibc-1.5.21/arm-signal-cleanup.patch [moved from recipes/klibc/klibc-1.5.20/arm-signal-cleanup.patch with 100% similarity]
recipes/klibc/klibc-1.5.21/dash_readopt.patch [moved from recipes/klibc/klibc-1.5.20/dash_readopt.patch with 100% similarity]
recipes/klibc/klibc-1.5.21/fstype-sane-vfat-and-jffs2-for-1.5.patch [moved from recipes/klibc/klibc-1.5.20/fstype-sane-vfat-and-jffs2-for-1.5.patch with 100% similarity]
recipes/klibc/klibc-1.5.21/getrusage.patch [moved from recipes/klibc/klibc-1.5.20/getrusage.patch with 100% similarity]
recipes/klibc/klibc-1.5.21/isystem.patch [moved from recipes/klibc/klibc-1.5.20/isystem.patch with 100% similarity]
recipes/klibc/klibc-1.5.21/klcc_prefix.patch [moved from recipes/klibc/klibc-1.5.20/klcc_prefix.patch with 100% similarity]
recipes/klibc/klibc-1.5.21/klibc-config-eabi.patch [moved from recipes/klibc/klibc-1.5.20/klibc-config-eabi.patch with 100% similarity]
recipes/klibc/klibc-1.5.21/klibc_kexecsyscall.patch [moved from recipes/klibc/klibc-1.5.20/klibc_kexecsyscall.patch with 100% similarity]
recipes/klibc/klibc-1.5.21/mntproc-definitions.patch [moved from recipes/klibc/klibc-1.5.20/mntproc-definitions.patch with 100% similarity]
recipes/klibc/klibc-1.5.21/modprobe.patch [moved from recipes/klibc/klibc-1.5.20/modprobe.patch with 100% similarity]
recipes/klibc/klibc-1.5.21/socket.h.patch [moved from recipes/klibc/klibc-1.5.20/socket.h.patch with 100% similarity]
recipes/klibc/klibc-1.5.21/staging.patch [moved from recipes/klibc/klibc-1.5.20/staging.patch with 100% similarity]
recipes/klibc/klibc-1.5.21/use-env-for-perl.patch [moved from recipes/klibc/klibc-1.5.20/use-env-for-perl.patch with 100% similarity]
recipes/klibc/klibc-1.5.21/wc.patch [moved from recipes/klibc/klibc-1.5.20/wc.patch with 100% similarity]
recipes/klibc/klibc-checksums_1.5.20.inc [deleted file]
recipes/klibc/klibc-checksums_1.5.21.inc [new file with mode: 0644]
recipes/klibc/klibc-static-utils_1.5.21.bb [moved from recipes/klibc/klibc-static-utils_1.5.20.bb with 100% similarity]
recipes/klibc/klibc.inc
recipes/klibc/klibc_1.5.21.bb [moved from recipes/klibc/klibc_1.5.20.bb with 95% similarity]

similarity index 96%
rename from recipes/klibc/klcc-cross_1.5.20.bb
rename to recipes/klibc/klcc-cross_1.5.21.bb
index 7ec8f30..cecee24 100644 (file)
@@ -1,4 +1,4 @@
-PR = "${INC_PR}.2"
+PR = "${INC_PR}.0"
 
 require klibc.inc
 require klibc-checksums_${PV}.inc
diff --git a/recipes/klibc/klibc-checksums_1.5.20.inc b/recipes/klibc/klibc-checksums_1.5.20.inc
deleted file mode 100644 (file)
index 7a53098..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-SRC_URI[md5sum] = "a4e6fa37373b784250a080350afa874d"
-SRC_URI[sha256sum] = "f55c4c12902116f29f70a68e8e1b6da7337c11b21adc6b5a197364146c1bc81c"
diff --git a/recipes/klibc/klibc-checksums_1.5.21.inc b/recipes/klibc/klibc-checksums_1.5.21.inc
new file mode 100644 (file)
index 0000000..6b25702
--- /dev/null
@@ -0,0 +1,2 @@
+SRC_URI[md5sum] = "c232f3fd4e733f4d6ff8909fd54b9970"
+SRC_URI[sha256sum] = "d1de0d4a6a4a337624d19587713d253ce4636dd5492d23bad75f89e4b679e202"
index c5299b5..c6fcaa4 100644 (file)
@@ -6,7 +6,7 @@ minimal entaglement, and portability, not speed."
 LICENSE = "BSD-ADV"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
-INC_PR = "r4"
+INC_PR = "r0"
 
 KLIBC_ARCH = '${TARGET_ARCH}'
 KLIBC_ARCH_armeb = 'arm'
similarity index 95%
rename from recipes/klibc/klibc_1.5.20.bb
rename to recipes/klibc/klibc_1.5.21.bb
index adbe8c0..52fc1fb 100644 (file)
@@ -3,6 +3,12 @@ PR = "${INC_PR}.0"
 export INST=${D}
 
 do_install() {
+
+# klcc for target host needs to be fixed
+# removed also from FILES_${PN}-dev
+
+        rm klcc/klcc
+
         oe_runmake install
         install -d ${D}${base_bindir}
         install -m 755 usr/dash/sh.${KLIBC_UTILS_VARIANT} ${D}${base_bindir}/sh
@@ -18,7 +24,7 @@ FILES_${PN} = "${base_libdir}/klibc-*.so"
 FILES_${PN}-dev = "${base_libdir}/klibc.so \
                    ${base_libdir}/klibc/lib/* \
                    ${base_libdir}/klibc/include/* \
-                   ${base_bindir}/klcc \
+#                   ${base_bindir}/klcc \
                   "
 
 # Yes we want exactly the klibc that was compiled with the utils