diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-07-22 11:26:47 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-07-22 11:26:47 +0000 |
commit | 1df8293e17979af4397221d82554b39120435536 (patch) | |
tree | 3f74b8d5f8fb45c60afd58654b9b65e61a20bfd4 | |
parent | da820a1a161251c55a7f7d255ba015e8c86c9023 (diff) | |
download | poky-1df8293e17979af4397221d82554b39120435536.tar.gz |
poky: ship qemu-config package for qemuarmv6/7 too
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4930 311d38ba-8fff-0310-9ca6-ca027cbcb966
-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}" |