[OE-core] [Pull v2 2/4] xserver-nodm-init: Add xuser (hardcoded)

Richard Purdie richard.purdie at linuxfoundation.org
Wed Nov 2 08:23:41 UTC 2011


On Wed, 2011-11-02 at 08:11 +0200, Lauri Hintsala wrote:
> Hi Saul,
> 
> On 11/01/2011 11:44 PM, Saul Wold wrote:
> > Signed-off-by: Saul Wold<sgw at linux.intel.com>
> > ---
> >   .../x11-common/xserver-nodm-init.bb                |   30 +++++++------------
> >   1 files changed, 11 insertions(+), 19 deletions(-)
> >
> > diff --git a/meta/recipes-graphics/x11-common/xserver-nodm-init.bb b/meta/recipes-graphics/x11-common/xserver-nodm-init.bb
> > index ea4222d..5b06bc6 100644
> > --- a/meta/recipes-graphics/x11-common/xserver-nodm-init.bb
> > +++ b/meta/recipes-graphics/x11-common/xserver-nodm-init.bb
> > @@ -2,7 +2,7 @@ DESCRIPTION = "Simple Xserver Init Script (no dm)"
> >   LICENSE = "GPLv2"
> >   LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
> >   SECTION = "x11"
> > -PR = "r26"
> > +PR = "r28"
> >   RDEPENDS_${PN} = "sudo"
> >
> >   SRC_URI = "file://xserver-nodm \
> > @@ -19,27 +19,19 @@ do_install() {
> >       install xserver-nodm ${D}/etc/init.d
> >       if [ "${ROOTLESS_X}" = "1" ] ; then
> >           install -d ${D}/etc/X11
> > -        install Xusername ${D}/etc/X11
> > +	install Xusername ${D}/etc/X11
> 
> Is this indentation change a typo?

Saul fixed this in the v3 which I've taken.

Cheers,

Richard





More information about the Openembedded-core mailing list