diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-25 17:58:19 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-25 22:43:33 +0000 |
commit | e26e8ea364fdceb7a5829ea91bde782ba4626023 (patch) | |
tree | 13e955d69d1ea3b4bbbbb49f1b76c69395d020e9 /meta/conf/machine/include/qemu.inc | |
parent | 6ec769fd308b14196310c2305c69debe5215cd9c (diff) | |
download | poky-e26e8ea364fdceb7a5829ea91bde782ba4626023.tar.gz |
conf/machine: Use linux-libc-headers instead of linux-libc-headers-yocto
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/machine/include/qemu.inc')
-rw-r--r-- | meta/conf/machine/include/qemu.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc index 225906b471..61281bf516 100644 --- a/meta/conf/machine/include/qemu.inc +++ b/meta/conf/machine/include/qemu.inc | |||
@@ -16,6 +16,6 @@ RDEPENDS_kernel-base = "" | |||
16 | 16 | ||
17 | # Use a common kernel recipe for all QEMU machines | 17 | # Use a common kernel recipe for all QEMU machines |
18 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" | 18 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" |
19 | PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" | 19 | #PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" |
20 | 20 | ||
21 | EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native" | 21 | EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native" |