diff options
| author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2017-04-29 10:37:22 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-04-29 11:25:33 +0200 |
| commit | 3fc9704dca29ceec8d51486c5ecfd47968e54adf (patch) | |
| tree | 54bdf21fe9c5c8ef9e0452811d7621d72ce0ed1e /package/libplatform/libplatform.mk | |
| parent | d393690fb43acbe9bcded5ae6d20de8e7c5a7c65 (diff) | |
| download | buildroot-3fc9704dca29ceec8d51486c5ecfd47968e54adf.tar.gz buildroot-3fc9704dca29ceec8d51486c5ecfd47968e54adf.zip | |
package/libplatform: bump version
Replaced patch 0001 with an alternate solution.
Updated license info after
https://github.com/Pulse-Eight/platform/commit/a1e5905874d5cdbce110344558d21a2810dead9c
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libplatform/libplatform.mk')
| -rw-r--r-- | package/libplatform/libplatform.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/libplatform/libplatform.mk b/package/libplatform/libplatform.mk index d0137994de..c805af2e16 100644 --- a/package/libplatform/libplatform.mk +++ b/package/libplatform/libplatform.mk @@ -4,10 +4,10 @@ # ################################################################################ -LIBPLATFORM_VERSION = feafe68e3e0b02c3261aefb3d711863ef6fadd38 +LIBPLATFORM_VERSION = 2d90f98620e25f47702c9e848380c0d93f29462b LIBPLATFORM_SITE = $(call github,Pulse-Eight,platform,$(LIBPLATFORM_VERSION)) -LIBPLATFORM_LICENSE = GPL-2.0+, PHP-3.01 -LIBPLATFORM_LICENSE_FILES = src/os.h src/util/fstrcmp.c +LIBPLATFORM_LICENSE = GPL-2.0+ +LIBPLATFORM_LICENSE_FILES = src/os.h LIBPLATFORM_INSTALL_STAGING = YES $(eval $(cmake-package)) |

