All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrei Gherzan <andrei@gherzan.ro>
To: "Andreas Müller" <schnitzeltony@googlemail.com>
Cc: yocto@yoctoproject.org
Subject: Re: [meta-raspberrypi][PATCH 2/2] xserver-xf86-config: fix do_install
Date: Sun, 27 Jan 2013 00:58:37 +0200	[thread overview]
Message-ID: <20130126225837.GA30017@gmail.com> (raw)
In-Reply-To: <1359064662-17052-3-git-send-email-schnitzeltony@googlemail.com>

On Thu, Jan 24, 2013 at 10:57:42PM +0100, Andreas Müller wrote:
> for some reason wildcards don't work in current head. Error message was:
>
> | DEBUG: Executing shell function do_install
> | install: cannot stat `/home/Superandy/tmp/oe-core-eglibc/work/raspberrypi-angstrom-linux-gnueabi/xserver-xf86-config/0.1-r18/xorg.conf.d/*': No such file or directory
>

I can't reproduce your error. For me this works. Maybe was something broken in
oe-core? Anyway it seems to be fixed now. Would you retest it please

> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
> ---
>  .../xorg-xserver/xserver-xf86-config_0.1.bbappend  |    6 ++++--
>  1 files changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend b/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
> index 65931e2..a8b8e8c 100644
> --- a/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
> +++ b/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
> @@ -1,12 +1,14 @@
>  FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
>
>  # Don't forget to bump PRINC if you update the extra files.
> -PRINC := "${@int(PRINC) + 5}"
> +PRINC := "${@int(PRINC) + 6}"
>
>  THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}"
>  FILESPATH =. "${@base_set_filespath(["${THISDIR}/${PN}"], d)}:"
>
> -SRC_URI_append_raspberrypi = " file://xorg.conf.d/* "
> +SRC_URI_append_raspberrypi = " \
> +	file://xorg.conf.d/10-evdev.conf \
> +"
>
I don't find this lin ebreak necesssary here. And if it was, don't combine
formating commits with other fixes.

Thanks,

--
Andrei Gherzan
m: +40.744.478.414 | f: +40.31.816.28.12



  reply	other threads:[~2013-01-26 22:58 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-24 21:57 [meta-raspberrypi][PATCH 0/2] minor fixes for current HEADs Andreas Müller
2013-01-24 21:57 ` [meta-raspberrypi][PATCH 1/2] layer.conf: fix parse Andreas Müller
2013-01-26 23:03   ` Andrei Gherzan
2013-01-24 21:57 ` [meta-raspberrypi][PATCH 2/2] xserver-xf86-config: fix do_install Andreas Müller
2013-01-26 22:58   ` Andrei Gherzan [this message]
2013-01-27 14:35     ` Andreas Müller
2013-03-13 17:47       ` Andrei Gherzan
2013-05-03  9:33         ` Andrei Gherzan
2013-05-03  9:55           ` Andreas Müller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130126225837.GA30017@gmail.com \
    --to=andrei@gherzan.ro \
    --cc=schnitzeltony@googlemail.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.