git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ee0989
)
palmpre machine: split MACHINE_EXTRA_DEPENDS into lines
author
Simon Busch
<morphis@gravedo.de>
Fri, 28 Jan 2011 22:43:05 +0000
(23:43 +0100)
committer
Simon Busch
<morphis@gravedo.de>
Fri, 28 Jan 2011 22:45:35 +0000
(23:45 +0100)
Signed-off-by: Simon Busch <morphis@gravedo.de>
conf/machine/include/palmpre.inc
patch
|
blob
|
history
diff --git
a/conf/machine/include/palmpre.inc
b/conf/machine/include/palmpre.inc
index
1fe6c43
..
8f0e980
100644
(file)
--- 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"