From: Tim 'timtim' Ellis Date: Thu, 22 Jan 2009 21:18:28 +0000 (+0000) Subject: lsppc: Add avr-evtd to machine rdepends, u-boot-utils to rrecommends X-Git-Tag: Release-2010-05/1~4158 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e820bce5731bc319fa1aa4f74d47f57eefd2ff4;p=openembedded.git lsppc: Add avr-evtd to machine rdepends, u-boot-utils to rrecommends --- diff --git a/conf/machine/include/lsppc.inc b/conf/machine/include/lsppc.inc index 1c8f1f1667..807c292605 100644 --- a/conf/machine/include/lsppc.inc +++ b/conf/machine/include/lsppc.inc @@ -6,7 +6,8 @@ TARGET_ARCH = "powerpc" PACKAGE_EXTRA_ARCHS = "ppc ppc603e" MACHINE_FEATURES = "kernel26 usbhost ext2" -MACHINE_EXTRA_RDEPENDS = "kernel-devicetree" +MACHINE_EXTRA_RDEPENDS = "kernel-devicetree avr-evtd" +MACHINE_EXTRA_RRECOMMENDS = "u-boot-utils" USE_DEVFS = "0"