diff options
-rw-r--r-- | recipes/images/corecdp-full-image.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/images/corecdp-full-image.bb b/recipes/images/corecdp-full-image.bb index 036ee3c6dd..ab2f2499e9 100644 --- a/recipes/images/corecdp-full-image.bb +++ b/recipes/images/corecdp-full-image.bb @@ -33,5 +33,8 @@ IMAGE_INSTALL += "jamvm" IMAGE_INSTALL += "php php-cli php-cgi" +# Multi-Tech SMS Utility (see http://git.multitech.net) +IMAGE_INSTALL += "sms-utils" + export IMAGE_BASENAME = "corecdp-full-image" |