Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v3 04/38] package/libplatform: bump version to 2.1.0
Date: Sun, 5 Feb 2017 23:40:54 +0100	[thread overview]
Message-ID: <20170205224053.GE3562@free.fr> (raw)
In-Reply-To: <20170204114451.20935-5-bernd.kuhls@t-online.de>

Bernd, All,

On 2017-02-04 12:44 +0100, Bernd Kuhls spake thusly:
> Rebased patch 0001.
> 
> Updated license info after
> https://github.com/Pulse-Eight/platform/commit/a1e5905874d5cdbce110344558d21a2810dead9c

I've sent an updated version of this patch:
    https://patchwork.ozlabs.org/patch/724299/

Regards,
Yann E. MORIN.

> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  ...nfig.cmake-fix-paths-for-cross-compilatio.patch | 28 +++++++++++-----------
>  package/libplatform/libplatform.hash               |  2 +-
>  package/libplatform/libplatform.mk                 |  8 +++----
>  3 files changed, 19 insertions(+), 19 deletions(-)
> 
> diff --git a/package/libplatform/0001-platform-config.cmake-fix-paths-for-cross-compilatio.patch b/package/libplatform/0001-platform-config.cmake-fix-paths-for-cross-compilatio.patch
> index 89f35bdb3..cfb231750 100644
> --- a/package/libplatform/0001-platform-config.cmake-fix-paths-for-cross-compilatio.patch
> +++ b/package/libplatform/0001-platform-config.cmake-fix-paths-for-cross-compilatio.patch
> @@ -13,28 +13,28 @@ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
>  
>  diff --git a/platform-config.cmake.in b/platform-config.cmake.in
>  index 7fe35fe..78b5085 100644
> ---- a/platform-config.cmake.in
> -+++ b/platform-config.cmake.in
> +--- a/p8-platform-config.cmake.in
> ++++ b/p8-platform-config.cmake.in
>  @@ -10,16 +10,16 @@
>   #
>   # propagate these properties from one build system to the other
> - set (platform_VERSION "@platform_VERSION_MAJOR at .@platform_VERSION_MINOR@")
> --set (platform_INCLUDE_DIRS @platform_INCLUDE_DIRS@ @CMAKE_INSTALL_PREFIX@/include)
> -+set (platform_INCLUDE_DIRS ${CMAKE_FIND_ROOT_PATH}/@platform_INCLUDE_DIRS@ ${CMAKE_FIND_ROOT_PATH}/@CMAKE_INSTALL_PREFIX@/include)
> - set (platform_LIBRARY_DIRS "@CMAKE_LIBRARY_OUTPUT_DIRECTORY@")
> - set (platform_LINKER_FLAGS "@platform_LINKER_FLAGS@")
> - set (platform_CONFIG_VARS "@platform_CONFIG_VARS@")
> + set (p8-platform_VERSION "@p8-platform_VERSION_MAJOR at .@p8-platform_VERSION_MINOR@")
> +-set (p8-platform_INCLUDE_DIRS @p8-platform_INCLUDE_DIRS@ @CMAKE_INSTALL_PREFIX@/include)
> ++set (p8-platform_INCLUDE_DIRS ${CMAKE_FIND_ROOT_PATH}/@p8-platform_INCLUDE_DIRS@ ${CMAKE_FIND_ROOT_PATH}/@CMAKE_INSTALL_PREFIX@/include)
> + set (p8-platform_LIBRARY_DIRS "@CMAKE_LIBRARY_OUTPUT_DIRECTORY@")
> + set (p8-platform_LINKER_FLAGS "@p8-platform_LINKER_FLAGS@")
> + set (p8-platform_CONFIG_VARS "@p8-platform_CONFIG_VARS@")
>   
>   # libraries come from the build tree where this file was generated
>   if(WIN32)
> --  set (platform_LIBRARY "@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_LIBDIR@/platform.lib")
> -+  set (platform_LIBRARY "${CMAKE_FIND_ROOT_PATH}/@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_LIBDIR@/platform.lib")
> +-  set (p8-platform_LIBRARY "@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_LIBDIR@/p8-platform.lib")
> ++  set (p8-platform_LIBRARY "${CMAKE_FIND_ROOT_PATH}/@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_LIBDIR@/p8-platform.lib")
>   else(WIN32)
> --  set (platform_LIBRARY "-L at CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_LIBDIR@ -lplatform")
> -+  set (platform_LIBRARY "-L${CMAKE_FIND_ROOT_PATH}/@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_LIBDIR@ -lplatform")
> +-  set (p8-platform_LIBRARY "-L at CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_LIBDIR@ -lp8-platform")
> ++  set (p8-platform_LIBRARY "-L${CMAKE_FIND_ROOT_PATH}/-L at CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_LIBDIR@ -lp8-platform")
>   endif(WIN32)
> - set (platform_LIBRARIES ${platform_LIBRARY} "@platform_LIBRARIES@")
> - mark_as_advanced (platform_LIBRARY)
> + set (p8-platform_LIBRARIES ${p8-platform_LIBRARY} "@p8-platform_LIBRARIES@")
> + mark_as_advanced (p8-platform_LIBRARY)
>  -- 
>  2.5.0
>  
> diff --git a/package/libplatform/libplatform.hash b/package/libplatform/libplatform.hash
> index 8975dfd8a..e3d5ed5a9 100644
> --- a/package/libplatform/libplatform.hash
> +++ b/package/libplatform/libplatform.hash
> @@ -1,2 +1,2 @@
>  # Locally computed
> -sha256  3603ead8b16a48cb35b1e6dea330a693f10552b1a6ea036c5db9ec248cd8baf5  libplatform-feafe68e3e0b02c3261aefb3d711863ef6fadd38.tar.gz
> +sha256 88711f1b949285867538a0b2e4189532778e1515325dfa1851eae9d18b6affd9  libplatform-2.1.0.tar.gz
> diff --git a/package/libplatform/libplatform.mk b/package/libplatform/libplatform.mk
> index 6d549151d..d9cd582f7 100644
> --- a/package/libplatform/libplatform.mk
> +++ b/package/libplatform/libplatform.mk
> @@ -4,10 +4,10 @@
>  #
>  ################################################################################
>  
> -LIBPLATFORM_VERSION = feafe68e3e0b02c3261aefb3d711863ef6fadd38
> -LIBPLATFORM_SITE = $(call github,Pulse-Eight,platform,$(LIBPLATFORM_VERSION))
> -LIBPLATFORM_LICENSE = GPLv2+, PHP license v3.01
> -LIBPLATFORM_LICENSE_FILES = src/os.h src/util/fstrcmp.c
> +LIBPLATFORM_VERSION = 2.1.0
> +LIBPLATFORM_SITE = $(call github,Pulse-Eight,platform,p8-platform-$(LIBPLATFORM_VERSION))
> +LIBPLATFORM_LICENSE = GPLv2+
> +LIBPLATFORM_LICENSE_FILES = src/os.h
>  LIBPLATFORM_INSTALL_STAGING = YES
>  
>  $(eval $(cmake-package))
> -- 
> 2.11.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

  reply	other threads:[~2017-02-05 22:40 UTC|newest]

Thread overview: 58+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-04 11:44 [Buildroot] [PATCH v3 00/38] kodi: bump to version 17.0-Krypton Bernd Kuhls
2017-02-04 11:44 ` [Buildroot] [PATCH v3 01/38] package/libdvdcss: add Kodi-specific patches Bernd Kuhls
2017-02-04 23:08   ` Yann E. MORIN
2017-02-05  7:59     ` Bernd Kuhls
2017-02-05 21:24       ` Yann E. MORIN
2017-02-06 19:25         ` Bernd Kuhls
2017-02-06 21:15           ` Bernd Kuhls
2017-02-09 22:29             ` Thomas Petazzoni
2017-02-11 16:03               ` Bernd Kuhls
2017-02-11 16:37                 ` Yann E. MORIN
2017-02-11 17:02                   ` Bernd Kuhls
2017-02-11 17:45                     ` Yann E. MORIN
2017-02-12 12:51                 ` Thomas Petazzoni
2017-02-17 18:38                   ` Bernd Kuhls
2017-02-17 18:54                     ` Yann E. MORIN
2017-02-17 19:03                       ` Bernd Kuhls
2017-02-17 21:52                         ` Yann E. MORIN
2017-02-19  8:43                           ` Bernd Kuhls
2017-02-04 11:44 ` [Buildroot] [PATCH v3 02/38] package/libdvdread: " Bernd Kuhls
2017-02-04 11:44 ` [Buildroot] [PATCH v3 03/38] package/libdvdnav: " Bernd Kuhls
2017-02-04 11:44 ` [Buildroot] [PATCH v3 04/38] package/libplatform: bump version to 2.1.0 Bernd Kuhls
2017-02-05 22:40   ` Yann E. MORIN [this message]
2017-02-04 11:44 ` [Buildroot] [PATCH v3 05/38] package/kodi-platform: bump version Bernd Kuhls
2017-02-04 11:44 ` [Buildroot] [PATCH v3 06/38] package/libcec: bump version to 4.0.2 Bernd Kuhls
2017-02-04 22:56   ` Thomas Petazzoni
2017-02-04 11:44 ` [Buildroot] [PATCH v3 07/38] package/xmlstarlet: add host variant Bernd Kuhls
2017-02-04 11:44 ` [Buildroot] [PATCH v3 08/38] package/kodi: bump to version 17.0-Krypton Bernd Kuhls
2017-02-04 11:44 ` [Buildroot] [PATCH v3 09/38] package/kodi: add patch to disable online check Bernd Kuhls
2017-02-04 11:44 ` [Buildroot] [PATCH v3 10/38] package/kodi-inputstream-rtmp: new package Bernd Kuhls
2017-02-04 11:44 ` [Buildroot] [PATCH v3 11/38] package/kodi: move rtmp support to new addon kodi-inputstream-rtmp Bernd Kuhls
2017-02-04 11:44 ` [Buildroot] [PATCH v3 12/38] package/kodi: add aarch64 support Bernd Kuhls
2017-02-04 11:44 ` [Buildroot] [PATCH v3 13/38] package/kodi: add powerpc64 support Bernd Kuhls
2017-02-04 11:44 ` [Buildroot] [PATCH v3 14/38] package/kodi: add mips64el support Bernd Kuhls
2017-02-04 11:44 ` [Buildroot] [PATCH v3 15/38] package/kodi: add optional support for bluez5 Bernd Kuhls
2017-02-04 11:44 ` [Buildroot] [PATCH v3 16/38] package/kodi: libxslt is an optional package Bernd Kuhls
2017-02-04 11:44 ` [Buildroot] [PATCH v3 17/38] package/kodi: add optional support for lcms2 Bernd Kuhls
2017-02-04 11:44 ` [Buildroot] [PATCH v3 18/38] package/kodi: add optional support for pulseaudio Bernd Kuhls
2017-02-04 11:44 ` [Buildroot] [PATCH v3 19/38] package/libsquish: remove deprecated package Bernd Kuhls
2017-02-04 11:44 ` [Buildroot] [PATCH v3 20/38] package/kodi-pvr-*: mass version bump Bernd Kuhls
2017-02-04 11:44 ` [Buildroot] [PATCH v3 21/38] package/kodi-pvr-mythtv: bump version to 4.12.12 Bernd Kuhls
2017-02-04 11:44 ` [Buildroot] [PATCH v3 22/38] package/kodi-pvr-nextpvr: bump version to 2.4.11 Bernd Kuhls
2017-02-04 11:44 ` [Buildroot] [PATCH v3 23/38] package/kodi-pvr-mediaportal-tvserver: needs locale support Bernd Kuhls
2017-02-04 11:44 ` [Buildroot] [PATCH v3 24/38] package/kodi-adsp-basic: bump version Bernd Kuhls
2017-02-04 11:44 ` [Buildroot] [PATCH v3 25/38] package/kodi-adsp-freesurround: " Bernd Kuhls
2017-02-04 11:44 ` [Buildroot] [PATCH v3 26/38] package/kodi-audioencoder-*: mass version bump Bernd Kuhls
2017-02-04 11:44 ` [Buildroot] [PATCH v3 27/38] package/kodi-audiodecoder-*: " Bernd Kuhls
2017-02-04 11:44 ` [Buildroot] [PATCH v3 28/38] package/kodi-audiodecoder-timidity: bump version Bernd Kuhls
2017-02-04 11:44 ` [Buildroot] [PATCH v3 29/38] package/kodi-screensaver-*: mass version bump Bernd Kuhls
2017-02-04 11:44 ` [Buildroot] [PATCH v3 30/38] package/kodi-screensaver-rsxs: bump version Bernd Kuhls
2017-02-04 11:44 ` [Buildroot] [PATCH v3 31/38] package/kodi-visualisation-*: mass version bump Bernd Kuhls
2017-02-04 11:44 ` [Buildroot] [PATCH v3 32/38] package/kodi-visualisation-waveforhue: bump version Bernd Kuhls
2017-02-04 11:44 ` [Buildroot] [PATCH v3 33/38] package/kodi-visualisation-shadertoy: " Bernd Kuhls
2017-02-04 11:44 ` [Buildroot] [PATCH v3 34/38] package/kodi-inputstream-adaptive: new package Bernd Kuhls
2017-02-04 11:44 ` [Buildroot] [PATCH v3 35/38] package/kodi-skin-confluence: " Bernd Kuhls
2017-02-04 11:44 ` [Buildroot] [PATCH v3 36/38] package/kodi: add Kconfig options to remove default skins Bernd Kuhls
2017-02-04 11:44 ` [Buildroot] [PATCH v3 37/38] package/kodi: add Kconfig option to make TexturePacker optional Bernd Kuhls
2017-02-04 11:44 ` [Buildroot] [PATCH v3 38/38] package/kodi.*: Add -DOVERRIDE_PATHS=1 to all binary addons Bernd Kuhls
2017-02-04 12:02 ` [Buildroot] [PATCH v3 00/38] kodi: bump to version 17.0-Krypton Bernd Kuhls

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170205224053.GE3562@free.fr \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox