diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-12-11 13:45:01 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-12-11 13:45:01 +0000 |
commit | 251e9cf66ca963d262a9676d1b35f831661a1413 (patch) | |
tree | 8b3cd3db0321a2db2e8abe04b1cc234ecdd09679 /meta/conf/distro | |
parent | 4e9ca346a3adf35a2914b46d8ba24c3afaf11cf0 (diff) | |
download | poky-251e9cf66ca963d262a9676d1b35f831661a1413.tar.gz |
poky: install rsync in qemu images (requested by Rob)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3329 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/distro')
-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 27ad2dcbdf..6d0fbf2503 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf | |||
@@ -249,8 +249,8 @@ DISTRO_FEATURES = "alsa bluetooth ext2 irda pcmcia usbgadget usbhost wifi" | |||
249 | DISTRO_FEATURES_cmx270 = "alsa bluetooth ext2 irda pcmcia usbgadget usbhost" | 249 | DISTRO_FEATURES_cmx270 = "alsa bluetooth ext2 irda pcmcia usbgadget usbhost" |
250 | 250 | ||
251 | POKY_EXTRA_RDEPENDS = "" | 251 | POKY_EXTRA_RDEPENDS = "" |
252 | POKY_EXTRA_RDEPENDS_qemuarm = "qemu-config" | 252 | POKY_EXTRA_RDEPENDS_qemuarm = "qemu-config rsync" |
253 | POKY_EXTRA_RDEPENDS_qemux86 = "qemu-config" | 253 | POKY_EXTRA_RDEPENDS_qemux86 = "qemu-config rsync" |
254 | 254 | ||
255 | DISTRO_EXTRA_RDEPENDS += "${POKY_EXTRA_RDEPENDS}" | 255 | DISTRO_EXTRA_RDEPENDS += "${POKY_EXTRA_RDEPENDS}" |
256 | 256 | ||