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:
c65af0e
)
BUGFIX: patcher.oeclass calls 'patcher', but the new patcher-native build installs...
author
Chris Larson
<clarson@kergoth.com>
Mon, 13 Sep 2004 23:45:24 +0000
(23:45 +0000)
committer
Chris Larson
<clarson@kergoth.com>
Mon, 13 Sep 2004 23:45:24 +0000
(23:45 +0000)
BKrev: 41463114f3Jzhy_l40b6LBg2SCNJaA
patcher/patcher-native_20040913.oe
patch
|
blob
|
history
diff --git
a/patcher/patcher-native_20040913.oe
b/patcher/patcher-native_20040913.oe
index
e69de29
..
2fb2387
100644
(file)
--- 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 <hs4233@mail.mn-solutions.de>"
+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
+}