summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-07-28 17:15:24 +0200
committerKhem Raj <raj.khem@gmail.com>2025-07-28 14:36:25 -0700
commit002bb964ba757673bef5110df26bf983b81e667c (patch)
tree7d2cb416fb7c5d0b88d77abfe6a63732fba94f21
parent77b291c7c16b72714acbc3ffe9d706fe5fcd3d00 (diff)
downloadmeta-openembedded-002bb964ba757673bef5110df26bf983b81e667c.tar.gz
p8platform: update to latest revision
There hasn't been a release since a long time, but there are some rare commits. One is updating cmake requirements, which allows removing the CMAKE_POLICY_VERSION_MINIMUM macro. License-Update: use License.md instead of source code comments Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-extended/p8platform/p8platform_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-extended/p8platform/p8platform_git.bb b/meta-oe/recipes-extended/p8platform/p8platform_git.bb
index 138f396805..4c98de3cd7 100644
--- a/meta-oe/recipes-extended/p8platform/p8platform_git.bb
+++ b/meta-oe/recipes-extended/p8platform/p8platform_git.bb
@@ -2,17 +2,17 @@ SUMMARY = "Platform support library used by libCEC and binary add-ons for Kodi"
2HOMEPAGE = "http://libcec.pulse-eight.com/" 2HOMEPAGE = "http://libcec.pulse-eight.com/"
3 3
4LICENSE = "GPL-2.0-or-later" 4LICENSE = "GPL-2.0-or-later"
5LIC_FILES_CHKSUM = "file://src/os.h;md5=752555fa94e82005d45fd201fee5bd33" 5LIC_FILES_CHKSUM = "file://LICENSE.md;md5=b3a719e97f49e4841e90573f9b1a98ac"
6 6
7PV = "2.1.0.1+git" 7PV = "2.1.0.1+git"
8 8
9SRC_URI = "git://github.com/Pulse-Eight/platform.git;branch=master;protocol=https" 9SRC_URI = "git://github.com/Pulse-Eight/platform.git;branch=master;protocol=https"
10SRCREV = "a7cd0d5780ed80a4e70480d1650749f29e8a1fb2" 10SRCREV = "2748be52ae27e6007ef548b697d4a03ff7de4291"
11 11
12 12
13inherit cmake pkgconfig 13inherit cmake pkgconfig
14 14
15EXTRA_OECMAKE += "-DCMAKE_INSTALL_LIBDIR=${libdir} -DCMAKE_INSTALL_LIBDIR_NOARCH=${libdir} -DCMAKE_POLICY_VERSION_MINIMUM=3.5" 15EXTRA_OECMAKE += "-DCMAKE_INSTALL_LIBDIR=${libdir} -DCMAKE_INSTALL_LIBDIR_NOARCH=${libdir}"
16 16
17FILES:${PN}-dev += "${libdir}/p8-platform" 17FILES:${PN}-dev += "${libdir}/p8-platform"
18 18