p8platform: update to 2.1.0.1

This also adds a patch that makes the resulting p8-platform-config.cmake
relocatable. Before it contained a hardcoded path to /usr/include.

Signed-off-by: Pascal Bach <pascal.bach@siemens.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Pascal Bach
2018-10-05 15:40:51 +02:00
committed by Khem Raj
parent e5fefc97c4
commit bbd963f3e4
2 changed files with 68 additions and 3 deletions
@@ -4,10 +4,11 @@ HOMEPAGE = "http://libcec.pulse-eight.com/"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://src/os.h;md5=752555fa94e82005d45fd201fee5bd33"
PV = "2.1.0"
PV = "2.1.0.1"
SRC_URI = "git://github.com/Pulse-Eight/platform.git"
SRCREV = "d7bceb64541cb046421cbcd4c98d91e9bf24822f"
SRC_URI = "git://github.com/Pulse-Eight/platform.git \
file://0001-Make-resulting-cmake-config-relocatable.patch"
SRCREV = "2d90f98620e25f47702c9e848380c0d93f29462b"
S = "${WORKDIR}/git"