From 02941550212f7b61a011d328f7be5df9e7b1be19 Mon Sep 17 00:00:00 2001 From: Marco Cavallini Date: Wed, 24 Jun 2009 04:05:12 +0000 Subject: recipes/images/x11-jvm-image.bb replaced typo '$(ADD_JVM)' Signed-off-by: Marco Cavallini --- recipes/images/x11-jvm-image.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes/images/x11-jvm-image.bb') 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" -- cgit 1.2.3-korg