diff options
-rw-r--r-- | recipes/images/jcm-image.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/images/jcm-image.bb b/recipes/images/jcm-image.bb index bdcfae8f58..fe4bfd9a2a 100644 --- a/recipes/images/jcm-image.bb +++ b/recipes/images/jcm-image.bb @@ -26,7 +26,7 @@ LIGHTTPD = "lighttpd \ #IMAGE_INSTALL += "python-html" #IMAGE_INSTALL += "python-sqlite3" -#IMAGE_INSTALL += "ruby" +IMAGE_INSTALL += "ruby" # Java VM #IMAGE_INSTALL += "jamvm" @@ -37,6 +37,9 @@ IMAGE_INSTALL += "tcpdump " IMAGE_INSTALL += "sms-utils " IMAGE_INSTALL += "venus-gps " IMAGE_INSTALL += "mts-id-eeprom " +IMAGE_INSTALL += "cyrus-sasl " +IMAGE_INSTALL += "annex-client " +IMAGE_INSTALL += "gdb glibc-dbg " export IMAGE_BASENAME = "jcm-image" |