From 7f82c8290f95d5773eed5923fc79926e28ddc996 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Thu, 12 Apr 2007 23:55:23 +0000 Subject: [PATCH] * changed qemu to just build the kernel module in native stages git-svn-id: svn://svn.opensde.net/opensde/package/trunk@20654 10447126-35f2-4685-b0cf-6dd780d3921f --- emulators/qemu/pkg_linux26_post.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emulators/qemu/pkg_linux26_post.conf b/emulators/qemu/pkg_linux26_post.conf index ed9491356..30758a0c2 100644 --- a/emulators/qemu/pkg_linux26_post.conf +++ b/emulators/qemu/pkg_linux26_post.conf @@ -13,6 +13,6 @@ # GNU General Public License can be found in the file COPYING. # --- SDE-COPYRIGHT-NOTE-END --- -if [[ $arch = x86* ]]; then +if atstage native && [[ $arch = x86* ]]; then var_insert lx_3rd_party_modules " " "qemu" fi