lsppc: Add avr-evtd to machine rdepends, u-boot-utils to rrecommends
authorTim 'timtim' Ellis <tim.ellis@foonas.org>
Thu, 22 Jan 2009 21:18:28 +0000 (21:18 +0000)
committerTim 'timtim' Ellis <tim.ellis@foonas.org>
Thu, 22 Jan 2009 21:18:28 +0000 (21:18 +0000)
conf/machine/include/lsppc.inc

index 1c8f1f1..807c292 100644 (file)
@@ -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"