* [Buildroot] [PATCH] svgtiny: create BUILDDIR before $(BUILDDIR)/src_colors.c
@ 2014-06-18 6:57 Max Filippov
2014-06-18 11:52 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Max Filippov @ 2014-06-18 6:57 UTC (permalink / raw)
To: buildroot
Fixes:
http://autobuild.buildroot.net/results/5fe/5feca450d70a8de48fa2463e55c9e84db5d755b0/
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
---
.../libsvgtiny-100-create-builddir.patch | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
create mode 100644 package/libsvgtiny/libsvgtiny-100-create-builddir.patch
diff --git a/package/libsvgtiny/libsvgtiny-100-create-builddir.patch b/package/libsvgtiny/libsvgtiny-100-create-builddir.patch
new file mode 100644
index 0000000..a404d86
--- /dev/null
+++ b/package/libsvgtiny/libsvgtiny-100-create-builddir.patch
@@ -0,0 +1,15 @@
+svgtiny: create BUILDDIR before $(BUILDDIR)/src_colors.c
+
+Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
+---
+--- libsvgtiny-12121/src/Makefile.orig 2014-06-17 15:30:21.765311434 +0400
++++ libsvgtiny-12121/src/Makefile 2014-06-17 15:29:56.569909931 +0400
+@@ -3,7 +3,7 @@
+
+ SOURCES := $(SOURCES) $(BUILDDIR)/src_colors.c
+
+-$(BUILDDIR)/src_colors.c: src/colors.gperf
++$(BUILDDIR)/src_colors.c: src/colors.gperf $(BUILDDIR)/stamp
+ $(VQ)$(ECHO) " GPERF: $<"
+ $(Q)gperf --output-file=$@.tmp $<
+ # Hack for GCC 4.2 compatibility (gperf 3.0.4 solves this properly)
--
1.7.7.6
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] svgtiny: create BUILDDIR before $(BUILDDIR)/src_colors.c
2014-06-18 6:57 [Buildroot] [PATCH] svgtiny: create BUILDDIR before $(BUILDDIR)/src_colors.c Max Filippov
@ 2014-06-18 11:52 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2014-06-18 11:52 UTC (permalink / raw)
To: buildroot
>>>>> "Max" == Max Filippov <jcmvbkbc@gmail.com> writes:
> Fixes:
> http://autobuild.buildroot.net/results/5fe/5feca450d70a8de48fa2463e55c9e84db5d755b0/
> Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
> ---
> .../libsvgtiny-100-create-builddir.patch | 15 +++++++++++++++
> 1 files changed, 15 insertions(+), 0 deletions(-)
> create mode 100644 package/libsvgtiny/libsvgtiny-100-create-builddir.patch
> diff --git a/package/libsvgtiny/libsvgtiny-100-create-builddir.patch b/package/libsvgtiny/libsvgtiny-100-create-builddir.patch
> new file mode 100644
> index 0000000..a404d86
> --- /dev/null
> +++ b/package/libsvgtiny/libsvgtiny-100-create-builddir.patch
We should also add an "order" number to the existing patch and call this
-02-create-builddir.patch. Committed with that fixed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-06-18 11:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-18 6:57 [Buildroot] [PATCH] svgtiny: create BUILDDIR before $(BUILDDIR)/src_colors.c Max Filippov
2014-06-18 11:52 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox