summaryrefslogtreecommitdiff
path: root/patcher/patcher.oe
blob: e17647b1aa315a01def3fe422b498313af4fb3e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
DESCRIPTION = "Patcher is a perl script for managing patches."
LICENSE = "Perl"
DEPENDS = ""
SECTION = "base"
PRIORITY = "optional"
MAINTAINER = "Holger Schurig <hs4233@mn-solutions.de>"
INHIBIT_DEFAULT_DEPS = "1"

SRC_URI = "http://www.mn-logistik.de/unsupported/pxa250/patcher"

do_unpack() {
	true
}

do_install() {
	install -d ${D}${bindir}
	install -m 0755 ${DL_DIR}/patcher ${D}/${bindir}
}

DEPENDS_prepend_delete = "patcher "