klibc: bump to 1.5.20
authorAndrea Adami <andrea.adami@gmail.com>
Sun, 12 Sep 2010 23:08:27 +0000 (01:08 +0200)
committerAndrea Adami <andrea.adami@gmail.com>
Sun, 12 Sep 2010 23:11:45 +0000 (01:11 +0200)
* still some doubt about klcc-cross packaging, triggering
* NOTE: the following files were installed but not shipped in any package:
* staging-klcc-cross seems sane, though.

18 files changed:
recipes/klibc/klcc-cross_1.5.20.bb [moved from recipes/klibc/klcc-cross_1.5.19.bb with 72% similarity]
recipes/klibc/klibc-1.5.20/arm-signal-cleanup.patch [moved from recipes/klibc/klibc-1.5.19/arm-signal-cleanup.patch with 100% similarity]
recipes/klibc/klibc-1.5.20/dash_readopt.patch [moved from recipes/klibc/klibc-1.5.19/dash_readopt.patch with 100% similarity]
recipes/klibc/klibc-1.5.20/fstype-sane-vfat-and-jffs2-for-1.5.patch [moved from recipes/klibc/klibc-1.5.19/fstype-sane-vfat-and-jffs2-for-1.5.patch with 100% similarity]
recipes/klibc/klibc-1.5.20/getrusage.patch [moved from recipes/klibc/klibc-1.5.19/getrusage.patch with 100% similarity]
recipes/klibc/klibc-1.5.20/isystem.patch [moved from recipes/klibc/klibc-1.5.19/isystem.patch with 100% similarity]
recipes/klibc/klibc-1.5.20/klcc_prefix.patch [moved from recipes/klibc/klibc-1.5.19/klcc_prefix.patch with 100% similarity]
recipes/klibc/klibc-1.5.20/klibc-config-eabi.patch [moved from recipes/klibc/klibc-1.5.19/klibc-config-eabi.patch with 100% similarity]
recipes/klibc/klibc-1.5.20/klibc_kexecsyscall.patch [moved from recipes/klibc/klibc-1.5.19/klibc_kexecsyscall.patch with 100% similarity]
recipes/klibc/klibc-1.5.20/mntproc-definitions.patch [moved from recipes/klibc/klibc-1.5.19/mntproc-definitions.patch with 100% similarity]
recipes/klibc/klibc-1.5.20/modprobe.patch [moved from recipes/klibc/klibc-1.5.19/modprobe.patch with 100% similarity]
recipes/klibc/klibc-1.5.20/socket.h.patch [moved from recipes/klibc/klibc-1.5.19/socket.h.patch with 100% similarity]
recipes/klibc/klibc-1.5.20/staging.patch [moved from recipes/klibc/klibc-1.5.19/staging.patch with 100% similarity]
recipes/klibc/klibc-1.5.20/wc.patch [moved from recipes/klibc/klibc-1.5.19/wc.patch with 100% similarity]
recipes/klibc/klibc-checksums_1.5.20.inc [new file with mode: 0644]
recipes/klibc/klibc-static-utils_1.5.20.bb [moved from recipes/klibc/klibc-static-utils_1.5.19.bb with 66% similarity]
recipes/klibc/klibc.inc
recipes/klibc/klibc_1.5.20.bb [moved from recipes/klibc/klibc_1.5.19.bb with 85% similarity]

similarity index 72%
rename from recipes/klibc/klcc-cross_1.5.19.bb
rename to recipes/klibc/klcc-cross_1.5.20.bb
index c4069dd..2eeacec 100644 (file)
@@ -1,6 +1,7 @@
 PR = "${INC_PR}.0"
 
 require klibc.inc
+require klibc-checksums_${PV}.inc
 DEPENDS = "klibc"
 
 FILESPATHPKG =. "klibc-${PV}:"
@@ -16,6 +17,3 @@ do_install() {
 
 PACKAGES = "${PN}"
 FILES_${PN} = "${D}${TOOLCHAIN_PATH}/bin/${TARGET_PREFIX}klcc"
-
-SRC_URI[md5sum] = "1b713fe65c345e687666b9f94b12f0a0"
-SRC_URI[sha256sum] = "de0fa51d47b7363e064a3e6f26dabcb458d371a14e78e6407d49bb3386a24a97"
diff --git a/recipes/klibc/klibc-checksums_1.5.20.inc b/recipes/klibc/klibc-checksums_1.5.20.inc
new file mode 100644 (file)
index 0000000..7a53098
--- /dev/null
@@ -0,0 +1,2 @@
+SRC_URI[md5sum] = "a4e6fa37373b784250a080350afa874d"
+SRC_URI[sha256sum] = "f55c4c12902116f29f70a68e8e1b6da7337c11b21adc6b5a197364146c1bc81c"
similarity index 66%
rename from recipes/klibc/klibc-static-utils_1.5.19.bb
rename to recipes/klibc/klibc-static-utils_1.5.20.bb
index 3813840..681d6f0 100644 (file)
@@ -1,4 +1,4 @@
-PR = "${INC_PR}.1"
+PR = "${INC_PR}.0"
 
 FILESPATHPKG =. "klibc-${PV}:"
 
@@ -14,9 +14,6 @@ PACKAGES = ""
 KLIBC_UTILS_VARIANT = "static"
 KLIBC_UTILS_PKGNAME = "klibc-static-utils"
 
-#######################
 require klibc-utils.inc
 require klibc.inc
-
-SRC_URI[md5sum] = "1b713fe65c345e687666b9f94b12f0a0"
-SRC_URI[sha256sum] = "de0fa51d47b7363e064a3e6f26dabcb458d371a14e78e6407d49bb3386a24a97"
+require klibc-checksums_${PV}.inc
index 5c70695..6fcfc0e 100644 (file)
@@ -6,7 +6,7 @@ minimal entaglement, and portability, not speed."
 LICENSE = "BSD-ADV"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
-INC_PR = "r2"
+INC_PR = "r0"
 
 KLIBC_ARCH = '${TARGET_ARCH}'
 KLIBC_ARCH_armeb = 'arm'
similarity index 85%
rename from recipes/klibc/klibc_1.5.19.bb
rename to recipes/klibc/klibc_1.5.20.bb
index 66b8768..cad9746 100644 (file)
@@ -1,5 +1,6 @@
 PR = "${INC_PR}.0"
 
+
 export INST=${D}
 
 do_install() {
@@ -13,10 +14,19 @@ do_install() {
         (cd  ${D}${base_libdir}; ln -s klibc-*.so klibc.so)
 }
 
-PACKAGES = "${PN} ${PN}-dev "
-FILES_${PN} = "${base_libdir}/klibc-*.so"
-FILES_${PN}-dev = "${base_libdir}/klibc.so"
+# ${PN}-dev was introduced to fix
+# ERROR: QA Issue with klibc: non -dev package contains symlink .so: klibc
+# '<path>/klibc/lib/klibc.so'
 
+PACKAGES = "${PN}-dev ${PN}"
+FILES_${PN}-dev = "${base_libdir}/klibc.so"
+FILES_${PN} = "${base_libdir}/klibc-*.so \
+               ${base_libdir}/klibc.so \
+               ${base_libdir}/klibc/lib/* \
+               ${base_libdir}/klibc/include/* \
+# FIXME: packaging klcc makes klcc-cross ipk empty
+               ${base_bindir}/klcc \
+               "
 # Yes we want exactly the klibc that was compiled with the utils
 RDEPENDS_${KLIBC_UTILS_PKGNAME}-sh = "${PN} (=${PV}-${PR})"
 RDEPENDS_${KLIBC_UTILS_PKGNAME}-kinit = "${PN} (=${PV}-${PR})"
@@ -55,9 +65,6 @@ RDEPENDS_${KLIBC_UTILS_PKGNAME}-umount = "${PN} (=${PV}-${PR})"
 RDEPENDS_${KLIBC_UTILS_PKGNAME}-uname = "${PN} (=${PV}-${PR})"
 RDEPENDS_${KLIBC_UTILS_PKGNAME}-wc = "${PN} (=${PV}-${PR})"
 
-#######################
 require klibc-utils.inc
 require klibc.inc
-
-SRC_URI[md5sum] = "1b713fe65c345e687666b9f94b12f0a0"
-SRC_URI[sha256sum] = "de0fa51d47b7363e064a3e6f26dabcb458d371a14e78e6407d49bb3386a24a97"
+require klibc-checksums_${PV}.inc