diff options
author | Richard Purdie <richard@openedhand.com> | 2008-01-30 13:39:07 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-01-30 13:39:07 +0000 |
commit | 7b8c36626b4ba18a355df6689ae25a594f3fb77f (patch) | |
tree | 8d3fdb65f1177ac692891985e7815465d57b3f65 /meta | |
parent | 1ad9a0a56be2930fc591cebc3dfcfd7d9f4768a1 (diff) | |
download | poky-7b8c36626b4ba18a355df6689ae25a594f3fb77f.tar.gz |
poky.conf: Simpify POKY_EXTRA_RDEPENDS for qemu
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3623 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/distro/poky.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index 28eb3077b0..6e5563dda9 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf | |||
@@ -248,8 +248,8 @@ ENABLE_BINARY_LOCALE_GENERATION ?= "1" | |||
248 | DISTRO_FEATURES = "alsa bluetooth ext2 irda pcmcia usbgadget usbhost wifi" | 248 | DISTRO_FEATURES = "alsa bluetooth ext2 irda pcmcia usbgadget usbhost wifi" |
249 | 249 | ||
250 | POKY_EXTRA_RDEPENDS = "" | 250 | POKY_EXTRA_RDEPENDS = "" |
251 | POKY_EXTRA_RDEPENDS_qemuarm = "qemu-config rsync" | 251 | POKY_EXTRA_RDEPENDS_qemuarm = "qemu-config" |
252 | POKY_EXTRA_RDEPENDS_qemux86 = "qemu-config rsync" | 252 | POKY_EXTRA_RDEPENDS_qemux86 = "qemu-config" |
253 | 253 | ||
254 | DISTRO_EXTRA_RDEPENDS += "${POKY_EXTRA_RDEPENDS}" | 254 | DISTRO_EXTRA_RDEPENDS += "${POKY_EXTRA_RDEPENDS}" |
255 | 255 | ||