[oe] [meta-efl][meta-oe 09/12] task-x11-server: import from Angstrom

Martin Jansa martin.jansa at gmail.com
Sat Oct 29 12:35:56 UTC 2011


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 <Martin.Jansa at gmail.com>
> > ---
> >  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: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20111029/128f5bb3/attachment-0002.sig>


More information about the Openembedded-devel mailing list