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:
0619429
)
fix toolchain-external do_install()
author
Michael Lauer
<mickey@vanille-media.de>
Wed, 28 Apr 2004 17:31:22 +0000
(17:31 +0000)
committer
Michael Lauer
<mickey@vanille-media.de>
Wed, 28 Apr 2004 17:31:22 +0000
(17:31 +0000)
BKrev: 408fea6aXv7ZQO8j41IHuMKlgMOBRQ
meta/toolchain-external.oe
patch
|
blob
|
history
diff --git
a/meta/toolchain-external.oe
b/meta/toolchain-external.oe
index
e69de29
..
eb69461
100644
(file)
--- a/
meta/toolchain-external.oe
+++ b/
meta/toolchain-external.oe
@@
-0,0
+1,14
@@
+DESCRIPTION = "The GNU cc and gcc C compilers."
+LICENSE = "GPL"
+MAINTAINER = "Greg Gilbert <greg@treke.net>"
+
+PROVIDES = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}gcc-initial"
+
+inherit native
+
+do_stage() {
+}
+
+do_install() {
+}
+