From: Simon Busch Date: Fri, 28 Jan 2011 22:43:05 +0000 (+0100) Subject: palmpre machine: split MACHINE_EXTRA_DEPENDS into lines X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8861b47824e29cf944a29d26d1726761409ed89c;p=openembedded.git palmpre machine: split MACHINE_EXTRA_DEPENDS into lines Signed-off-by: Simon Busch --- diff --git a/conf/machine/include/palmpre.inc b/conf/machine/include/palmpre.inc index 1fe6c43a8e..8f0e980b74 100644 --- a/conf/machine/include/palmpre.inc +++ b/conf/machine/include/palmpre.inc @@ -31,6 +31,12 @@ PREFERRED_VERSION_u-boot = "git" XLOAD_MACHINE = "omap3530beagle_config" MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa phone bluetooth touchscreen keyboard wifi" -MACHINE_EXTRA_RDEPENDS = "tsmd read-tokens tellbootie lvm2 palmpre-audio-scripts" +MACHINE_EXTRA_RDEPENDS = " \ + tsmd \ + read-tokens \ + tellbootie \ + lvm2 \ + palmpre-audio-scripts \ +" PREFERRED_PROVIDER_udev-compat = "udev-compat141"