All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/dejavu: add hashes from project site
@ 2014-12-02 20:42 Samuel Martin
  2014-12-02 20:42 ` [Buildroot] [PATCH 2/2] package/flac: fix patch file extension Samuel Martin
  2014-12-03  8:22 ` [Buildroot] [PATCH 1/2] package/dejavu: add hashes from project site Peter Korsgaard
  0 siblings, 2 replies; 4+ messages in thread
From: Samuel Martin @ 2014-12-02 20:42 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
---
 package/dejavu/dejavu.hash | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/dejavu/dejavu.hash b/package/dejavu/dejavu.hash
index 11e0d1c..282d68f 100644
--- a/package/dejavu/dejavu.hash
+++ b/package/dejavu/dejavu.hash
@@ -1,2 +1,5 @@
+# From http://dejavu-fonts.org/wiki/Download
+md5 161462de16e2ca79873bc2b0d2e6c74c dejavu-fonts-ttf-2.34.tar.bz2
+sha256 d0a72c3ae99f5b8d7470daf091ec43f78dc942795aed5c996ab1aa678702eb5d dejavu-fonts-ttf-2.34.tar.bz2
 # Locally computed
 sha1 33fa825aa1dd44ce23a11af92b3078e978ff513d dejavu-fonts-ttf-2.34.tar.bz2
-- 
2.1.3

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

* [Buildroot] [PATCH 2/2] package/flac: fix patch file extension
  2014-12-02 20:42 [Buildroot] [PATCH 1/2] package/dejavu: add hashes from project site Samuel Martin
@ 2014-12-02 20:42 ` Samuel Martin
  2014-12-03  8:23   ` Peter Korsgaard
  2014-12-03  8:22 ` [Buildroot] [PATCH 1/2] package/dejavu: add hashes from project site Peter Korsgaard
  1 sibling, 1 reply; 4+ messages in thread
From: Samuel Martin @ 2014-12-02 20:42 UTC (permalink / raw)
  To: buildroot

Fixes:
  http://autobuild.buildroot.org/results/c22/c22f29fd787a3d12d86cc3cd3e2d9c8688d2f65d/
  http://autobuild.buildroot.org/results/1f8/1f824e3aa17fb17e7efe3e4c1636974fea79c1f9/
  http://autobuild.buildroot.org/results/8ad/8ad965fbc19e22d3f43899cb5efb42626fa2f55e/

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
---
 ...m-CFLAGS.txt => 0001-configure-don-t-try-to-unset-g-from-CFLAGS.patch} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename package/flac/{0001-configure-don-t-try-to-unset-g-from-CFLAGS.txt => 0001-configure-don-t-try-to-unset-g-from-CFLAGS.patch} (100%)

diff --git a/package/flac/0001-configure-don-t-try-to-unset-g-from-CFLAGS.txt b/package/flac/0001-configure-don-t-try-to-unset-g-from-CFLAGS.patch
similarity index 100%
rename from package/flac/0001-configure-don-t-try-to-unset-g-from-CFLAGS.txt
rename to package/flac/0001-configure-don-t-try-to-unset-g-from-CFLAGS.patch
-- 
2.1.3

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

* [Buildroot] [PATCH 1/2] package/dejavu: add hashes from project site
  2014-12-02 20:42 [Buildroot] [PATCH 1/2] package/dejavu: add hashes from project site Samuel Martin
  2014-12-02 20:42 ` [Buildroot] [PATCH 2/2] package/flac: fix patch file extension Samuel Martin
@ 2014-12-03  8:22 ` Peter Korsgaard
  1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2014-12-03  8:22 UTC (permalink / raw)
  To: buildroot

>>>>> "Samuel" == Samuel Martin <s.martin49@gmail.com> writes:

 > Signed-off-by: Samuel Martin <s.martin49@gmail.com>
 > ---
 >  package/dejavu/dejavu.hash | 3 +++
 >  1 file changed, 3 insertions(+)

 > diff --git a/package/dejavu/dejavu.hash b/package/dejavu/dejavu.hash
 > index 11e0d1c..282d68f 100644
 > --- a/package/dejavu/dejavu.hash
 > +++ b/package/dejavu/dejavu.hash
 > @@ -1,2 +1,5 @@
 > +# From http://dejavu-fonts.org/wiki/Download
 > +md5 161462de16e2ca79873bc2b0d2e6c74c dejavu-fonts-ttf-2.34.tar.bz2
 > +sha256 d0a72c3ae99f5b8d7470daf091ec43f78dc942795aed5c996ab1aa678702eb5d dejavu-fonts-ttf-2.34.tar.bz2
 >  # Locally computed
 >  sha1 33fa825aa1dd44ce23a11af92b3078e978ff513d dejavu-fonts-ttf-2.34.tar.bz2

With md5 + sha256 I don't really think we need the locally generated
sha1 anymore, so I've dropped that and committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 2/2] package/flac: fix patch file extension
  2014-12-02 20:42 ` [Buildroot] [PATCH 2/2] package/flac: fix patch file extension Samuel Martin
@ 2014-12-03  8:23   ` Peter Korsgaard
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2014-12-03  8:23 UTC (permalink / raw)
  To: buildroot

>>>>> "Samuel" == Samuel Martin <s.martin49@gmail.com> writes:

 > Fixes:
 >   http://autobuild.buildroot.org/results/c22/c22f29fd787a3d12d86cc3cd3e2d9c8688d2f65d/
 >   http://autobuild.buildroot.org/results/1f8/1f824e3aa17fb17e7efe3e4c1636974fea79c1f9/
 >   http://autobuild.buildroot.org/results/8ad/8ad965fbc19e22d3f43899cb5efb42626fa2f55e/

 > Signed-off-by: Samuel Martin <s.martin49@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2014-12-03  8:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-02 20:42 [Buildroot] [PATCH 1/2] package/dejavu: add hashes from project site Samuel Martin
2014-12-02 20:42 ` [Buildroot] [PATCH 2/2] package/flac: fix patch file extension Samuel Martin
2014-12-03  8:23   ` Peter Korsgaard
2014-12-03  8:22 ` [Buildroot] [PATCH 1/2] package/dejavu: add hashes from project site 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.