Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 1/7] directfb: bump version to 1.7.7 and add hash
@ 2015-02-27 22:25 Peter Seiderer
  2015-02-27 22:25 ` [Buildroot] [PATCH v2 2/7] directfb: erase unsupported configure options Peter Seiderer
                   ` (6 more replies)
  0 siblings, 7 replies; 13+ messages in thread
From: Peter Seiderer @ 2015-02-27 22:25 UTC (permalink / raw)
  To: buildroot

Remove 0003-remove-redefinition-of-__typeof__.patch (the only upstream
committed patch).

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
Changes v1 -> v2:
  - merged add hash patch (as suggested by Peter Korsgaard)
---
 .../0003-remove-redefinition-of-__typeof__.patch   | 28 ----------------------
 ...region-lock.patch => 0003-setregion-lock.patch} |  0
 ...-use-gcc-link.patch => 0004-use-gcc-link.patch} |  0
 package/directfb/directfb.hash                     |  3 +++
 package/directfb/directfb.mk                       |  4 ++--
 5 files changed, 5 insertions(+), 30 deletions(-)
 delete mode 100644 package/directfb/0003-remove-redefinition-of-__typeof__.patch
 rename package/directfb/{0004-setregion-lock.patch => 0003-setregion-lock.patch} (100%)
 rename package/directfb/{0005-use-gcc-link.patch => 0004-use-gcc-link.patch} (100%)
 create mode 100644 package/directfb/directfb.hash

diff --git a/package/directfb/0003-remove-redefinition-of-__typeof__.patch b/package/directfb/0003-remove-redefinition-of-__typeof__.patch
deleted file mode 100644
index e3861af..0000000
--- a/package/directfb/0003-remove-redefinition-of-__typeof__.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-Remove definition to fix qt5 build.
-
-Fetch from: http://git.directfb.org/?p=core/DirectFB.git;a=patch;h=203f78a4193a8ff110dec3c860e0928af1a0a72f
-
-From 203f78a4193a8ff110dec3c860e0928af1a0a72f Mon Sep 17 00:00:00 2001
-From: Denis Oliver Kropp <dok@directfb.org>
-Date: Wed, 31 Jul 2013 21:56:05 +0200
-Subject: [PATCH] libdirect: Remove redefinition of __typeof__!!!
-
----
- lib/direct/os/linux/glibc/types.h |    1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/lib/direct/os/linux/glibc/types.h b/lib/direct/os/linux/glibc/types.h
-index 08e94b2..80cb350 100644
---- a/lib/direct/os/linux/glibc/types.h
-+++ b/lib/direct/os/linux/glibc/types.h
-@@ -81,7 +81,6 @@ typedef int64_t s64;
- #define __dfb_no_instrument_function__  __attribute__((no_instrument_function))
- #define __constructor__                 __attribute__((constructor))
- #define __destructor__                  __attribute__((destructor))
--#define __typeof__(x)                   __typeof__(x)
- 
- #ifndef __func__
- #define __func__                        __FUNCTION__
--- 
-1.7.9.5
-
diff --git a/package/directfb/0004-setregion-lock.patch b/package/directfb/0003-setregion-lock.patch
similarity index 100%
rename from package/directfb/0004-setregion-lock.patch
rename to package/directfb/0003-setregion-lock.patch
diff --git a/package/directfb/0005-use-gcc-link.patch b/package/directfb/0004-use-gcc-link.patch
similarity index 100%
rename from package/directfb/0005-use-gcc-link.patch
rename to package/directfb/0004-use-gcc-link.patch
diff --git a/package/directfb/directfb.hash b/package/directfb/directfb.hash
new file mode 100644
index 0000000..346b86e
--- /dev/null
+++ b/package/directfb/directfb.hash
@@ -0,0 +1,3 @@
+# Locally computed:
+sha256  b785c638dc31b8fe3a7c81be1475c89b2255ab3d67b777c747d3fbc52f8027a3  DirectFB-1.7.7.tar.gz
+
diff --git a/package/directfb/directfb.mk b/package/directfb/directfb.mk
index e3dc506..b41e5c6 100644
--- a/package/directfb/directfb.mk
+++ b/package/directfb/directfb.mk
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-DIRECTFB_VERSION_MAJOR = 1.6
-DIRECTFB_VERSION = $(DIRECTFB_VERSION_MAJOR).3
+DIRECTFB_VERSION_MAJOR = 1.7
+DIRECTFB_VERSION = $(DIRECTFB_VERSION_MAJOR).7
 DIRECTFB_SITE = http://www.directfb.org/downloads/Core/DirectFB-$(DIRECTFB_VERSION_MAJOR)
 DIRECTFB_SOURCE = DirectFB-$(DIRECTFB_VERSION).tar.gz
 DIRECTFB_LICENSE = LGPLv2.1+
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [Buildroot] [PATCH v2 1/7] directfb: bump version to 1.7.7 and add hash
@ 2015-03-01 19:15 Peter Seiderer
  2015-03-02  8:32 ` Thomas Petazzoni
  2015-04-05 14:14 ` Thomas Petazzoni
  0 siblings, 2 replies; 13+ messages in thread
From: Peter Seiderer @ 2015-03-01 19:15 UTC (permalink / raw)
  To: buildroot

Hello Thomas,

On Sat, Feb 28, 2015 at 07:00:21PM +0100, Thomas Petazzoni wrote:
> Hello,
> 
> On Sat, 28 Feb 2015 11:37:10 +0100, Thomas Petazzoni wrote:
> 
> > I already had a series to bump DirectFB, but I never finished testing
> > it, so I never submitted it. I think my series has some more cleanups
> > than your series. Do you mind if I push my series somewhere so you can
> > have a look, and maybe pick up some additional things?
> 

Yes, for sure, you spotted a lot more cleanups and issues...

> I've pushed my patch series at:
> 
>   http://git.free-electrons.com/users/thomas-petazzoni/buildroot/log/?h=directfb-bump
> 
> The list of commits is (in reverse order) :
> 
> directfb-examples: bump to 1.7.0, add hash file
> directfb-examples: do not install to staging
> directfb-examples: remove options for each example
> linux-fusion: use a more traditional style to define LINUX_FUSION_MAKE_OPTS
> linux-fusion: bump to 9.0.3, use .tar.xz and add hash file
> sawman: remove package
> divine: remove package
> directfb: add options for divine and sawman
> directfb: remove BR2_PACKAGE_DIRECTFB_DEBUG option
> directfb: remove BR2_PACKAGE_DIRECTFB_UNIQUE option
> directfb: remove broken X.org support
> directfb: add hash file
> directfb: bump to 1.7.6
> directfb: rename patches to the new naming convention
> 
> How shall we proceed to merge both of our series together? Are you
> willing to take care of this?
>

Will try to provide an updated patch version (my versions plus yours)
and do more testing...

Regards,
Peter

 
> Best regards,
> 
> Thomas
> -- 
> Thomas Petazzoni, CTO, Free Electrons
> Embedded Linux, Kernel and Android engineering
> http://free-electrons.com

^ permalink raw reply	[flat|nested] 13+ messages in thread
* [Buildroot] [PATCH v2 1/7] directfb: bump version to 1.7.7 and add hash
@ 2015-04-13 18:17 Peter Seiderer
  0 siblings, 0 replies; 13+ messages in thread
From: Peter Seiderer @ 2015-04-13 18:17 UTC (permalink / raw)
  To: buildroot

Hello Thomas,

first sorry for the delayed answer (holiday related)...

On Sun, Apr 05, 2015 at 04:14:23PM +0200, Thomas Petazzoni wrote:
> Dear Peter Seiderer,
> 
> On Sun, 1 Mar 2015 20:15:55 +0100, Peter Seiderer wrote:
> 
> > > How shall we proceed to merge both of our series together? Are you
> > > willing to take care of this?
> > 
> > Will try to provide an updated patch version (my versions plus yours)
> > and do more testing...
> 
> Have you had some time to look into this?
> 

No, sorry did not find enough spare time for this recently...

> I will mark your 7 patches as "Changes Requested" in patchwork. Can you
> resend an updated series in the near future? If you think you will not
> have the time to do so, let me know, and I'll try to merge your patches
> with mine and push the result.
> 

Feel free to take my patches, I hope I find enough time to do basic
testing in case you send an updated patchset...

Regards,
Peter

> Thanks,
> 
> Thomas
> -- 
> Thomas Petazzoni, CTO, Free Electrons
> Embedded Linux, Kernel and Android engineering
> http://free-electrons.com

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

end of thread, other threads:[~2015-04-13 18:17 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-27 22:25 [Buildroot] [PATCH v2 1/7] directfb: bump version to 1.7.7 and add hash Peter Seiderer
2015-02-27 22:25 ` [Buildroot] [PATCH v2 2/7] directfb: erase unsupported configure options Peter Seiderer
2015-02-27 22:25 ` [Buildroot] [PATCH v2 3/7] directfb: multi application core configure default changed Peter Seiderer
2015-02-27 22:25 ` [Buildroot] [PATCH v2 4/7] directfb: add new TIFF option Peter Seiderer
2015-02-27 22:25 ` [Buildroot] [PATCH v2 5/7] directfb: fix Blackfin.uclinux.org 2014R1 toolchain compile errors Peter Seiderer
2015-02-27 22:25 ` [Buildroot] [PATCH v2 6/7] qt: fix directfb-1.7.7 compiler errors Peter Seiderer
2015-02-27 22:25 ` [Buildroot] [PATCH v2 7/7] directfb-examples: bump version to 1.7.0 and add hash Peter Seiderer
2015-02-28 10:37 ` [Buildroot] [PATCH v2 1/7] directfb: bump version to 1.7.7 " Thomas Petazzoni
2015-02-28 18:00   ` Thomas Petazzoni
  -- strict thread matches above, loose matches on Subject: below --
2015-03-01 19:15 Peter Seiderer
2015-03-02  8:32 ` Thomas Petazzoni
2015-04-05 14:14 ` Thomas Petazzoni
2015-04-13 18:17 Peter Seiderer

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