All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] libfastjson: Was referencing non-existing files
@ 2016-09-16  9:36 Frederik Aalund
  2016-09-16 16:55 ` Thomas Petazzoni
  0 siblings, 1 reply; 6+ messages in thread
From: Frederik Aalund @ 2016-09-16  9:36 UTC (permalink / raw)
  To: buildroot

Both the .hash and the .mk file was referencing non-existing files.
This caused the build to fail. I've made both files point to the
correct file names.

Signed-off-by: Frederik Aalund <fpa@sbtaqua.com>
---
 package/libfastjson/libfastjson.hash | 2 +-
 package/libfastjson/libfastjson.mk   | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/package/libfastjson/libfastjson.hash b/package/libfastjson/libfastjson.hash
index 8531dac..7089c3d 100644
--- a/package/libfastjson/libfastjson.hash
+++ b/package/libfastjson/libfastjson.hash
@@ -1,2 +1,2 @@
 # Locally calculated
-sha256  fcdca0c4702362de3db3f02c8da05f985b54a9eccd618af41730409b75d10a8f  libfastjson-v0.99.2.tar.gz
+sha256  fcdca0c4702362de3db3f02c8da05f985b54a9eccd618af41730409b75d10a8f  v0.99.2.tar.gz
diff --git a/package/libfastjson/libfastjson.mk b/package/libfastjson/libfastjson.mk
index ec5390c..80e389f 100644
--- a/package/libfastjson/libfastjson.mk
+++ b/package/libfastjson/libfastjson.mk
@@ -4,8 +4,9 @@
 #
 ################################################################################
 
-LIBFASTJSON_VERSION = v0.99.2
+LIBFASTJSON_VERSION = 0.99.2
 LIBFASTJSON_SITE = $(call github,rsyslog,libfastjson,$(LIBFASTJSON_VERSION))
+LIBFASTJSON_SOURCE = v$(LIBFASTJSON_VERSION).tar.gz
 LIBFASTJSON_INSTALL_STAGING = YES
 # From git
 LIBFASTJSON_AUTORECONF = YES
-- 
2.5.0

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

end of thread, other threads:[~2016-09-21  9:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-16  9:36 [Buildroot] [PATCH 1/1] libfastjson: Was referencing non-existing files Frederik Aalund
2016-09-16 16:55 ` Thomas Petazzoni
2016-09-20 13:36   ` Frederik Peter Aalund
2016-09-20 14:33     ` Peter Korsgaard
2016-09-21  8:44       ` Frederik Peter Aalund
2016-09-21  9:00         ` Thomas Petazzoni

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.