aboutsummaryrefslogtreecommitdiffstats
path: root/patcher/patcher_20040913.oe
diff options
context:
space:
mode:
Diffstat (limited to 'patcher/patcher_20040913.oe')
-rw-r--r--patcher/patcher_20040913.oe18
1 files changed, 0 insertions, 18 deletions
diff --git a/patcher/patcher_20040913.oe b/patcher/patcher_20040913.oe
deleted file mode 100644
index 95ab5f0d16..0000000000
--- a/patcher/patcher_20040913.oe
+++ /dev/null
@@ -1,18 +0,0 @@
-DESCRIPTION = "Patcher is a perl script for managing patches."
-HOMEPAGE = "http://www.holgerschurig.de/patcher.html"
-LICENSE = "Perl"
-DEPENDS = ""
-SECTION = "base"
-PRIORITY = "optional"
-MAINTAINER = "Holger Schurig <hs4233@mail.mn-solutions.de>"
-INHIBIT_DEFAULT_DEPS = "1"
-
-SRC_URI = "http://www.holgerschurig.de/files/linux/patcher-${PV}.tar.bz2"
-S="${WORKDIR}/patcher"
-
-do_install() {
- install -d ${D}${bindir}
- install -m 0755 patcher.py ${D}/${bindir}/patcher
-}
-
-DEPENDS_prepend_delete = "patcher "