[oe-commits] org.oe.dev qemu-native: install binaries into staging (again)

mickeyl commit openembedded-commits at lists.openembedded.org
Fri Oct 20 12:12:28 UTC 2006


qemu-native: install binaries into staging (again)

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 012a3e436463712be71aa0a19c8a3d4db55151df
ViewMTN: http://monotone.openembedded.org/revision.psp?id=012a3e436463712be71aa0a19c8a3d4db55151df
Files:
1
packages/qemu/qemu-native.inc
Diffs:

#
# mt diff -r0446c7ae7e5af6026bae7ec17f3df96fe0c3d3a7 -r012a3e436463712be71aa0a19c8a3d4db55151df
#
# 
# 
# patch "packages/qemu/qemu-native.inc"
#  from [3301e52a89f94112c6f67ed9249a0f71a3c98608]
#    to [b30718bb9a21018342971a7d2e50ec7cb35fc68f]
# 
============================================================
--- packages/qemu/qemu-native.inc	3301e52a89f94112c6f67ed9249a0f71a3c98608
+++ packages/qemu/qemu-native.inc	b30718bb9a21018342971a7d2e50ec7cb35fc68f
@@ -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} \;
+}






More information about the Openembedded-commits mailing list