From: Chris Larson Date: Sat, 22 May 2004 01:07:11 +0000 (+0000) Subject: Empty PACKAGES in patcher-native, since it doesn't inherit native. X-Git-Tag: Release-2010-05/1~19054 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f526084554727292332eaf8a9057f0111859e5db;p=openembedded.git Empty PACKAGES in patcher-native, since it doesn't inherit native. BKrev: 40aea7bfpgY4mhdcAVy5llpgq1ER3Q --- diff --git a/patcher/patcher-native_20040521.oe b/patcher/patcher-native_20040521.oe index e69de29bb2..7b96328569 100644 --- a/patcher/patcher-native_20040521.oe +++ b/patcher/patcher-native_20040521.oe @@ -0,0 +1,15 @@ +DESCRIPTION = "Patcher is a perl script for managing patches." +LICENSE = "Perl" +DEPENDS = "" +SECTION = "base" +PRIORITY = "optional" +MAINTAINER = "Holger Schurig " +INHIBIT_DEFAULT_DEPS = "1" +PACKAGES = "" + +SRC_URI = "http://www.holgerschurig.de/files/linux/patcher-20040521.tar.bz2" +S="${WORKDIR}/patcher" + +do_stage() { + install -m 0755 patcher ${STAGING_BINDIR}/ +}