Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] Bump version and remove strcmp patch
@ 2014-09-23 19:18 Eric Limpens
  2014-09-23 19:48 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Limpens @ 2014-09-23 19:18 UTC (permalink / raw)
  To: buildroot

- Bump version to git revision 0bf57f9...
- Remove strcmp patch, has been fixed upstream

Signed-off-by: Eric Limpens <limpens@gmail.com>
---
 package/pifmrds/pifmrds-0003-rds_wav-strcmp.patch | 17 -----------------
 package/pifmrds/pifmrds.mk                        |  2 +-
 2 files changed, 1 insertion(+), 18 deletions(-)
 delete mode 100644 package/pifmrds/pifmrds-0003-rds_wav-strcmp.patch

diff --git a/package/pifmrds/pifmrds-0003-rds_wav-strcmp.patch b/package/pifmrds/pifmrds-0003-rds_wav-strcmp.patch
deleted file mode 100644
index faf7ee5..0000000
--- a/package/pifmrds/pifmrds-0003-rds_wav-strcmp.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-rds_wav: add missign include for strcmp()
-
-strcmp() is declared in string.h, so include it.
-
-Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
-
-diff -durN pifmrds-c67306ea9b8d827f45e0d90279d367e97119bcb1.orig/src/rds_wav.c pifmrds-c67306ea9b8d827f45e0d90279d367e97119bcb1/src/rds_wav.c
---- pifmrds-c67306ea9b8d827f45e0d90279d367e97119bcb1.orig/src/rds_wav.c	2014-05-04 18:21:40.000000000 +0200
-+++ pifmrds-c67306ea9b8d827f45e0d90279d367e97119bcb1/src/rds_wav.c	2014-06-21 17:39:22.999128453 +0200
-@@ -26,6 +26,7 @@
- #include <stdlib.h>
- #include <math.h>
- #include <sndfile.h>
-+#include <string.h>
- 
- #include "rds.h"
- #include "fm_mpx.h"
diff --git a/package/pifmrds/pifmrds.mk b/package/pifmrds/pifmrds.mk
index 0f27fce..5179715 100644
--- a/package/pifmrds/pifmrds.mk
+++ b/package/pifmrds/pifmrds.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-PIFMRDS_VERSION = c67306ea9b8d827f45e0d90279d367e97119bcb1
+PIFMRDS_VERSION = 0bf57f9ce0d954365a38d8af8e7be6f28521c3f2
 PIFMRDS_SITE = $(call github,ChristopheJacquet,PiFmRds,$(PIFMRDS_VERSION))
 PIFMRDS_DEPENDENCIES = libsndfile
 PIFMRDS_LICENSE = GPLv3+
-- 
1.9.1

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

* [Buildroot] [PATCH 1/1] Bump version and remove strcmp patch
  2014-09-23 19:18 [Buildroot] [PATCH 1/1] Bump version and remove strcmp patch Eric Limpens
@ 2014-09-23 19:48 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2014-09-23 19:48 UTC (permalink / raw)
  To: buildroot

Dear Eric Limpens,

On Tue, 23 Sep 2014 21:18:05 +0200, Eric Limpens wrote:
> - Bump version to git revision 0bf57f9...
> - Remove strcmp patch, has been fixed upstream
> 
> Signed-off-by: Eric Limpens <limpens@gmail.com>
> ---
>  package/pifmrds/pifmrds-0003-rds_wav-strcmp.patch | 17 -----------------
>  package/pifmrds/pifmrds.mk                        |  2 +-
>  2 files changed, 1 insertion(+), 18 deletions(-)
>  delete mode 100644 package/pifmrds/pifmrds-0003-rds_wav-strcmp.patch

Thanks, I've applied your patch. However, I had to tweak the commit
title to:

	pifmrds: bump version and remove strcmp patch

because we like to have all patches to have a prefix that indicates the
area of Buildroot being modified by the patch.

Thanks,

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

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

end of thread, other threads:[~2014-09-23 19:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-23 19:18 [Buildroot] [PATCH 1/1] Bump version and remove strcmp patch Eric Limpens
2014-09-23 19:48 ` Thomas Petazzoni

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