aboutsummaryrefslogtreecommitdiffstats
path: root/patcher/patcher-native_20040913.oe
diff options
context:
space:
mode:
Diffstat (limited to 'patcher/patcher-native_20040913.oe')
-rw-r--r--patcher/patcher-native_20040913.oe17
1 files changed, 0 insertions, 17 deletions
diff --git a/patcher/patcher-native_20040913.oe b/patcher/patcher-native_20040913.oe
deleted file mode 100644
index 9a02898848..0000000000
--- a/patcher/patcher-native_20040913.oe
+++ /dev/null
@@ -1,17 +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"
-PACKAGES = ""
-PR = "r1"
-
-SRC_URI = "http://www.holgerschurig.de/files/linux/patcher-${PV}.tar.bz2"
-S = "${WORKDIR}/patcher"
-
-do_stage() {
- install -m 0755 patcher.py ${STAGING_BINDIR}/patcher
-}