All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: libdrm_2.4.17 fails to build on arm
Date: Thu, 21 Jan 2010 20:23:26 +0100	[thread overview]
Message-ID: <20100121192326.GB3208@jama> (raw)
In-Reply-To: <hja7k7$bvj$1@ger.gmane.org>

On Thu, Jan 21, 2010 at 10:49:43AM -0800, Dallas Foley wrote:
> Older version 2.4.11 builds Ok on arm, but not 2.4.17
> I modified it to build on armv7a. However, I'm not sure if it's the correct way.

Pushed thanks!

Someone with x86 and intel, please test

> diff --git a/recipes/dri/libdrm_2.4.17.bb b/recipes/dri/libdrm_2.4.17.bb
> index 4f2af1e..fd1ab3a 100644
> --- a/recipes/dri/libdrm_2.4.17.bb
> +++ b/recipes/dri/libdrm_2.4.17.bb
> @@ -3,14 +3,16 @@ DEPENDS = "libpthread-stubs"
> LICENSE = "MIT"
> SRC_URI = "http://dri.freedesktop.org/libdrm/libdrm-${PV}.tar.bz2"
> PROVIDES = "drm"
> -PR = "r1"
> +PR = "r2"
> 
> inherit autotools pkgconfig
> 
> +EXTRA_OECONF_append = " ${@base_contains('MACHINE_FEATURES', 'x86', '', '--disable-intel',d)}"
> +
> do_stage() {
> 	autotools_stage_all
> }
> 
> -PACKAGES =+ "${PN}-intel"
> +PACKAGES =+ "${@base_contains('MACHINE_FEATURES', 'x86', '${PN}-intel', '',d)}"
> 
> FILES_${PN}-intel = "${libdir}/libdrm_intel.so.*"
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

-- 
uin:136542059                jid:Martin.Jansa@gmail.com
Jansa Martin                 sip:jamasip@voip.wengo.fr 
JaMa                         



      reply	other threads:[~2010-01-21 19:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-21 18:49 libdrm_2.4.17 fails to build on arm Dallas Foley
2010-01-21 19:23 ` Martin Jansa [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=20100121192326.GB3208@jama \
    --to=martin.jansa@gmail.com \
    --cc=openembedded-devel@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.