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:
0f03543
)
qemu-native: install binaries into staging (again)
author
Michael Lauer
<mickey@vanille-media.de>
Fri, 20 Oct 2006 12:03:24 +0000
(12:03 +0000)
committer
Michael Lauer
<mickey@vanille-media.de>
Fri, 20 Oct 2006 12:03:24 +0000
(12:03 +0000)
packages/qemu/qemu-native.inc
patch
|
blob
|
history
diff --git
a/packages/qemu/qemu-native.inc
b/packages/qemu/qemu-native.inc
index
c6d31df
..
019af52
100644
(file)
--- a/
packages/qemu/qemu-native.inc
+++ b/
packages/qemu/qemu-native.inc
@@
-15,3
+15,7
@@
python __anonymous() {
elif len(which(path, 'gcc-3.3.6')) != 0:
data.setVar('EXTRA_OECONF', oldOeConf + " --cc=gcc-3.3.6", d)
}
+
+do_stage() {
+ find . -name "qemu-*" -type f -perm 0755 -exec install -m 0755 {} ${STAGING_BINDIR} \;
+}