diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
commit | f249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch) | |
tree | 93735f3e25beab7ac8bf066c504df17b244db4eb /patcher | |
parent | 11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff) |
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'patcher')
-rw-r--r-- | patcher/patcher.oe | 8 |
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 " |