[Buildroot] [PATCH 0/7] package/upmpdcli: fix build issues

Jörg Krause joerg.krause at embedded.rocks
Wed Sep 14 11:41:39 UTC 2016


This patch set fixes several issues with upmpdcli.

Jörg Krause (7):
  package/libupnpp: add patch to get pkg-config file
  package/upmpdcli: requires GCC 4.7
  package/upmpdcli: fix missing dependencies
  package/upmpdcli: add patch to fix jsoncpp detection
  package/upmpdcli: add patch to fix unsafe header path
  package/upmpdcli: add patch to fix include path of log
  package/upmpdcli: use pkg-config for libupnpp

 package/libupnpp/0002-Add-pkg-config-file.patch    |  63 ++++++++++++
 package/libupnpp/libupnpp.mk                       |   4 +-
 package/upmpdcli/0001-fix-jsoncpp-detection.patch  |  90 +++++++++++++++++
 ...x-unsafe-header-path-when-cross-compiling.patch |  48 +++++++++
 ...including-header-file-log.h-from-libupnpp.patch | 110 +++++++++++++++++++++
 package/upmpdcli/Config.in                         |   8 +-
 package/upmpdcli/upmpdcli.mk                       |  11 ++-
 7 files changed, 325 insertions(+), 9 deletions(-)
 create mode 100644 package/libupnpp/0002-Add-pkg-config-file.patch
 create mode 100644 package/upmpdcli/0001-fix-jsoncpp-detection.patch
 create mode 100644 package/upmpdcli/0002-Fix-unsafe-header-path-when-cross-compiling.patch
 create mode 100644 package/upmpdcli/0003-Fix-including-header-file-log.h-from-libupnpp.patch

-- 
2.9.3



More information about the buildroot mailing list