From: Chris Larson Date: Mon, 13 Sep 2004 23:45:24 +0000 (+0000) Subject: BUGFIX: patcher.oeclass calls 'patcher', but the new patcher-native build installs... X-Git-Tag: Release-2010-05/1~17195 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bccd726a68b80392fe34592ba96deb3c97d77283;p=openembedded.git BUGFIX: patcher.oeclass calls 'patcher', but the new patcher-native build installs it as 'patcher.py'. BKrev: 41463114f3Jzhy_l40b6LBg2SCNJaA --- diff --git a/patcher/patcher-native_20040913.oe b/patcher/patcher-native_20040913.oe index e69de29bb2..2fb23878f4 100644 --- a/patcher/patcher-native_20040913.oe +++ b/patcher/patcher-native_20040913.oe @@ -0,0 +1,16 @@ +DESCRIPTION = "Patcher is a perl script for managing patches." +LICENSE = "Perl" +DEPENDS = "" +SECTION = "base" +PRIORITY = "optional" +MAINTAINER = "Holger Schurig " +INHIBIT_DEFAULT_DEPS = "1" +PACKAGES = "" +PR = "r1" + +SRC_URI = "http://www.holgerschurig.de/files/linux/patcher-${PV}.tar.bz2" +S = "${WORKDIR}/patcher" + +do_stage() { + install -m 0755 patcher.py ${STAGING_BINDIR}/patcher +}