aboutsummaryrefslogtreecommitdiffstats
path: root/patcher
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-05-22 01:07:11 +0000
committerChris Larson <clarson@kergoth.com>2004-05-22 01:07:11 +0000
commitf526084554727292332eaf8a9057f0111859e5db (patch)
treee0127afc88c8378a3c7b8c1dfd4682a957987e17 /patcher
parentb641d8c2fb0555ddfcf7a94b3ef04b0cc97ce5cc (diff)
downloadopenembedded-f526084554727292332eaf8a9057f0111859e5db.tar.gz
Empty PACKAGES in patcher-native, since it doesn't inherit native.
BKrev: 40aea7bfpgY4mhdcAVy5llpgq1ER3Q
Diffstat (limited to 'patcher')
-rw-r--r--patcher/patcher-native_20040521.oe15
1 files changed, 15 insertions, 0 deletions
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 <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}/
+}