Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] Fix libgtk2 post install hook regression
@ 2010-10-25 19:08 Paulius Zaleckas
  2010-10-26 10:04 ` Thomas Petazzoni
  0 siblings, 1 reply; 4+ messages in thread
From: Paulius Zaleckas @ 2010-10-25 19:08 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
---

 package/libgtk2/libgtk2.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/libgtk2/libgtk2.mk b/package/libgtk2/libgtk2.mk
index d669622..835ca04 100644
--- a/package/libgtk2/libgtk2.mk
+++ b/package/libgtk2/libgtk2.mk
@@ -124,7 +124,7 @@ define LIBGTK2_POST_INSTALL_TWEAKS
 	rm -rf $(TARGET_DIR)/usr/share/gtk-2.0/demo $(TARGET_DIR)/usr/bin/gtk-demo
 endef
 
-LIBGTK2_POST_INSTALL_TARGET_HOOKS += LIBGTK_POST_INSTALL_TWEAKS
+LIBGTK2_POST_INSTALL_TARGET_HOOKS += LIBGTK2_POST_INSTALL_TWEAKS
 
 # We do not build a full version of libgtk2 for the host, because that
 # requires compiling Cairo, Pango, ATK and X.org for the

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

* [Buildroot] [PATCH] Fix libgtk2 post install hook regression
  2010-10-25 19:08 [Buildroot] [PATCH] Fix libgtk2 post install hook regression Paulius Zaleckas
@ 2010-10-26 10:04 ` Thomas Petazzoni
  2010-10-26 11:50   ` [Buildroot] Timezone Marc Leclerc
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Petazzoni @ 2010-10-26 10:04 UTC (permalink / raw)
  To: buildroot

Hello,

On Mon, 25 Oct 2010 22:08:34 +0300
Paulius Zaleckas <paulius.zaleckas@gmail.com> wrote:

> Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>

Thanks, merged into my gtk-bump branch, and pushed to my personal repo
(waiting for Peter to merge this branch).

Thanks!

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

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

* [Buildroot] Timezone
  2010-10-26 10:04 ` Thomas Petazzoni
@ 2010-10-26 11:50   ` Marc Leclerc
  2010-10-26 16:30     ` Gustavo Zacarias
  0 siblings, 1 reply; 4+ messages in thread
From: Marc Leclerc @ 2010-10-26 11:50 UTC (permalink / raw)
  To: buildroot

Hi,

Any options to have my system on UTC by default. As of default it is on 
MDT (Mountain Daylight)

Regards

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

* [Buildroot] Timezone
  2010-10-26 11:50   ` [Buildroot] Timezone Marc Leclerc
@ 2010-10-26 16:30     ` Gustavo Zacarias
  0 siblings, 0 replies; 4+ messages in thread
From: Gustavo Zacarias @ 2010-10-26 16:30 UTC (permalink / raw)
  To: buildroot

On 10/26/10 08:50, Marc Leclerc wrote:

> Hi,
> 
> Any options to have my system on UTC by default. As of default it is on
> MDT (Mountain Daylight)
> 
> Regards

That's defined in /etc/TZ in the target filesystem, which most of the
time comes from the target skeleton.
Replacing the file contents with "UTC" will do the trick.
Regards.

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

end of thread, other threads:[~2010-10-26 16:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-25 19:08 [Buildroot] [PATCH] Fix libgtk2 post install hook regression Paulius Zaleckas
2010-10-26 10:04 ` Thomas Petazzoni
2010-10-26 11:50   ` [Buildroot] Timezone Marc Leclerc
2010-10-26 16:30     ` Gustavo Zacarias

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