aboutsummaryrefslogtreecommitdiffstats
path: root/patcher
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
committerChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
commitf249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch)
tree93735f3e25beab7ac8bf066c504df17b244db4eb /patcher
parent11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff)
downloadopenembedded-f249735ad71fd5f13bfd295c55e1e0d596a1dbff.tar.gz
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'patcher')
-rw-r--r--patcher/patcher.oe8
1 files changed, 4 insertions, 4 deletions
diff --git a/patcher/patcher.oe b/patcher/patcher.oe
index 5eaf84b0a4..10b394d20e 100644
--- a/patcher/patcher.oe
+++ b/patcher/patcher.oe
@@ -1,14 +1,14 @@
DESCRIPTION = "Patcher is a perl script which I use for managing patches. It's powerful, easy to use, and fast."
LICENSE = "Unknown"
-DEPENDS=
+DEPENDS = ""
SECTION = "base"
PRIORITY = "optional"
MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
-SRC_URI = http://www.holgerschurig.de/files/linux/patcher
+SRC_URI = "http://www.holgerschurig.de/files/linux/patcher"
do_unpack() {
- oenote "Nothing to unpack!"
+ :
}
do_install() {
@@ -16,4 +16,4 @@ do_install() {
install -m 0755 ${DL_DIR}/patcher ${D}/${bindir}
}
-DEPENDS_prepend_delete="patcher "
+DEPENDS_prepend_delete = "patcher "