Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 0/6] package/upmpdcli: fix build issues
@ 2016-09-15  6:39 Jörg Krause
  2016-09-15  6:39 ` [Buildroot] [PATCH v2 1/6] package/libupnpp: add patch to get pkg-config file Jörg Krause
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Jörg Krause @ 2016-09-15  6:39 UTC (permalink / raw)
  To: buildroot

This patch set fixes several issues with upmpdcli.

Changes v1 -> v2:
  - replace patch #5 to not only solve the unsafe header include, but to fix
    static linking, too. This way we can drop the need to pass the custom
    LIBS value. This drops the need for patch #7. (suggested by Thomas)

J?rg Krause (6):
  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 use pkg-config for libupnpp
  package/upmpdcli: add patch to fix include path of log

 package/libupnpp/0002-Add-pkg-config-file.patch    |  63 ++++++++++++
 package/libupnpp/libupnpp.mk                       |   4 +-
 package/upmpdcli/0001-fix-jsoncpp-detection.patch  |  90 +++++++++++++++++
 .../0002-use-pkg-config-for-libupnpp.patch         |  66 +++++++++++++
 ...including-header-file-log.h-from-libupnpp.patch | 110 +++++++++++++++++++++
 package/upmpdcli/Config.in                         |   8 +-
 package/upmpdcli/upmpdcli.mk                       |  18 +---
 7 files changed, 342 insertions(+), 17 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-use-pkg-config-for-libupnpp.patch
 create mode 100644 package/upmpdcli/0003-Fix-including-header-file-log.h-from-libupnpp.patch

-- 
2.9.3

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-09-17 12:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-15  6:39 [Buildroot] [PATCH v2 0/6] package/upmpdcli: fix build issues Jörg Krause
2016-09-15  6:39 ` [Buildroot] [PATCH v2 1/6] package/libupnpp: add patch to get pkg-config file Jörg Krause
2016-09-17 12:05   ` Thomas Petazzoni
2016-09-15  6:39 ` [Buildroot] [PATCH v2 2/6] package/upmpdcli: requires GCC 4.7 Jörg Krause
2016-09-15  6:39 ` [Buildroot] [PATCH v2 3/6] package/upmpdcli: fix missing dependencies Jörg Krause
2016-09-15  6:39 ` [Buildroot] [PATCH v2 4/6] package/upmpdcli: add patch to fix jsoncpp detection Jörg Krause
2016-09-15  6:40 ` [Buildroot] [PATCH v2 5/6] package/upmpdcli: add patch to use pkg-config for libupnpp Jörg Krause
2016-09-15  6:40 ` [Buildroot] [PATCH v2 6/6] package/upmpdcli: add patch to fix include path of log Jörg Krause

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox