All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] mpg123: bump to version 0.13.3
@ 2011-05-03 16:22 Gustavo Zacarias
  2011-05-03 16:22 ` [Buildroot] [PATCH 2/2] qemu/mipsel-malta: switch to kernel 2.6.38.5 Gustavo Zacarias
  2011-05-03 18:43 ` [Buildroot] [PATCH 1/2] mpg123: bump to version 0.13.3 Peter Korsgaard
  0 siblings, 2 replies; 4+ messages in thread
From: Gustavo Zacarias @ 2011-05-03 16:22 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/multimedia/mpg123/mpg123.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/multimedia/mpg123/mpg123.mk b/package/multimedia/mpg123/mpg123.mk
index a22ef18..8eeb56d 100644
--- a/package/multimedia/mpg123/mpg123.mk
+++ b/package/multimedia/mpg123/mpg123.mk
@@ -4,7 +4,7 @@
 #
 #############################################################
 
-MPG123_VERSION = 1.13.2
+MPG123_VERSION = 1.13.3
 MPG123_SOURCE = mpg123-$(MPG123_VERSION).tar.bz2
 MPG123_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/mpg123
 MPG123_CONF_OPT = --with-optimization=0 --disable-lfs-alias
-- 
1.7.3.4

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

* [Buildroot] [PATCH 2/2] qemu/mipsel-malta: switch to kernel 2.6.38.5
  2011-05-03 16:22 [Buildroot] [PATCH 1/2] mpg123: bump to version 0.13.3 Gustavo Zacarias
@ 2011-05-03 16:22 ` Gustavo Zacarias
  2011-05-03 18:46   ` Peter Korsgaard
  2011-05-03 18:43 ` [Buildroot] [PATCH 1/2] mpg123: bump to version 0.13.3 Peter Korsgaard
  1 sibling, 1 reply; 4+ messages in thread
From: Gustavo Zacarias @ 2011-05-03 16:22 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 .../{linux-2.6.36.config => linux-2.6.38.config}   |    0
 configs/qemu_mipsel_malta_defconfig                |    4 ++--
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename board/qemu/mipsel-malta/{linux-2.6.36.config => linux-2.6.38.config} (100%)

diff --git a/board/qemu/mipsel-malta/linux-2.6.36.config b/board/qemu/mipsel-malta/linux-2.6.38.config
similarity index 100%
rename from board/qemu/mipsel-malta/linux-2.6.36.config
rename to board/qemu/mipsel-malta/linux-2.6.38.config
diff --git a/configs/qemu_mipsel_malta_defconfig b/configs/qemu_mipsel_malta_defconfig
index ea3ba88..0523a14 100644
--- a/configs/qemu_mipsel_malta_defconfig
+++ b/configs/qemu_mipsel_malta_defconfig
@@ -9,9 +9,9 @@ BR2_TARGET_ROOTFS_EXT2=y
 # Kernel
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="2.6.36"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="2.6.38.5"
 BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
-BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/mipsel-malta/linux-2.6.36.config"
+BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/mipsel-malta/linux-2.6.38.config"
 BR2_LINUX_KERNEL_VMLINUX=y
 
 # Serial port config
-- 
1.7.3.4

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

* [Buildroot] [PATCH 1/2] mpg123: bump to version 0.13.3
  2011-05-03 16:22 [Buildroot] [PATCH 1/2] mpg123: bump to version 0.13.3 Gustavo Zacarias
  2011-05-03 16:22 ` [Buildroot] [PATCH 2/2] qemu/mipsel-malta: switch to kernel 2.6.38.5 Gustavo Zacarias
@ 2011-05-03 18:43 ` Peter Korsgaard
  1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2011-05-03 18:43 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 2/2] qemu/mipsel-malta: switch to kernel 2.6.38.5
  2011-05-03 16:22 ` [Buildroot] [PATCH 2/2] qemu/mipsel-malta: switch to kernel 2.6.38.5 Gustavo Zacarias
@ 2011-05-03 18:46   ` Peter Korsgaard
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2011-05-03 18:46 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2011-05-03 18:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-03 16:22 [Buildroot] [PATCH 1/2] mpg123: bump to version 0.13.3 Gustavo Zacarias
2011-05-03 16:22 ` [Buildroot] [PATCH 2/2] qemu/mipsel-malta: switch to kernel 2.6.38.5 Gustavo Zacarias
2011-05-03 18:46   ` Peter Korsgaard
2011-05-03 18:43 ` [Buildroot] [PATCH 1/2] mpg123: bump to version 0.13.3 Peter Korsgaard

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.