aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/zaurus-utils/nandlogical_1.1.0.bb
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2017-05-12 15:00:07 +0200
committerAndrea Adami <andrea.adami@gmail.com>2017-05-14 01:33:03 +0200
commit0b93006e8054469440b75ed85c9aad50a9eb339a (patch)
tree443ef96decca6ca758b4d54b5a8b180942ba4e75 /recipes-bsp/zaurus-utils/nandlogical_1.1.0.bb
parent5814dd72efc98808b506b462c1f476003071ec10 (diff)
downloadmeta-handheld-0b93006e8054469440b75ed85c9aad50a9eb339a.tar.gz
nandlogical: add PV related to source version 1.1.0
remove PR Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Diffstat (limited to 'recipes-bsp/zaurus-utils/nandlogical_1.1.0.bb')
-rw-r--r--recipes-bsp/zaurus-utils/nandlogical_1.1.0.bb25
1 files changed, 0 insertions, 25 deletions
diff --git a/recipes-bsp/zaurus-utils/nandlogical_1.1.0.bb b/recipes-bsp/zaurus-utils/nandlogical_1.1.0.bb
deleted file mode 100644
index 6ef4193..0000000
--- a/recipes-bsp/zaurus-utils/nandlogical_1.1.0.bb
+++ /dev/null
@@ -1,25 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:${THISDIR}/files:"
-
-DESCRIPTION = "Nandlogical for Sharp mtd1"
-LICENSE = "GPLv2+"
-LIC_FILES_CHKSUM = "file://nandlogical.c;endline=15;md5=77804e7fdf625e56869f32d9aec762a2"
-
-SRC_URI = "http://distro.ibiblio.org/pub/linux/distributions/pdaxrom/download/1.1.0beta4/src/survive-1.1.0.tar.bz2 \
- file://oobblock-to-writesize.patch"
-
-SRC_URI[md5sum] = "b6cb17168a424a5d757309dce4a81841"
-SRC_URI[sha256sum] = "0d02edc12509f6dc98cded37c68238f939c522cbd398fd527785a1e7e3bcfcea"
-
-S = "${WORKDIR}/survive-1.1.0"
-
-do_compile () {
- ${CC} ${CFLAGS} ${LDFLAGS} nandlogical.c -o nandlogical
-}
-
-do_install () {
- install -d ${D}${bindir}/
- install -m 0755 nandlogical ${D}${bindir}/
-}
-
-COMPATIBLE_MACHINE = "(poodle|c7x0|akita|spitz|tosa)"
-BBCLASSEXTEND = "klibc"