diff options
Diffstat (limited to 'patcher/patcher.oe')
-rw-r--r-- | patcher/patcher.oe | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/patcher/patcher.oe b/patcher/patcher.oe index 7bd88be3ac..e17647b1aa 100644 --- a/patcher/patcher.oe +++ b/patcher/patcher.oe @@ -1,15 +1,15 @@ -DESCRIPTION = "Patcher is a perl script which I use for managing patches. It's powerful, easy to use, and fast." -LICENSE = "Unknown" +DESCRIPTION = "Patcher is a perl script for managing patches." +LICENSE = "Perl" DEPENDS = "" SECTION = "base" PRIORITY = "optional" -MAINTAINER = "Chris Larson <kergoth@handhelds.org>" +MAINTAINER = "Holger Schurig <hs4233@mn-solutions.de>" INHIBIT_DEFAULT_DEPS = "1" -SRC_URI = "http://www.holgerschurig.de/files/linux/patcher" +SRC_URI = "http://www.mn-logistik.de/unsupported/pxa250/patcher" do_unpack() { - : + true } do_install() { |