All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sylvain Raybaud <sylvain.raybaud@green-communications.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/7] Add package check: unit test library
Date: Thu, 09 Jul 2015 14:51:48 +0200	[thread overview]
Message-ID: <559E6E64.30807@green-communications.fr> (raw)
In-Reply-To: <20150703183433.GD3652@free.fr>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Yann, all,

On 03/07/2015 20:34, Yann E. MORIN wrote:
>> diff --git a/package/check/check.hash b/package/check/check.hash
>>> new file mode 100644 index 0000000..7d7e19b --- /dev/null +++
>>> b/package/check/check.hash @@ -0,0 +1,2 @@ +# Hash from:
>>> http://downloads.sourceforge.net/project/check/check/check-0.9.14.tar.gz
>
>>> 
Correct URL is:
> http://sourceforge.net/projects/check/files/check/0.9.14/

The hash is actually locally computed, so I guess it's just:
# Locally computed:

>>> diff --git a/package/check/check.mk b/package/check/check.mk 
>>> [..] +CHECK_INSTALL_STAGING = YES +CHECK_INSTALL_TARGET = NO
> Why don't you install on the target? check installs a shared
> library by default, so you really want to install in the target.
> 
> Otherwise, explain why you don't.
> 

Ah, right. Since check is used to build binaries specifically for
testing in my use case (galera), I thought I'd save some space by not
installing on target. But you're right, it's a bad idea and I'll
remove these lines.

Cheers,

- -- 
Sylvain Raybaud
www.green-communications.fr
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJVnm5kAAoJEEkkwl4JtJ9y66QP/2eT5UYOlpYXfN/UEo405082
SZ/QDNJv4m8FKLzuBNnRE5XQVIcHiNUmLJWqNrGbjeG+VnY+fbnAkZt3uPVSUY8O
u36Gs4H+3S1E7Pj6GQ0bQwz9Z4qTvIJuLTXdswtAv77Qv4uNjk5juJKrULUl8/j+
ssoBImlHY0nQVyP8xKOPlCNcrBWy8DfKQqKNkqLTvvIsqKE8gFNOsJPog9HrL56T
XRjTTK5VpXc6MuXWhd82AGTcng5S/3OBBJYN/8lTexNRdCF9y0haSyUR2MjDtb0y
LXyTm0fieaLwHfSqSUn+F/8YFN7P9wNZaWQcIlvznWFLZvhHNxUITuI1fWbNbAKY
ftIhq3RsZr2SFSj358i9GhSg50wGtWQ4HjwyZocG1nLPm2+SM+MtF7lbVQQtVc7U
jgXX6QxCd3UcgCCcOmN/XQV8H+mf96b9H76ArsG2W/TZYxBKArPnyNFmFIqMsH8G
Irih1lYrcDqpkmFripWtcdFnPjUAxUG1U01WnwGDKrvH3KE5b/YBDHfeorHjTYDs
nD4MYFnrqfOt+rpmt4np3BIXkUuTOYbQlfsB8IKdBQZF33O6U50jA+psiGJRmgkc
Z/awGe+L35kD7F1KV7fjyG5SeBFC9I8W4b1nTrG3Ww98k6Lsp4Osc+Rs48X5793l
4YLfcTO8MmMhSrXCLg7a
=DQZa
-----END PGP SIGNATURE-----

  parent reply	other threads:[~2015-07-09 12:51 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-03 13:11 [Buildroot] [PATCH 0/7] Set of patches to add MariaDB galera cluster Sylvain Raybaud
2015-07-03 13:11 ` [Buildroot] [PATCH 1/7] Add package check: unit test library Sylvain Raybaud
2015-07-03 18:34   ` Yann E. MORIN
2015-07-04  9:08     ` Thomas Petazzoni
2015-07-04 18:25       ` Yann E. MORIN
2015-07-09 12:51     ` Sylvain Raybaud [this message]
2015-07-03 13:11 ` [Buildroot] [PATCH 2/7] Add rule to build host-libaio Sylvain Raybaud
2015-07-03 18:35   ` Yann E. MORIN
2015-07-03 13:11 ` [Buildroot] [PATCH 3/7] Add package galera: wsrep provider for mysql and mariadb Sylvain Raybaud
2015-07-03 13:11 ` [Buildroot] [PATCH 4/7] Add PKG_CONFIG_* variables to help cmake find host-packages Sylvain Raybaud
2015-07-03 13:11 ` [Buildroot] [PATCH 5/7] Add fancy options to busybox sleep, like float arguments Sylvain Raybaud
2015-07-04  9:12   ` Thomas Petazzoni
2015-07-09 12:16     ` Sylvain Raybaud
2015-07-03 13:11 ` [Buildroot] [PATCH 6/7] Move mysql patches to version specific subdirectory Sylvain Raybaud
2015-07-03 13:11 ` [Buildroot] [PATCH 7/7] Propose mariadb galera cluster as an alternative to standard mysql implementation, inside msyql package Sylvain Raybaud
2015-07-04  9:16 ` [Buildroot] [PATCH 0/7] Set of patches to add MariaDB galera cluster Thomas Petazzoni
2015-07-09 10:42 ` Sylvain Raybaud

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=559E6E64.30807@green-communications.fr \
    --to=sylvain.raybaud@green-communications.fr \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.