All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/genimage: use git version, bump to latest
@ 2015-09-22 13:48 imrehg at gmail.com
  2015-09-23 13:58 ` Vicente Olivert Riera
  0 siblings, 1 reply; 2+ messages in thread
From: imrehg at gmail.com @ 2015-09-22 13:48 UTC (permalink / raw)
  To: buildroot

From: Gergely Imreh <imrehg@gmail.com>

Using the latest release 7 of genimage on Arch Linux at the
moment seems to result in segmentation fault, while it works on
other distros. The latest git version on the other hand runs
correctly on all platforms tested. Test was done by running:
"make wandboard_defconfig && make" as Wandboard is using genimage
in the post-image script.

Signed-off-by: Gergely Imreh <imrehg@gmail.com>
---
 package/genimage/genimage.mk | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/genimage/genimage.mk b/package/genimage/genimage.mk
index 07d95a4..773d515 100644
--- a/package/genimage/genimage.mk
+++ b/package/genimage/genimage.mk
@@ -4,10 +4,10 @@
 #
 ################################################################################
 
-GENIMAGE_VERSION = 7
-GENIMAGE_SOURCE = genimage-$(GENIMAGE_VERSION).tar.xz
-GENIMAGE_SITE = http://www.pengutronix.de/software/genimage/download
+GENIMAGE_VERSION = f23b67b7e3c57712c22e226742566e206cfb43be
+GENIMAGE_SITE = git://git.pengutronix.de/git/genimage.git
 GENIMAGE_DEPENDENCIES = host-pkgconf libconfuse
 GENIMAGE_LICENSE = GPLv2
+GENIMAGE_AUTORECONF = YES
 
 $(eval $(host-autotools-package))
-- 
2.5.3

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

end of thread, other threads:[~2015-09-23 13:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-22 13:48 [Buildroot] [PATCH 1/1] package/genimage: use git version, bump to latest imrehg at gmail.com
2015-09-23 13:58 ` Vicente Olivert Riera

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.