From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga11.intel.com ([192.55.52.93]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1TJQOU-00076j-OM for openembedded-devel@lists.openembedded.org; Wed, 03 Oct 2012 16:57:50 +0200 Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 03 Oct 2012 07:44:50 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.80,528,1344236400"; d="scan'208";a="229465503" Received: from unknown (HELO helios.ger.corp.intel.com) ([10.252.122.52]) by fmsmga001.fm.intel.com with ESMTP; 03 Oct 2012 07:44:49 -0700 From: Paul Eggleton To: openembedded-devel@lists.openembedded.org Date: Wed, 3 Oct 2012 15:44:42 +0100 Message-Id: <1349275482-5904-1-git-send-email-paul.eggleton@linux.intel.com> X-Mailer: git-send-email 1.7.9.5 Subject: [PATCH] build-appliance-image: Fix spacing in DESCRIPTION X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2012 14:57:50 -0000 Fixes [YOCTO #2636] Signed-off-by: Paul Eggleton --- meta/recipes-core/images/build-appliance-image.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-core/images/build-appliance-image.bb b/meta/recipes-core/images/build-appliance-image.bb index 69a4828..49e250d 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" -- 1.7.9.5