Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Seiderer <ps.report@gmx.net>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package/libdrm: bump version to 2.4.77
Date: Thu, 13 Apr 2017 19:21:47 +0200	[thread overview]
Message-ID: <20170413192147.7dc6f2bb@gmx.net> (raw)
In-Reply-To: <20170404212302.9793-1-bernd.kuhls@t-online.de>

Hello Bernd,

On Tue,  4 Apr 2017 23:23:02 +0200, Bernd Kuhls <bernd.kuhls@t-online.de> wrote:

> Added md5, sha1 & sha512 hashes.
> 
> Removed patch 0003, applied upstream:
> https://cgit.freedesktop.org/mesa/drm/commit/?id=6796859fcce7b9d7157f066a8b0dac3ede6438dd
> 

Removing of

  # 0003-tests-etnaviv-link-against-libdrm.patch
  LIBDRM_AUTORECONF = YES

from libdrm.mk is missing...

Regards,
Peter


> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  .../0003-tests-etnaviv-link-against-libdrm.patch   | 31 ----------------------
>  package/libdrm/libdrm.hash                         |  7 +++--
>  package/libdrm/libdrm.mk                           |  2 +-
>  3 files changed, 6 insertions(+), 34 deletions(-)
>  delete mode 100644 package/libdrm/0003-tests-etnaviv-link-against-libdrm.patch
> 
> diff --git a/package/libdrm/0003-tests-etnaviv-link-against-libdrm.patch b/package/libdrm/0003-tests-etnaviv-link-against-libdrm.patch
> deleted file mode 100644
> index 62da60e12..000000000
> --- a/package/libdrm/0003-tests-etnaviv-link-against-libdrm.patch
> +++ /dev/null
> @@ -1,31 +0,0 @@
> -From b1e904cd1d5989a13c0a184525e8153bac22e1d7 Mon Sep 17 00:00:00 2001
> -From: Bernd Kuhls <bernd.kuhls@t-online.de>
> -Date: Sun, 2 Apr 2017 12:17:41 +0200
> -Subject: [PATCH] tests/etnaviv: link against libdrm
> -
> -Fixes link errors detected by buildroot autobuilders:
> -
> -http://autobuild.buildroot.net/results/68a/68af62f4ab6944d326468818562c05fd5cc55b03/build-end.log
> -
> -Patch sent upstream: https://bugs.freedesktop.org/show_bug.cgi?id=100530
> -
> -Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ----
> - tests/etnaviv/Makefile.am | 1 +
> - 1 file changed, 1 insertion(+)
> -
> -diff --git a/tests/etnaviv/Makefile.am b/tests/etnaviv/Makefile.am
> -index 06318643..226baee2 100644
> ---- a/tests/etnaviv/Makefile.am
> -+++ b/tests/etnaviv/Makefile.am
> -@@ -28,6 +28,7 @@ etnaviv_2d_test_SOURCES = \
> - 	write_bmp.h
> - 
> - etnaviv_cmd_stream_test_LDADD = \
> -+	$(top_builddir)/libdrm.la \
> - 	$(top_builddir)/etnaviv/libdrm_etnaviv.la
> - 
> - etnaviv_cmd_stream_test_SOURCES = \
> --- 
> -2.11.0
> -
> diff --git a/package/libdrm/libdrm.hash b/package/libdrm/libdrm.hash
> index f9d82174c..9f0f8e720 100644
> --- a/package/libdrm/libdrm.hash
> +++ b/package/libdrm/libdrm.hash
> @@ -1,2 +1,5 @@
> -# From https://lists.freedesktop.org/archives/dri-devel/2017-March/137337.html
> -sha256 7cdfb83ea77def453299dd95332aa9257c9f3534ff5844f5c0ce87265c275f3a  libdrm-2.4.76.tar.bz2
> +# From https://lists.freedesktop.org/archives/dri-devel/2017-April/137998.html
> +md5 f03e095b591d62b5b5fc9ec79efebf64  libdrm-2.4.77.tar.bz2
> +sha1 705709656512c5d2759ecfe9a71c92a64ffe9f51  libdrm-2.4.77.tar.bz2
> +sha256 e8d5e2ca3a42a4d02b4df97fde45a12eeeb34c158008361026f82c8bf6fb3b6d  libdrm-2.4.77.tar.bz2
> +sha512 df313bdd9186efdb0e60acdd55e0d5dba402b19011bc3899d56efb4d065f67b6e8c44108fbd8fd258120d4b5c1cc53090beaab732c763bf52f8b352d3c30d101  libdrm-2.4.77.tar.bz2
> diff --git a/package/libdrm/libdrm.mk b/package/libdrm/libdrm.mk
> index 8223262d0..9a78f20c9 100644
> --- a/package/libdrm/libdrm.mk
> +++ b/package/libdrm/libdrm.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -LIBDRM_VERSION = 2.4.76
> +LIBDRM_VERSION = 2.4.77
>  LIBDRM_SOURCE = libdrm-$(LIBDRM_VERSION).tar.bz2
>  LIBDRM_SITE = http://dri.freedesktop.org/libdrm
>  LIBDRM_LICENSE = MIT

      parent reply	other threads:[~2017-04-13 17:21 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-04 21:23 [Buildroot] [PATCH 1/1] package/libdrm: bump version to 2.4.77 Bernd Kuhls
2017-04-06 20:33 ` Thomas Petazzoni
2017-04-07  5:35   ` Bernd Kuhls
2017-04-07 11:26     ` Arnout Vandecappelle
2017-04-13 17:21 ` Peter Seiderer [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=20170413192147.7dc6f2bb@gmx.net \
    --to=ps.report@gmx.net \
    --cc=buildroot@busybox.net \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox