On Sat, Oct 29, 2011 at 01:59:05PM +0200, Paul Menzel wrote:
> Dear Martin,
> 
> 
> Am Samstag, den 29.10.2011, 12:29 +0200 schrieb Martin Jansa:
> > * from meta-angstrom revision 8aa9581a920abae8878df2f3faf9857474edd1f8
> 
> I am not knowledgeable about the new infrastructure, so I cannot comment
> on the import.
> 
> > * added RPROVIDES to be able to drop server part from task-x11
> > * updated DESCRIPTION to match
> > * renamed to task-x11-server for upgradeable path
> > 
> > Signed-off-by: Martin Jansa <[email protected]>
> > ---
> >  meta-oe/recipes-core/tasks/task-x11-server_1.0.bb |   24 
> > +++++++++++++++++++++
> >  1 files changed, 24 insertions(+), 0 deletions(-)
> >  create mode 100644 meta-oe/recipes-core/tasks/task-x11-server_1.0.bb
> > 
> > diff --git a/meta-oe/recipes-core/tasks/task-x11-server_1.0.bb 
> > b/meta-oe/recipes-core/tasks/task-x11-server_1.0.bb
> > new file mode 100644
> > index 0000000..86de1ec
> > --- /dev/null
> > +++ b/meta-oe/recipes-core/tasks/task-x11-server_1.0.bb
> > @@ -0,0 +1,24 @@
> > +DESCRIPTION = "Task for a image with Xserver"
> 
> s/a image/an image/
> 
> > +LICENSE = "MIT"
> > +LIC_FILES_CHKSUM = 
> > "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
> > +PR = "r9"
> > +
> > +inherit task
> > +
> > +# for backwards compatibility
> > +RPROVIDES_${PN} = "task-x11-server"
> > +
> > +XSERVER ?= "xserver-xorg \
> > +           xf86-input-evdev \
> > +           xf86-input-mouse \
> > +           xf86-video-fbdev \
> > +           xf86-input-keyboard \
> > +"
> > +
> > +
> > +RDEPENDS_${PN} = " \
> > +  ${XSERVER} \
> > +"
> > +
> > +PACKAGE_ARCH = "${MACHINE_ARCH}"
> > +
> 
> No newline needed at the end?
> 
> 
> Thanks,
> 
> Paul

Thanks for review, updated in branch

-- 
Martin 'JaMa' Jansa     jabber: [email protected]

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to