[oe-commits] Marco Cavallini : recipes/images/x11-jvm-image.bb replaced typo '$(ADD_JVM) '

git version control git at git.openembedded.org
Thu Jun 25 10:08:53 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 02941550212f7b61a011d328f7be5df9e7b1be19
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=02941550212f7b61a011d328f7be5df9e7b1be19

Author: Marco Cavallini <koansoftware at gmail.com>
Date:   Wed Jun 24 04:05:12 2009 +0000

recipes/images/x11-jvm-image.bb replaced typo '$(ADD_JVM)'

Signed-off-by: Marco Cavallini <m.cavallini at koansoftware.com>

---

 recipes/images/x11-jvm-image.bb |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes/images/x11-jvm-image.bb b/recipes/images/x11-jvm-image.bb
index 8387112..fd0e5f0 100644
--- 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-examples \
     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"





More information about the Openembedded-commits mailing list