From 44099bcf4d3890beea9fcafa498fbeeea9bad7f7 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Fri, 20 Oct 2006 12:03:24 +0000 Subject: qemu-native: install binaries into staging (again) --- packages/qemu/qemu-native.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'packages/qemu') diff --git a/packages/qemu/qemu-native.inc b/packages/qemu/qemu-native.inc index c6d31df86b..019af52c26 100644 --- 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} \; +} -- cgit 1.2.3-korg