aboutsummaryrefslogtreecommitdiffstats
path: root/encdec-updater/encdec-updater.oe
diff options
context:
space:
mode:
Diffstat (limited to 'encdec-updater/encdec-updater.oe')
-rw-r--r--encdec-updater/encdec-updater.oe14
1 files changed, 0 insertions, 14 deletions
diff --git a/encdec-updater/encdec-updater.oe b/encdec-updater/encdec-updater.oe
deleted file mode 100644
index 249d0cb3b0..0000000000
--- a/encdec-updater/encdec-updater.oe
+++ /dev/null
@@ -1,14 +0,0 @@
-SECTION = "console/utils"
-LICENSE = "GPL"
-DESCRIPTION = "A tool to encode and decode the Sharp Zaurus updater.sh skript"
-
-SRC_URI = "file://encdec-updater.c"
-
-do_compile() {
- ${CC} -o encdec-updater ${WORKDIR}/encdec-updater.c
-}
-
-do_install() {
- install -d ${D}/${bindir}
- install -m 0755 encdec-updater ${D}/${bindir}/
-}