diff options
author | Matthias Hentges <oe@hentges.net> | 2004-09-29 15:10:37 +0000 |
---|---|---|
committer | Matthias Hentges <oe@hentges.net> | 2004-09-29 15:10:37 +0000 |
commit | 6a4043e6d36d241ada95003c9014264a4c998c00 (patch) | |
tree | 91313cceeaee632a39afac542121c444e93d9129 /patcher | |
parent | 2559b746a63dac206bf8ea670e8acecd8a46e806 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into mhcln01.hentges.local:/home/mhentges/OpenEmbedded/packages
2004/09/29 16:41:23+02:00 mn-logistik.de!schurig
fix some INHERIT += "oelint" warnings
BKrev: 415ad06dOGp0_TI_vyRVCWHZOjrasg
Diffstat (limited to 'patcher')
-rw-r--r-- | patcher/patcher_20040913.oe | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/patcher/patcher_20040913.oe b/patcher/patcher_20040913.oe index e69de29bb2..95ab5f0d16 100644 --- a/patcher/patcher_20040913.oe +++ b/patcher/patcher_20040913.oe @@ -0,0 +1,18 @@ +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 " |