From: Marco Cavallini Date: Wed, 24 Jun 2009 04:05:12 +0000 (+0000) Subject: recipes/images/x11-jvm-image.bb replaced typo '$(ADD_JVM)' X-Git-Tag: Release-2010-05/1~3055 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02941550212f7b61a011d328f7be5df9e7b1be19;p=openembedded.git recipes/images/x11-jvm-image.bb replaced typo '$(ADD_JVM)' Signed-off-by: Marco Cavallini --- diff --git a/recipes/images/x11-jvm-image.bb b/recipes/images/x11-jvm-image.bb index 8387112a66..fd0e5f09ad 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"