From: Paul Eggleton Date: Wed, 3 Oct 2012 14:53:27 +0000 (+0100) Subject: build-appliance-image: Fix spacing in DESCRIPTION X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~39782 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=831b88806a3cb0125003aa6d3348716bcfd662a1;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 69a4828d3c1..49e250d3608 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"