aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2016-04-27 22:14:20 +0200
committerAndrea Adami <andrea.adami@gmail.com>2016-05-06 15:05:49 +0200
commit18976f14ccaf4ebfe9ce01b2a41ae3c85f4ef8b7 (patch)
tree37e5433c23637efcbbce68d2bd58bad599748819 /recipes-bsp
parent796a12685dc6a32f6ccc1cb048291f8143d4c9fe (diff)
downloadmeta-handheld-18976f14ccaf4ebfe9ce01b2a41ae3c85f4ef8b7.tar.gz
zaurus-legacy-tar: update SRC_URI
pocketworkstation.org mirror is dead, point to sources.openembedded.org. Note: checksum of the .gz changed but the file inside has the same one. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/zaurus-utils/zaurus-legacy-tar.bb18
1 files changed, 8 insertions, 10 deletions
diff --git a/recipes-bsp/zaurus-utils/zaurus-legacy-tar.bb b/recipes-bsp/zaurus-utils/zaurus-legacy-tar.bb
index 66a48ef..a145f8f 100644
--- a/recipes-bsp/zaurus-utils/zaurus-legacy-tar.bb
+++ b/recipes-bsp/zaurus-utils/zaurus-legacy-tar.bb
@@ -1,17 +1,12 @@
DESCRIPTION = "Legacy GNU-tar to unpack hd images on install for Zaurus spitz"
LICENSE = "GPLv2+"
-LIC_FILES_CHKSUM = "file://${WORKDIR}/gnu-tar;md5=34b647d6444a9a38e269c2793c7d0bf2"
-PR = "r2"
+LIC_FILES_CHKSUM = "file://${WORKDIR}/zaurus-legacy-tar;md5=34b647d6444a9a38e269c2793c7d0bf2"
INHIBIT_DEFAULT_DEPS = "1"
-SRC_URI = "http://pocketworkstation.org/files/gnu-tar.gz"
-SRC_URI[md5sum] = "0c1494335e4f33ac5712d1f72de2eff2"
-SRC_URI[sha256sum] = "68e12755957a27644ced166ef9093a44f81be6e04727f2759beef5968de41f61"
-
-do_compile() {
- :
-}
+SRC_URI = "http://sources.openembedded.org/zaurus-legacy-tar.gz"
+SRC_URI[md5sum] = "68e352a0cab501852c519d2a17331834"
+SRC_URI[sha256sum] = "65a20b0c4d2a6d49653fcfed5ccca894060106b83b3fb88aded5146ac46dad95"
PACKAGE_ARCH = "${MACHINE_ARCH}"
PACKAGES = ""
@@ -22,7 +17,10 @@ inherit deploy
addtask deploy before do_populate_sysroot after do_compile
+do_configure[noexec] = "1"
+do_compile[noexec] = "1"
+
do_deploy() {
install -d ${DEPLOY_DIR_IMAGE}
- install -m 0755 ${WORKDIR}/gnu-tar ${DEPLOY_DIR_IMAGE}/gnu-tar
+ install -m 0755 ${WORKDIR}/zaurus-legacy-tar ${DEPLOY_DIR_IMAGE}/gnu-tar
}