mbox

[pull,request] package/gnmupg2: build fixes

Message ID cover.1450302183.git.yann.morin.1998@free.fr
State Not Applicable
Headers show

Pull-request

git://git.busybox.net/~ymorin/git/buildroot yem/gnupg2

Message

Yann E. MORIN Dec. 16, 2015, 9:44 p.m. UTC
Hello All!

This series fixes two build issues with gnupg2:
  - build failure with musl  (missing #include),
  - really not running tests in cross-compilation.

Regards,
Yann E. MORIN.


The following changes since commit 4cb010a5f1773d11c0dadcb3ac5ffa6e154fa113:

  package/libhdhomerun: new package (2015-12-16 22:11:33 +0100)

are available in the git repository at:

  git://git.busybox.net/~ymorin/git/buildroot yem/gnupg2

for you to fetch changes up to c7dd2e8bb5db5e326a7a4e7cb3611b8a0eea0e68:

  package/gnupg2: really do not run tests in cross-compilation (2015-12-16 22:42:36 +0100)

----------------------------------------------------------------
Yann E. MORIN (2):
      package/gnupg2: fix build with musl
      package/gnupg2: really do not run tests in cross-compilation

 .../0000-silence-git-when-not-in-git-tree.patch    | 26 +++++++++++++++
 package/gnupg2/0001-fix-pth-config-usage.patch     | 29 ++++++++--------
 package/gnupg2/0002-missing-include.patch          | 15 +++++++++
 package/gnupg2/0003-dont-run-tests.patch           | 39 ++++++++++++++++++++++
 package/gnupg2/gnupg2.mk                           |  4 +++
 5 files changed, 97 insertions(+), 16 deletions(-)
 create mode 100644 package/gnupg2/0000-silence-git-when-not-in-git-tree.patch
 create mode 100644 package/gnupg2/0002-missing-include.patch
 create mode 100644 package/gnupg2/0003-dont-run-tests.patch

Comments

Thomas Petazzoni Dec. 16, 2015, 10:43 p.m. UTC | #1
Yann,

On Wed, 16 Dec 2015 22:44:26 +0100, Yann E. MORIN wrote:

> Yann E. MORIN (2):
>       package/gnupg2: fix build with musl
>       package/gnupg2: really do not run tests in cross-compilation

Both applied. On patch 2, as suggested by Arnout, I have renamed patch
0000 to 0004.

As suggested by Arnout as well, please submit the patches upstream :-)

Thanks!

Thomas