| Submitter | Paul Eggleton |
|---|---|
| Date | Oct. 3, 2012, 2:44 p.m. |
| Message ID | <1349275482-5904-1-git-send-email-paul.eggleton@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/37709/ |
| State | Not Applicable |
| Headers | show |
Comments
On Wed, Oct 03, 2012 at 03:44:42PM +0100, Paul Eggleton wrote: > Fixes [YOCTO #2636] wrong list Cheers, > > Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> > --- > 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 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" > -- > 1.7.9.5 > > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
On Wednesday 03 October 2012 16:48:29 Martin Jansa wrote: > On Wed, Oct 03, 2012 at 03:44:42PM +0100, Paul Eggleton wrote: > > Fixes [YOCTO #2636] > > wrong list Oops, sorry... Cheers, Paul
Patch
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 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"
Fixes [YOCTO #2636] Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> --- meta/recipes-core/images/build-appliance-image.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)