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:
f3a000b
)
recipes/images/x11-jvm-image.bb replaced typo '$(ADD_JVM)'
author
Marco Cavallini
<koansoftware@gmail.com>
Wed, 24 Jun 2009 04:05:12 +0000
(
04:05
+0000)
committer
Phil Blundell
<philb@gnu.org>
Thu, 25 Jun 2009 10:08:46 +0000
(11:08 +0100)
Signed-off-by: Marco Cavallini <m.cavallini@koansoftware.com>
recipes/images/x11-jvm-image.bb
patch
|
blob
|
history
diff --git
a/recipes/images/x11-jvm-image.bb
b/recipes/images/x11-jvm-image.bb
index
8387112
..
fd0e5f0
100644
(file)
--- a/
recipes/images/x11-jvm-image.bb
+++ b/
recipes/images/x11-jvm-image.bb
@@
-12,7
+12,7
@@
ADD_JVM = "\
classpath \
classpath-common \
classpath-dev \
- classpath-example \
+ classpath-example
s
\
classpath-gconf \
classpath-gtk \
classpath-tools \
@@
-29,8
+29,8
@@
IMAGE_INSTALL = "\
angstrom-gpe-task-base \
angstrom-gpe-task-settings \
${SPLASH} \
- $
(ADD_JVM)
\
- $
(ADD_OTHER)
\
+ $
{ADD_JVM}
\
+ $
{ADD_OTHER}
\
${ANGSTROM_EXTRA_INSTALL}"
IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp"