mbox

[0/7] base: openssl and net-tools fixes

Message ID cover.1398257704.git.Morten.ThunbergSvendsen@prevas.dk
State Not Applicable
Delegated to: Esben Haabendal
Headers show

Pull-request

git://gitorious.org/oe-lite/mtss-base base-openssl-net-tools

Message

Morten Svendsen April 23, 2014, 12:57 p.m. UTC
A few fixes to enable build on new build systems (kernel > 3.3, perl >= 5.18).


The following changes since commit c36b4a8e8bdf6e790ae723c893f568fe8f212d51:

  glib: Fix compatibility with mingw32 (2014-04-22 09:30:57 +0200)

are available in the git repository at:

  git://gitorious.org/oe-lite/mtss-base base-openssl-net-tools
  http://gitorious.org/oe-lite/mtss-base/commits/base-openssl-net-tools

Morten Thunberg Svendsen (7):
  net-tools: Disable HWSTRIP and HWTR support
  net-tools: Split individual utilities into seperate packages
  net-tools: Fix building the mii-diag and ether-wake tool with empty
    CFLAGS
  net-tools: Remove debug make -n install
  net-tools: Use install not cp to install
  openssl: Fix use of perlpath.pl which uses find.pl not in perl 5.18
  openssl: Fix do_install on systems with pod from perl 5.18

 recipes/net-tools/files/net-tools-1.60-config.h    |   6 +-
 recipes/net-tools/files/net-tools-1.60-config.make |   5 +-
 recipes/net-tools/net-tools_1.60.oe                |  41 ++-
 .../openssl/openssl-1.0.1g/fix-pod-errors.patch    | 396 +++++++++++++++++++++
 recipes/openssl/openssl.inc                        |   3 -
 recipes/openssl/openssl_1.0.1g.oe                  |   2 +-
 6 files changed, 437 insertions(+), 16 deletions(-)
 create mode 100644 recipes/openssl/openssl-1.0.1g/fix-pod-errors.patch

Comments

Esben Haabendal May 13, 2014, 9:59 a.m. UTC | #1
Morten Thunberg Svendsen <Morten.ThunbergSvendsen@prevas.dk> writes:

> Morten Thunberg Svendsen (7):
>   net-tools: Disable HWSTRIP and HWTR support
>   net-tools: Split individual utilities into seperate packages
>   net-tools: Fix building the mii-diag and ether-wake tool with empty
>     CFLAGS
>   net-tools: Remove debug make -n install
>   net-tools: Use install not cp to install
>   openssl: Fix use of perlpath.pl which uses find.pl not in perl 5.18
>   openssl: Fix do_install on systems with pod from perl 5.18

Merged to master, thanks.

/Esben