Empty PACKAGES in patcher-native, since it doesn't inherit native.
authorChris Larson <clarson@kergoth.com>
Sat, 22 May 2004 01:07:11 +0000 (01:07 +0000)
committerChris Larson <clarson@kergoth.com>
Sat, 22 May 2004 01:07:11 +0000 (01:07 +0000)
BKrev: 40aea7bfpgY4mhdcAVy5llpgq1ER3Q

patcher/patcher-native_20040521.oe

index e69de29..7b96328 100644 (file)
@@ -0,0 +1,15 @@
+DESCRIPTION = "Patcher is a perl script for managing patches."
+LICENSE = "Perl"
+DEPENDS = ""
+SECTION = "base"
+PRIORITY = "optional"
+MAINTAINER = "Holger Schurig <hs4233@mail.mn-solutions.de>"
+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}/
+}