aboutsummaryrefslogtreecommitdiffstats
path: root/kbdd/kbdd_20040904.oe
diff options
context:
space:
mode:
Diffstat (limited to 'kbdd/kbdd_20040904.oe')
-rw-r--r--kbdd/kbdd_20040904.oe15
1 files changed, 0 insertions, 15 deletions
diff --git a/kbdd/kbdd_20040904.oe b/kbdd/kbdd_20040904.oe
deleted file mode 100644
index 97bd89e797..0000000000
--- a/kbdd/kbdd_20040904.oe
+++ /dev/null
@@ -1,15 +0,0 @@
-SECTION = "unknown"
-SRC_URI = "${HANDHELDS_CVS};module=apps/kbdd;date=${PV}"
-
-S = "${WORKDIR}/kbdd"
-
-do_compile() {
- oe_runmake
-}
-
-do_install() {
- install -d ${D}/${bindir}
- install -d ${D}/${docdir}/kbdd/
- install -m 0755 kbdd ${D}/${bindir}/
- install -m 0644 README ${D}/${docdir}/kbdd/
-}