All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libdrm: Upgrade to 2.4.64
@ 2015-12-16 19:26 Saul Wold
  2015-12-16 20:32 ` Nicolas Dechesne
  0 siblings, 1 reply; 3+ messages in thread
From: Saul Wold @ 2015-12-16 19:26 UTC (permalink / raw)
  To: openembedded-core, richard.purdie

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 meta/recipes-graphics/drm/{libdrm_2.4.62.bb => libdrm_2.4.64.bb} | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/drm/{libdrm_2.4.62.bb => libdrm_2.4.64.bb} (92%)

diff --git a/meta/recipes-graphics/drm/libdrm_2.4.62.bb b/meta/recipes-graphics/drm/libdrm_2.4.64.bb
similarity index 92%
rename from meta/recipes-graphics/drm/libdrm_2.4.62.bb
rename to meta/recipes-graphics/drm/libdrm_2.4.64.bb
index ea6305e..cb0efe1 100644
--- a/meta/recipes-graphics/drm/libdrm_2.4.62.bb
+++ b/meta/recipes-graphics/drm/libdrm_2.4.64.bb
@@ -12,8 +12,9 @@ DEPENDS = "libpthread-stubs udev libpciaccess"
 
 SRC_URI = "http://dri.freedesktop.org/libdrm/${BP}.tar.bz2 \
            file://installtests.patch "
-SRC_URI[md5sum] = "c9291bae0e5ca65d1483821d3698d3ab"
-SRC_URI[sha256sum] = "906c294bdbe1c94c3ca084305d61a6e5a8367f3b4986e6cc13b1e9b3f75931dc"
+
+SRC_URI[md5sum] = "543b2d28359cf33974fa0e772dd61732"
+SRC_URI[sha256sum] = "b60786fe7d6e42adb3966ce1a658f63fec528d537396381cbda93bcc99a934b6"
 
 inherit autotools pkgconfig
 
-- 
2.5.0



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

* Re: [PATCH] libdrm: Upgrade to 2.4.64
  2015-12-16 19:26 [PATCH] libdrm: Upgrade to 2.4.64 Saul Wold
@ 2015-12-16 20:32 ` Nicolas Dechesne
  2015-12-16 21:54   ` Saul Wold
  0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Dechesne @ 2015-12-16 20:32 UTC (permalink / raw)
  To: Saul Wold; +Cc: Patches and discussions about the oe-core layer

On Wed, Dec 16, 2015 at 8:26 PM, Saul Wold <sgw@linux.intel.com> wrote:
> Signed-off-by: Saul Wold <sgw@linux.intel.com>
> ---
>  meta/recipes-graphics/drm/{libdrm_2.4.62.bb => libdrm_2.4.64.bb} | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
>  rename meta/recipes-graphics/drm/{libdrm_2.4.62.bb => libdrm_2.4.64.bb} (92%)
>
> diff --git a/meta/recipes-graphics/drm/libdrm_2.4.62.bb b/meta/recipes-graphics/drm/libdrm_2.4.64.bb
> similarity index 92%
> rename from meta/recipes-graphics/drm/libdrm_2.4.62.bb
> rename to meta/recipes-graphics/drm/libdrm_2.4.64.bb
> index ea6305e..cb0efe1 100644
> --- a/meta/recipes-graphics/drm/libdrm_2.4.62.bb
> +++ b/meta/recipes-graphics/drm/libdrm_2.4.64.bb

why not 2.4.65 which is the current most recent release?

> @@ -12,8 +12,9 @@ DEPENDS = "libpthread-stubs udev libpciaccess"
>
>  SRC_URI = "http://dri.freedesktop.org/libdrm/${BP}.tar.bz2 \
>             file://installtests.patch "
> -SRC_URI[md5sum] = "c9291bae0e5ca65d1483821d3698d3ab"
> -SRC_URI[sha256sum] = "906c294bdbe1c94c3ca084305d61a6e5a8367f3b4986e6cc13b1e9b3f75931dc"
> +

Is this extra line intentional?

> +SRC_URI[md5sum] = "543b2d28359cf33974fa0e772dd61732"
> +SRC_URI[sha256sum] = "b60786fe7d6e42adb3966ce1a658f63fec528d537396381cbda93bcc99a934b6"
>
>  inherit autotools pkgconfig
>
> --
> 2.5.0
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


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

* Re: [PATCH] libdrm: Upgrade to 2.4.64
  2015-12-16 20:32 ` Nicolas Dechesne
@ 2015-12-16 21:54   ` Saul Wold
  0 siblings, 0 replies; 3+ messages in thread
From: Saul Wold @ 2015-12-16 21:54 UTC (permalink / raw)
  To: Nicolas Dechesne; +Cc: Patches and discussions about the oe-core layer

On Wed, 2015-12-16 at 21:32 +0100, Nicolas Dechesne wrote:
> On Wed, Dec 16, 2015 at 8:26 PM, Saul Wold <sgw@linux.intel.com>
> wrote:
> > Signed-off-by: Saul Wold <sgw@linux.intel.com>
> > ---
> >  meta/recipes-graphics/drm/{libdrm_2.4.62.bb => libdrm_2.4.64.bb} |
> > 5 +++--
> >  1 file changed, 3 insertions(+), 2 deletions(-)
> >  rename meta/recipes-graphics/drm/{libdrm_2.4.62.bb =>
> > libdrm_2.4.64.bb} (92%)
> > 
> > diff --git a/meta/recipes-graphics/drm/libdrm_2.4.62.bb
> > b/meta/recipes-graphics/drm/libdrm_2.4.64.bb
> > similarity index 92%
> > rename from meta/recipes-graphics/drm/libdrm_2.4.62.bb
> > rename to meta/recipes-graphics/drm/libdrm_2.4.64.bb
> > index ea6305e..cb0efe1 100644
> > --- a/meta/recipes-graphics/drm/libdrm_2.4.62.bb
> > +++ b/meta/recipes-graphics/drm/libdrm_2.4.64.bb
> 
> why not 2.4.65 which is the current most recent release?
> 
My bad, will refresh for 2.4.65, looked in the wrong place!

> > @@ -12,8 +12,9 @@ DEPENDS = "libpthread-stubs udev libpciaccess"
> > 
> >  SRC_URI = "http://dri.freedesktop.org/libdrm/${BP}.tar.bz2 \
> >             file://installtests.patch "
> > -SRC_URI[md5sum] = "c9291bae0e5ca65d1483821d3698d3ab"
> > -SRC_URI[sha256sum] =
> > "906c294bdbe1c94c3ca084305d61a6e5a8367f3b4986e6cc13b1e9b3f75931dc"
> > +
> 
> Is this extra line intentional?
> 
Yes, we would typically separate the SRC_URI from the checksums for
easier reading. A predominant number of recipes have the space.

Sau!


> > +SRC_URI[md5sum] = "543b2d28359cf33974fa0e772dd61732"
> > +SRC_URI[sha256sum] =
> > "b60786fe7d6e42adb3966ce1a658f63fec528d537396381cbda93bcc99a934b6"
> > 
> >  inherit autotools pkgconfig
> > 
> > --
> > 2.5.0
> > 
> > --
> > _______________________________________________
> > Openembedded-core mailing list
> > Openembedded-core@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-core


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

end of thread, other threads:[~2015-12-16 22:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-16 19:26 [PATCH] libdrm: Upgrade to 2.4.64 Saul Wold
2015-12-16 20:32 ` Nicolas Dechesne
2015-12-16 21:54   ` Saul Wold

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.