Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] mesa: upgrade to 9.1.5
@ 2013-07-18 14:18 Jonathan Liu
  2013-07-18 14:23 ` Otavio Salvador
  2013-07-18 15:14 ` Martin Jansa
  0 siblings, 2 replies; 3+ messages in thread
From: Jonathan Liu @ 2013-07-18 14:18 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Jonathan Liu <net147@gmail.com>
---
 .../0003-EGL-Mutate-NativeDisplayType-depending-on-config.patch       | 0
 .../0005-llvmpipe-remove-the-power-of-two-sizeof-struct-cmd_b.patch   | 0
 meta/recipes-graphics/mesa/mesa.inc                                   | 2 +-
 meta/recipes-graphics/mesa/{mesa_9.1.3.bb => mesa_9.1.5.bb}           | 4 ++--
 4 files changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-graphics/mesa/{mesa-9.1.3 => mesa-9.1.5}/0003-EGL-Mutate-NativeDisplayType-depending-on-config.patch (100%)
 rename meta/recipes-graphics/mesa/{mesa-9.1.3 => mesa-9.1.5}/0005-llvmpipe-remove-the-power-of-two-sizeof-struct-cmd_b.patch (100%)
 rename meta/recipes-graphics/mesa/{mesa_9.1.3.bb => mesa_9.1.5.bb} (79%)

diff --git a/meta/recipes-graphics/mesa/mesa-9.1.3/0003-EGL-Mutate-NativeDisplayType-depending-on-config.patch b/meta/recipes-graphics/mesa/mesa-9.1.5/0003-EGL-Mutate-NativeDisplayType-depending-on-config.patch
similarity index 100%
rename from meta/recipes-graphics/mesa/mesa-9.1.3/0003-EGL-Mutate-NativeDisplayType-depending-on-config.patch
rename to meta/recipes-graphics/mesa/mesa-9.1.5/0003-EGL-Mutate-NativeDisplayType-depending-on-config.patch
diff --git a/meta/recipes-graphics/mesa/mesa-9.1.3/0005-llvmpipe-remove-the-power-of-two-sizeof-struct-cmd_b.patch b/meta/recipes-graphics/mesa/mesa-9.1.5/0005-llvmpipe-remove-the-power-of-two-sizeof-struct-cmd_b.patch
similarity index 100%
rename from meta/recipes-graphics/mesa/mesa-9.1.3/0005-llvmpipe-remove-the-power-of-two-sizeof-struct-cmd_b.patch
rename to meta/recipes-graphics/mesa/mesa-9.1.5/0005-llvmpipe-remove-the-power-of-two-sizeof-struct-cmd_b.patch
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc
index ada1170..4f93b90 100644
--- a/meta/recipes-graphics/mesa/mesa.inc
+++ b/meta/recipes-graphics/mesa/mesa.inc
@@ -87,7 +87,7 @@ do_install_append () {
     rm -f ${D}${libdir}/gallium-pipe/*.la
     rm -f ${D}${libdir}/gbm/*.la
     
-    # it was packaged in libdricore9.1.3-1 and preventing upgrades when debian.bbclass was used 
+    # it was packaged in libdricore and preventing upgrades when debian.bbclass was used 
     rm -f ${D}${sysconfdir}/drirc
 }
 
diff --git a/meta/recipes-graphics/mesa/mesa_9.1.3.bb b/meta/recipes-graphics/mesa/mesa_9.1.5.bb
similarity index 79%
rename from meta/recipes-graphics/mesa/mesa_9.1.3.bb
rename to meta/recipes-graphics/mesa/mesa_9.1.5.bb
index a7ccbe6..49fa5dd 100644
--- a/meta/recipes-graphics/mesa/mesa_9.1.3.bb
+++ b/meta/recipes-graphics/mesa/mesa_9.1.5.bb
@@ -8,7 +8,7 @@ SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2 \
            file://0005-llvmpipe-remove-the-power-of-two-sizeof-struct-cmd_b.patch \
            "
 
-SRC_URI[md5sum] = "952ccd03547ed72333b64e1746cf8ada"
-SRC_URI[sha256sum] = "8d5dac2202d0355bff5cfd183582ec8167d1d1227b7bb7a669acecbeaa52d766"
+SRC_URI[md5sum] = "4ed2af5943141a85a21869053a2fc2eb"
+SRC_URI[sha256sum] = "89ea0d1afd90a87dab253777bfe414820c4aa3890add1487ca2b49f6b3e194fd"
 
 S = "${WORKDIR}/Mesa-${PV}"
-- 
1.8.3.2



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] mesa: upgrade to 9.1.5
  2013-07-18 14:18 [PATCH] mesa: upgrade to 9.1.5 Jonathan Liu
@ 2013-07-18 14:23 ` Otavio Salvador
  2013-07-18 15:14 ` Martin Jansa
  1 sibling, 0 replies; 3+ messages in thread
From: Otavio Salvador @ 2013-07-18 14:23 UTC (permalink / raw)
  To: Jonathan Liu; +Cc: Patches and discussions about the oe-core layer

On Thu, Jul 18, 2013 at 11:18 AM, Jonathan Liu <net147@gmail.com> wrote:
> Signed-off-by: Jonathan Liu <net147@gmail.com>
> ---
>  .../0003-EGL-Mutate-NativeDisplayType-depending-on-config.patch       | 0
>  .../0005-llvmpipe-remove-the-power-of-two-sizeof-struct-cmd_b.patch   | 0
>  meta/recipes-graphics/mesa/mesa.inc                                   | 2 +-
>  meta/recipes-graphics/mesa/{mesa_9.1.3.bb => mesa_9.1.5.bb}           | 4 ++--
>  4 files changed, 3 insertions(+), 3 deletions(-)
>  rename meta/recipes-graphics/mesa/{mesa-9.1.3 => mesa-9.1.5}/0003-EGL-Mutate-NativeDisplayType-depending-on-config.patch (100%)
>  rename meta/recipes-graphics/mesa/{mesa-9.1.3 => mesa-9.1.5}/0005-llvmpipe-remove-the-power-of-two-sizeof-struct-cmd_b.patch (100%)
>  rename meta/recipes-graphics/mesa/{mesa_9.1.3.bb => mesa_9.1.5.bb} (79%)
>
> diff --git a/meta/recipes-graphics/mesa/mesa-9.1.3/0003-EGL-Mutate-NativeDisplayType-depending-on-config.patch b/meta/recipes-graphics/mesa/mesa-9.1.5/0003-EGL-Mutate-NativeDisplayType-depending-on-config.patch
> similarity index 100%
> rename from meta/recipes-graphics/mesa/mesa-9.1.3/0003-EGL-Mutate-NativeDisplayType-depending-on-config.patch
> rename to meta/recipes-graphics/mesa/mesa-9.1.5/0003-EGL-Mutate-NativeDisplayType-depending-on-config.patch
> diff --git a/meta/recipes-graphics/mesa/mesa-9.1.3/0005-llvmpipe-remove-the-power-of-two-sizeof-struct-cmd_b.patch b/meta/recipes-graphics/mesa/mesa-9.1.5/0005-llvmpipe-remove-the-power-of-two-sizeof-struct-cmd_b.patch
> similarity index 100%
> rename from meta/recipes-graphics/mesa/mesa-9.1.3/0005-llvmpipe-remove-the-power-of-two-sizeof-struct-cmd_b.patch
> rename to meta/recipes-graphics/mesa/mesa-9.1.5/0005-llvmpipe-remove-the-power-of-two-sizeof-struct-cmd_b.patch
> diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc
> index ada1170..4f93b90 100644
> --- a/meta/recipes-graphics/mesa/mesa.inc
> +++ b/meta/recipes-graphics/mesa/mesa.inc
> @@ -87,7 +87,7 @@ do_install_append () {
>      rm -f ${D}${libdir}/gallium-pipe/*.la
>      rm -f ${D}${libdir}/gbm/*.la
>
> -    # it was packaged in libdricore9.1.3-1 and preventing upgrades when debian.bbclass was used
> +    # it was packaged in libdricore and preventing upgrades when debian.bbclass was used
>      rm -f ${D}${sysconfdir}/drirc
>  }

This seem not related to the upgrade patch.

> diff --git a/meta/recipes-graphics/mesa/mesa_9.1.3.bb b/meta/recipes-graphics/mesa/mesa_9.1.5.bb
> similarity index 79%
> rename from meta/recipes-graphics/mesa/mesa_9.1.3.bb
> rename to meta/recipes-graphics/mesa/mesa_9.1.5.bb
> index a7ccbe6..49fa5dd 100644
> --- a/meta/recipes-graphics/mesa/mesa_9.1.3.bb
> +++ b/meta/recipes-graphics/mesa/mesa_9.1.5.bb
> @@ -8,7 +8,7 @@ SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2 \
>             file://0005-llvmpipe-remove-the-power-of-two-sizeof-struct-cmd_b.patch \
>             "
>
> -SRC_URI[md5sum] = "952ccd03547ed72333b64e1746cf8ada"
> -SRC_URI[sha256sum] = "8d5dac2202d0355bff5cfd183582ec8167d1d1227b7bb7a669acecbeaa52d766"
> +SRC_URI[md5sum] = "4ed2af5943141a85a21869053a2fc2eb"
> +SRC_URI[sha256sum] = "89ea0d1afd90a87dab253777bfe414820c4aa3890add1487ca2b49f6b3e194fd"
>
>  S = "${WORKDIR}/Mesa-${PV}"
> --
> 1.8.3.2
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core



--
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://projetos.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] mesa: upgrade to 9.1.5
  2013-07-18 14:18 [PATCH] mesa: upgrade to 9.1.5 Jonathan Liu
  2013-07-18 14:23 ` Otavio Salvador
@ 2013-07-18 15:14 ` Martin Jansa
  1 sibling, 0 replies; 3+ messages in thread
From: Martin Jansa @ 2013-07-18 15:14 UTC (permalink / raw)
  To: Jonathan Liu; +Cc: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 3840 bytes --]

On Fri, Jul 19, 2013 at 12:18:02AM +1000, Jonathan Liu wrote:
> Signed-off-by: Jonathan Liu <net147@gmail.com>
> ---
>  .../0003-EGL-Mutate-NativeDisplayType-depending-on-config.patch       | 0
>  .../0005-llvmpipe-remove-the-power-of-two-sizeof-struct-cmd_b.patch   | 0
>  meta/recipes-graphics/mesa/mesa.inc                                   | 2 +-
>  meta/recipes-graphics/mesa/{mesa_9.1.3.bb => mesa_9.1.5.bb}           | 4 ++--
>  4 files changed, 3 insertions(+), 3 deletions(-)
>  rename meta/recipes-graphics/mesa/{mesa-9.1.3 => mesa-9.1.5}/0003-EGL-Mutate-NativeDisplayType-depending-on-config.patch (100%)
>  rename meta/recipes-graphics/mesa/{mesa-9.1.3 => mesa-9.1.5}/0005-llvmpipe-remove-the-power-of-two-sizeof-struct-cmd_b.patch (100%)
>  rename meta/recipes-graphics/mesa/{mesa_9.1.3.bb => mesa_9.1.5.bb} (79%)
> 
> diff --git a/meta/recipes-graphics/mesa/mesa-9.1.3/0003-EGL-Mutate-NativeDisplayType-depending-on-config.patch b/meta/recipes-graphics/mesa/mesa-9.1.5/0003-EGL-Mutate-NativeDisplayType-depending-on-config.patch
> similarity index 100%
> rename from meta/recipes-graphics/mesa/mesa-9.1.3/0003-EGL-Mutate-NativeDisplayType-depending-on-config.patch
> rename to meta/recipes-graphics/mesa/mesa-9.1.5/0003-EGL-Mutate-NativeDisplayType-depending-on-config.patch
> diff --git a/meta/recipes-graphics/mesa/mesa-9.1.3/0005-llvmpipe-remove-the-power-of-two-sizeof-struct-cmd_b.patch b/meta/recipes-graphics/mesa/mesa-9.1.5/0005-llvmpipe-remove-the-power-of-two-sizeof-struct-cmd_b.patch
> similarity index 100%
> rename from meta/recipes-graphics/mesa/mesa-9.1.3/0005-llvmpipe-remove-the-power-of-two-sizeof-struct-cmd_b.patch
> rename to meta/recipes-graphics/mesa/mesa-9.1.5/0005-llvmpipe-remove-the-power-of-two-sizeof-struct-cmd_b.patch
> diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc
> index ada1170..4f93b90 100644
> --- a/meta/recipes-graphics/mesa/mesa.inc
> +++ b/meta/recipes-graphics/mesa/mesa.inc
> @@ -87,7 +87,7 @@ do_install_append () {
>      rm -f ${D}${libdir}/gallium-pipe/*.la
>      rm -f ${D}${libdir}/gbm/*.la
>      
> -    # it was packaged in libdricore9.1.3-1 and preventing upgrades when debian.bbclass was used 
> +    # it was packaged in libdricore and preventing upgrades when debian.bbclass was used 

It's not so important, but the old comment was more correct, the package
is called libdricore${VERSION} when debian.bbclass is used and that's
the reason why it was conflicting (when packagemanager was trying to
install libdricore9.1.2-1 next to libdricore9.1.3-1..

>      rm -f ${D}${sysconfdir}/drirc
>  }
>  
> diff --git a/meta/recipes-graphics/mesa/mesa_9.1.3.bb b/meta/recipes-graphics/mesa/mesa_9.1.5.bb
> similarity index 79%
> rename from meta/recipes-graphics/mesa/mesa_9.1.3.bb
> rename to meta/recipes-graphics/mesa/mesa_9.1.5.bb
> index a7ccbe6..49fa5dd 100644
> --- a/meta/recipes-graphics/mesa/mesa_9.1.3.bb
> +++ b/meta/recipes-graphics/mesa/mesa_9.1.5.bb
> @@ -8,7 +8,7 @@ SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2 \
>             file://0005-llvmpipe-remove-the-power-of-two-sizeof-struct-cmd_b.patch \
>             "
>  
> -SRC_URI[md5sum] = "952ccd03547ed72333b64e1746cf8ada"
> -SRC_URI[sha256sum] = "8d5dac2202d0355bff5cfd183582ec8167d1d1227b7bb7a669acecbeaa52d766"
> +SRC_URI[md5sum] = "4ed2af5943141a85a21869053a2fc2eb"
> +SRC_URI[sha256sum] = "89ea0d1afd90a87dab253777bfe414820c4aa3890add1487ca2b49f6b3e194fd"
>  
>  S = "${WORKDIR}/Mesa-${PV}"
> -- 
> 1.8.3.2
> 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-07-18 15:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-18 14:18 [PATCH] mesa: upgrade to 9.1.5 Jonathan Liu
2013-07-18 14:23 ` Otavio Salvador
2013-07-18 15:14 ` Martin Jansa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox