aboutsummaryrefslogtreecommitdiffstats
path: root/patcher/patcher.oe
diff options
context:
space:
mode:
Diffstat (limited to 'patcher/patcher.oe')
-rw-r--r--patcher/patcher.oe20
1 files changed, 0 insertions, 20 deletions
diff --git a/patcher/patcher.oe b/patcher/patcher.oe
deleted file mode 100644
index e17647b1aa..0000000000
--- a/patcher/patcher.oe
+++ /dev/null
@@ -1,20 +0,0 @@
-DESCRIPTION = "Patcher is a perl script for managing patches."
-LICENSE = "Perl"
-DEPENDS = ""
-SECTION = "base"
-PRIORITY = "optional"
-MAINTAINER = "Holger Schurig <hs4233@mn-solutions.de>"
-INHIBIT_DEFAULT_DEPS = "1"
-
-SRC_URI = "http://www.mn-logistik.de/unsupported/pxa250/patcher"
-
-do_unpack() {
- true
-}
-
-do_install() {
- install -d ${D}${bindir}
- install -m 0755 ${DL_DIR}/patcher ${D}/${bindir}
-}
-
-DEPENDS_prepend_delete = "patcher "