From: Pengyu Ma <pengyu.ma@windriver.com>
To: Pengyu Ma <pengyu.ma@windriver.com>,
<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH] mesa: Upgrade to 10.4.0
Date: Wed, 28 Jan 2015 16:56:47 +0800 [thread overview]
Message-ID: <54C8A44F.7020800@windriver.com> (raw)
In-Reply-To: <1422429317-19707-1-git-send-email-pengyu.ma@windriver.com>
Ignore this, I got some feedback from Robert, will send V2.
Pengyu
On 01/28/2015 03:15 PM, Pengyu Ma wrote:
> Signed-off-by: Pengyu Ma <pengyu.ma@windriver.com>
> ---
> meta/recipes-graphics/mesa/mesa_10.4.0.bb | 16 ++++++++++++++++
> 1 file changed, 16 insertions(+)
> create mode 100644 meta/recipes-graphics/mesa/mesa_10.4.0.bb
>
> diff --git a/meta/recipes-graphics/mesa/mesa_10.4.0.bb b/meta/recipes-graphics/mesa/mesa_10.4.0.bb
> new file mode 100644
> index 0000000..7d3723e
> --- /dev/null
> +++ b/meta/recipes-graphics/mesa/mesa_10.4.0.bb
> @@ -0,0 +1,16 @@
> +require ${BPN}.inc
> +
> +SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2"
> +
> +SRC_URI[md5sum] = "b7b37117eecbdfaaf3075acfb063d5a3"
> +SRC_URI[sha256sum] = "98a7dff3a1a6708c79789de8b9a05d8042e867067f70e8f30387c15026233219"
> +
> +S = "${WORKDIR}/Mesa-${PV}"
> +
> +#because we cannot rely on the fact that all apps will use pkgconfig,
> +#make eglplatform.h independent of MESA_EGL_NO_X11_HEADER
> +do_install_append() {
> + if ${@bb.utils.contains('PACKAGECONFIG', 'egl', 'true', 'false', d)}; then
> + sed -i -e 's/^#ifdef MESA_EGL_NO_X11_HEADERS/#if ${@bb.utils.contains('DISTRO_FEATURES', 'x11', '0', '1', d)}/' ${D}${includedir}/EGL/eglplatform.h
> + fi
> +}
prev parent reply other threads:[~2015-01-28 8:56 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-28 7:15 [PATCH] mesa: Upgrade to 10.4.0 Pengyu Ma
2015-01-28 8:56 ` Pengyu Ma [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=54C8A44F.7020800@windriver.com \
--to=pengyu.ma@windriver.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.