]> code.ossystems Code Review - openembedded-core.git/commitdiff
build-appliance-image: Fix spacing in DESCRIPTION
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 3 Oct 2012 14:53:27 +0000 (15:53 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 4 Oct 2012 13:07:28 +0000 (14:07 +0100)
Fixes [YOCTO #2636]

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/images/build-appliance-image.bb

index 69a4828d3c1149219954720cef49caca5ce5ab8d..49e250d360862e8a26dda69f0c0d0791da3d808f 100644 (file)
@@ -1,4 +1,5 @@
-DESCRIPTION = "An image you can boot and run using either the VMware Player or VMware Workstation.  For more information, see the<a href='http://www.yoctoproject.org/documentation/build-appliance'>Build Appliance page</a>."
+DESCRIPTION = "An image you can boot and run using either the VMware Player or VMware Workstation.\
+ For more information, see the <a href='http://www.yoctoproject.org/documentation/build-appliance'>Build Appliance page</a>."
 IMAGE_INSTALL = "packagegroup-core-boot packagegroup-core-ssh-openssh packagegroup-self-hosted"
 
 LICENSE = "MIT"