* [Buildroot] [PATCH 1/2] directfb: bump to version 1.4.15
@ 2011-10-04 10:51 Sven Neumann
2011-10-04 10:51 ` [Buildroot] [PATCH 2/2] linux-fusion: bump to version 8.7.0 Sven Neumann
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Sven Neumann @ 2011-10-04 10:51 UTC (permalink / raw)
To: buildroot
Remove patch that has been included upstream.
Signed-off-by: Sven Neumann <s.neumann@raumfeld.com>
---
.../directfb/directfb-1.4.13-ppc-compile-fix.patch | 17 -----------------
package/directfb/directfb.mk | 2 +-
2 files changed, 1 insertions(+), 18 deletions(-)
delete mode 100644 package/directfb/directfb-1.4.13-ppc-compile-fix.patch
diff --git a/package/directfb/directfb-1.4.13-ppc-compile-fix.patch b/package/directfb/directfb-1.4.13-ppc-compile-fix.patch
deleted file mode 100644
index 2514eae..0000000
--- a/package/directfb/directfb-1.4.13-ppc-compile-fix.patch
+++ /dev/null
@@ -1,17 +0,0 @@
----
- lib/direct/ppcasm_memcpy_cachable.S | 2 --
- 1 file changed, 2 deletions(-)
-
-Index: DirectFB-1.2.7/lib/direct/ppcasm_memcpy_cachable.S
-===================================================================
---- DirectFB-1.2.7.orig/lib/direct/ppcasm_memcpy_cachable.S
-+++ DirectFB-1.2.7/lib/direct/ppcasm_memcpy_cachable.S
-@@ -34,8 +34,6 @@
-
- #define __ASSEMBLY__
-
--#include <linux/config.h>
--
- #if defined(CONFIG_8xx) || defined(CONFIG_403GCX)
- #define L1_CACHE_LINE_SIZE 16
- #define LG_L1_CACHE_LINE_SIZE 4
diff --git a/package/directfb/directfb.mk b/package/directfb/directfb.mk
index af64542..977d272 100644
--- a/package/directfb/directfb.mk
+++ b/package/directfb/directfb.mk
@@ -4,7 +4,7 @@
#
#############################################################
DIRECTFB_VERSION_MAJOR = 1.4
-DIRECTFB_VERSION = $(DIRECTFB_VERSION_MAJOR).13
+DIRECTFB_VERSION = $(DIRECTFB_VERSION_MAJOR).15
DIRECTFB_SITE = http://www.directfb.org/downloads/Core/DirectFB-$(DIRECTFB_VERSION_MAJOR)
DIRECTFB_SOURCE = DirectFB-$(DIRECTFB_VERSION).tar.gz
DIRECTFB_AUTORECONF = YES
--
1.7.4.1
^ permalink raw reply related [flat|nested] 4+ messages in thread* [Buildroot] [PATCH 2/2] linux-fusion: bump to version 8.7.0
2011-10-04 10:51 [Buildroot] [PATCH 1/2] directfb: bump to version 1.4.15 Sven Neumann
@ 2011-10-04 10:51 ` Sven Neumann
2011-10-04 11:45 ` [Buildroot] [PATCH 3/3] sawman: bump to version 1.4.15 Sven Neumann
2011-10-07 11:32 ` [Buildroot] [PATCH 1/2] directfb: " Peter Korsgaard
2 siblings, 0 replies; 4+ messages in thread
From: Sven Neumann @ 2011-10-04 10:51 UTC (permalink / raw)
To: buildroot
Remove patch that has become obsolete.
Signed-off-by: Sven Neumann <s.neumann@raumfeld.com>
---
...ux-fusion-8.1.2-fix-warnings-at-link-time.patch | 40 --------------------
package/linux-fusion/linux-fusion.mk | 2 +-
2 files changed, 1 insertions(+), 41 deletions(-)
delete mode 100644 package/linux-fusion/linux-fusion-8.1.2-fix-warnings-at-link-time.patch
diff --git a/package/linux-fusion/linux-fusion-8.1.2-fix-warnings-at-link-time.patch b/package/linux-fusion/linux-fusion-8.1.2-fix-warnings-at-link-time.patch
deleted file mode 100644
index 7c46eaf..0000000
--- a/package/linux-fusion/linux-fusion-8.1.2-fix-warnings-at-link-time.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-From 7884688ba7a2e4cb7772cbedb34245a7fc9bf9d9 Mon Sep 17 00:00:00 2001
-From: Lionel Landwerlin <llandwerlin@gmail.com>
-Date: Wed, 3 Nov 2010 10:25:17 +0100
-Subject: [PATCH] Fix warnings at link time
-
-Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
----
- linux/drivers/char/fusion/entries.c | 2 +-
- linux/drivers/char/fusion/fusiondev.c | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/linux/drivers/char/fusion/entries.c b/linux/drivers/char/fusion/entries.c
-index 11edd43..8d102cf 100644
---- a/linux/drivers/char/fusion/entries.c
-+++ b/linux/drivers/char/fusion/entries.c
-@@ -28,7 +28,7 @@
- #include "fusiondev.h"
- #include "entries.h"
-
--struct timeval now;
-+static struct timeval now;
-
- void
- fusion_entries_init(FusionEntries * entries,
-diff --git a/linux/drivers/char/fusion/fusiondev.c b/linux/drivers/char/fusion/fusiondev.c
-index 2457bc1..7c7680d 100644
---- a/linux/drivers/char/fusion/fusiondev.c
-+++ b/linux/drivers/char/fusion/fusiondev.c
-@@ -64,7 +64,7 @@
- MODULE_LICENSE("GPL");
- MODULE_AUTHOR("Denis Oliver Kropp <dok@directfb.org>");
-
--struct proc_dir_entry *proc_fusion_dir;
-+static struct proc_dir_entry *proc_fusion_dir;
-
- static int fusion_major = FUSION_MAJOR;
-
---
-1.6.0.6
-
diff --git a/package/linux-fusion/linux-fusion.mk b/package/linux-fusion/linux-fusion.mk
index 4dba98f..2e62dba 100644
--- a/package/linux-fusion/linux-fusion.mk
+++ b/package/linux-fusion/linux-fusion.mk
@@ -3,7 +3,7 @@
# linux-fusion
#
#############################################################
-LINUX_FUSION_VERSION = 8.1.2
+LINUX_FUSION_VERSION = 8.7.0
LINUX_FUSION_SOURCE = linux-fusion-$(LINUX_FUSION_VERSION).tar.gz
LINUX_FUSION_SITE = http://directfb.org/downloads/Core/linux-fusion
LINUX_FUSION_INSTALL_STAGING = YES
--
1.7.4.1
^ permalink raw reply related [flat|nested] 4+ messages in thread* [Buildroot] [PATCH 3/3] sawman: bump to version 1.4.15
2011-10-04 10:51 [Buildroot] [PATCH 1/2] directfb: bump to version 1.4.15 Sven Neumann
2011-10-04 10:51 ` [Buildroot] [PATCH 2/2] linux-fusion: bump to version 8.7.0 Sven Neumann
@ 2011-10-04 11:45 ` Sven Neumann
2011-10-07 11:32 ` [Buildroot] [PATCH 1/2] directfb: " Peter Korsgaard
2 siblings, 0 replies; 4+ messages in thread
From: Sven Neumann @ 2011-10-04 11:45 UTC (permalink / raw)
To: buildroot
Signed-off-by: Sven Neumann <s.neumann@raumfeld.com>
---
package/sawman/sawman.mk | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/package/sawman/sawman.mk b/package/sawman/sawman.mk
index 71d52ae..504cc9e 100644
--- a/package/sawman/sawman.mk
+++ b/package/sawman/sawman.mk
@@ -3,11 +3,10 @@
# SAWMAN
#
#############################################################
-SAWMAN_VERSION:=1.4.11
-SAWMAN_SOURCE:=SaWMan-$(SAWMAN_VERSION).tar.gz
-SAWMAN_SITE:=http://www.directfb.org/downloads/Extras
+SAWMAN_VERSION = 1.4.15
+SAWMAN_SOURCE = SaWMan-$(SAWMAN_VERSION).tar.gz
+SAWMAN_SITE = http://www.directfb.org/downloads/Extras
SAWMAN_INSTALL_STAGING = YES
SAWMAN_DEPENDENCIES = directfb
$(eval $(call AUTOTARGETS))
-
--
1.7.4.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 1/2] directfb: bump to version 1.4.15
2011-10-04 10:51 [Buildroot] [PATCH 1/2] directfb: bump to version 1.4.15 Sven Neumann
2011-10-04 10:51 ` [Buildroot] [PATCH 2/2] linux-fusion: bump to version 8.7.0 Sven Neumann
2011-10-04 11:45 ` [Buildroot] [PATCH 3/3] sawman: bump to version 1.4.15 Sven Neumann
@ 2011-10-07 11:32 ` Peter Korsgaard
2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2011-10-07 11:32 UTC (permalink / raw)
To: buildroot
>>>>> "Sven" == Sven Neumann <s.neumann@raumfeld.com> writes:
Sven> Remove patch that has been included upstream.
Committed all 3, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-10-07 11:32 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-04 10:51 [Buildroot] [PATCH 1/2] directfb: bump to version 1.4.15 Sven Neumann
2011-10-04 10:51 ` [Buildroot] [PATCH 2/2] linux-fusion: bump to version 8.7.0 Sven Neumann
2011-10-04 11:45 ` [Buildroot] [PATCH 3/3] sawman: bump to version 1.4.15 Sven Neumann
2011-10-07 11:32 ` [Buildroot] [PATCH 1/2] directfb: " Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox