diff options
author | Beth Flanagan <elizabeth.flanagan@intel.com> | 2012-04-16 13:10:32 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-16 22:22:16 +0100 |
commit | 25a997ca9b24d9265b62717fd01ebb26e7d21bba (patch) | |
tree | df3585e18682848dc05f192d0d4f9fb741a36fef /meta/recipes-sato/images | |
parent | 0bd5f0a86370881b4eb2455df21b0575f6ffd008 (diff) | |
download | openembedded-core-25a997ca9b24d9265b62717fd01ebb26e7d21bba.tar.gz openembedded-core-25a997ca9b24d9265b62717fd01ebb26e7d21bba.tar.bz2 openembedded-core-25a997ca9b24d9265b62717fd01ebb26e7d21bba.zip |
core-image-sato-sdk: typo in DESCRIPTION
Fix for a minor type in DESCRIPTION
Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/images')
-rw-r--r-- | meta/recipes-sato/images/core-image-sato-sdk.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-sato/images/core-image-sato-sdk.bb b/meta/recipes-sato/images/core-image-sato-sdk.bb index 6dfd470f66..eed1698063 100644 --- a/meta/recipes-sato/images/core-image-sato-sdk.bb +++ b/meta/recipes-sato/images/core-image-sato-sdk.bb @@ -3,7 +3,7 @@ # DESCRIPTION = "Image with Sato support that includes everything within \ core-image-sato plus meta-toolchain, development headers and libraries to \ -form a standalone SD." +form a standalone SDK." IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES} dev-pkgs tools-sdk qt4-pkgs" EXTRA_IMAGE_FEATURES += "tools-debug tools-profile tools-testapps debug-tweaks" |