git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b641d8c
)
Empty PACKAGES in patcher-native, since it doesn't inherit native.
author
Chris Larson
<clarson@kergoth.com>
Sat, 22 May 2004 01:07:11 +0000
(
01:07
+0000)
committer
Chris Larson
<clarson@kergoth.com>
Sat, 22 May 2004 01:07:11 +0000
(
01:07
+0000)
BKrev: 40aea7bfpgY4mhdcAVy5llpgq1ER3Q
patcher/patcher-native_20040521.oe
patch
|
blob
|
history
diff --git
a/patcher/patcher-native_20040521.oe
b/patcher/patcher-native_20040521.oe
index
e69de29
..
7b96328
100644
(file)
--- 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}/
+}