From: Paul Eggleton Date: Wed, 3 Oct 2012 14:53:27 +0000 (+0100) Subject: build-appliance-image: Fix spacing in DESCRIPTION X-Git-Tag: 2015-4~8945 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=831b88806a3cb0125003aa6d3348716bcfd662a1;p=openembedded-core.git build-appliance-image: Fix spacing in DESCRIPTION Fixes [YOCTO #2636] Signed-off-by: Paul Eggleton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/images/build-appliance-image.bb b/meta/recipes-core/images/build-appliance-image.bb index 69a4828d3c..49e250d360 100644 --- a/meta/recipes-core/images/build-appliance-image.bb +++ b/meta/recipes-core/images/build-appliance-image.bb @@ -1,4 +1,5 @@ -DESCRIPTION = "An image you can boot and run using either the VMware Player or VMware Workstation. For more information, see theBuild Appliance page." +DESCRIPTION = "An image you can boot and run using either the VMware Player or VMware Workstation.\ + For more information, see the Build Appliance page." IMAGE_INSTALL = "packagegroup-core-boot packagegroup-core-ssh-openssh packagegroup-self-hosted" LICENSE = "MIT"