diff options
-rw-r--r-- | meta/conf/distro/poky.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index 99d20287bb..9db4d12821 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf | |||
@@ -95,6 +95,8 @@ DISTRO_FEATURES = "alsa bluetooth ext2 irda pcmcia usbgadget usbhost wifi nfs ze | |||
95 | 95 | ||
96 | POKY_EXTRA_RDEPENDS = "" | 96 | POKY_EXTRA_RDEPENDS = "" |
97 | POKY_EXTRA_RDEPENDS_qemuarm = "qemu-config" | 97 | POKY_EXTRA_RDEPENDS_qemuarm = "qemu-config" |
98 | POKY_EXTRA_RDEPENDS_qemuarmv6 = "qemu-config" | ||
99 | POKY_EXTRA_RDEPENDS_qemuarmv7 = "qemu-config" | ||
98 | POKY_EXTRA_RDEPENDS_qemux86 = "qemu-config" | 100 | POKY_EXTRA_RDEPENDS_qemux86 = "qemu-config" |
99 | 101 | ||
100 | DISTRO_EXTRA_RDEPENDS += "${POKY_EXTRA_RDEPENDS}" | 102 | DISTRO_EXTRA_RDEPENDS += "${POKY_EXTRA_RDEPENDS}" |