diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-10-03 15:53:27 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-04 14:07:51 +0100 |
commit | f540449d19ea7b822220853df5459dca3974e8a8 (patch) | |
tree | de80006fa8023d3fd77babe02b0b12b0e367f032 /meta/recipes-core | |
parent | 5d27c4968b3b669e9e4af5770dea262585473c62 (diff) | |
download | poky-f540449d19ea7b822220853df5459dca3974e8a8.tar.gz |
build-appliance-image: Fix spacing in DESCRIPTION
Fixes [YOCTO #2636]
(From OE-Core rev: 831b88806a3cb0125003aa6d3348716bcfd662a1)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/images/build-appliance-image.bb | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ | |||
1 | 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>." | 1 | DESCRIPTION = "An image you can boot and run using either the VMware Player or VMware Workstation.\ |
2 | For more information, see the <a href='http://www.yoctoproject.org/documentation/build-appliance'>Build Appliance page</a>." | ||
2 | IMAGE_INSTALL = "packagegroup-core-boot packagegroup-core-ssh-openssh packagegroup-self-hosted" | 3 | IMAGE_INSTALL = "packagegroup-core-boot packagegroup-core-ssh-openssh packagegroup-self-hosted" |
3 | 4 | ||
4 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |