All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 1/1] xserver-kdrive: compile xserver without dtrace support
Date: Tue, 20 Mar 2012 15:50:40 -0700	[thread overview]
Message-ID: <4F6909C0.8060900@linux.intel.com> (raw)
In-Reply-To: <1332248282-5226-1-git-send-email-lauri.hintsala@bluegiga.com>

On 03/20/2012 05:58 AM, Lauri Hintsala wrote:
> Cross compiling of xserver-kdrive fails if dtrace is enabled. Configure
> script enables dtrace automatically if dtrace binary exists. xserver-kdrive
> compiling was failed if systemtap package was builded beforehand because
> systemtap provides dtrace binary.
>
> Signed-off-by: Lauri Hintsala<lauri.hintsala@bluegiga.com>
> ---
> This issue has been existed also with xserver-xorg. It was already fixed
> to xserver-xorg by commit 01c1a0f7.
> ---
>   .../xorg-xserver/xserver-kdrive.inc                |    1 +
>   .../xorg-xserver/xserver-kdrive_1.7.99.2.bb        |    2 +-
>   2 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/meta/recipes-graphics/xorg-xserver/xserver-kdrive.inc b/meta/recipes-graphics/xorg-xserver/xserver-kdrive.inc
> index 52b63ed..58dee27 100644
> --- a/meta/recipes-graphics/xorg-xserver/xserver-kdrive.inc
> +++ b/meta/recipes-graphics/xorg-xserver/xserver-kdrive.inc
> @@ -102,6 +102,7 @@ EXTRA_OECONF = "--enable-composite --enable-kdrive \
>                   --disable-xkb --disable-xnest --disable-xvfb \
>                   --disable-xevie --disable-xprint --disable-xtrap \
>                   --disable-dmx \
> +                --without-dtrace \
>                   --with-default-font-path=built-ins \
>                   --enable-tslib --enable-xcalibrate \
>                   ac_cv_file__usr_share_X11_sgml_defs_ent=no"
> diff --git a/meta/recipes-graphics/xorg-xserver/xserver-kdrive_1.7.99.2.bb b/meta/recipes-graphics/xorg-xserver/xserver-kdrive_1.7.99.2.bb
> index 3b3a004..360a0f3 100644
> --- a/meta/recipes-graphics/xorg-xserver/xserver-kdrive_1.7.99.2.bb
> +++ b/meta/recipes-graphics/xorg-xserver/xserver-kdrive_1.7.99.2.bb
> @@ -7,7 +7,7 @@ RDEPENDS_${PN} += "xkeyboard-config"
>   EXTRA_OECONF += "--disable-glx"
>
>   PE = "1"
> -PR = "r28"
> +PR = "r29"
>
>   SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \
>   	file://extra-kmodes.patch \

Merged into OE-Core

Thanks
	Sau!



      reply	other threads:[~2012-03-20 22:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-20 12:58 [PATCH 1/1] xserver-kdrive: compile xserver without dtrace support Lauri Hintsala
2012-03-20 22:50 ` Saul Wold [this message]

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=4F6909C0.8060900@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.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.