Re: [lng-odp] [PATCH] scripts: add dist dependency to git_hash.sh

2015-06-04 Thread Nicolas Morey-Chaisemartin
Thanks. I guess the ticket can be closed now. The issue with rebuilding from a dist tar.gz should probably be the topic of another issue in the bug tracker. Nicolas On 06/04/2015 11:05 AM, Maxim Uvarov wrote: Merged. Tested that with: ./scripts/builddeb warnings disappear. Thanks,

Re: [lng-odp] [PATCH] scripts: add dist dependency to git_hash.sh

2015-06-04 Thread Maxim Uvarov
Merged. Tested that with: ./scripts/builddeb warnings disappear. Thanks, Maxim. On 06/03/15 11:28, Nicolas Morey-Chaisemartin wrote: This forces automake to also copy the git_hash.sh script when running make distcheck Address bug https://bugs.linaro.org/show_bug.cgi?id=1603 Signed-off-by:

Re: [lng-odp] [PATCH] scripts: add dist dependency to git_hash.sh

2015-06-03 Thread Maxim Uvarov
Hello Nicolas, does that patch fix: https://bugs.linaro.org/show_bug.cgi?id=1603 ? On 3 June 2015 at 11:28, Nicolas Morey-Chaisemartin nmo...@kalray.eu wrote: This forces automake to also copy the git_hash.sh script when running make distcheck Address bug

[lng-odp] [PATCH] scripts: add dist dependency to git_hash.sh

2015-06-03 Thread Nicolas Morey-Chaisemartin
This forces automake to also copy the git_hash.sh script when running make distcheck Address bug https://bugs.linaro.org/show_bug.cgi?id=1603 Signed-off-by: Nicolas Morey-Chaisemartin nmo...@kalray.eu --- Makefile.am | 2 +- configure.ac| 1 + scripts/Makefile.am | 1 + 3 files

Re: [lng-odp] [PATCH] scripts: add dist dependency to git_hash.sh

2015-06-03 Thread Nicolas Morey-Chaisemartin
Yes it should. I haven't tested on your build system, but I don't see the error anymore when running make distcheck on my system. Nicolas On 06/03/2015 10:36 AM, Maxim Uvarov wrote: Hello Nicolas, does that patch fix: https://bugs.linaro.org/show_bug.cgi?id=1603 ? On 3 June 2015 at 11:28,