blob: b18e52ff4150b1d5d7a07cfdd820a4056da7d9e4 [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001SUMMARY = "Platform support library used by libCEC and binary add-ons for Kodi"
2HOMEPAGE = "http://libcec.pulse-eight.com/"
3
4LICENSE = "GPLv2+"
5LIC_FILES_CHKSUM = "file://src/os.h;md5=752555fa94e82005d45fd201fee5bd33"
6
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08007PV = "2.1.0.1"
Brad Bishop6e60e8b2018-02-01 10:27:11 -05008
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08009SRC_URI = "git://github.com/Pulse-Eight/platform.git \
10 file://0001-Make-resulting-cmake-config-relocatable.patch"
11SRCREV = "2d90f98620e25f47702c9e848380c0d93f29462b"
Brad Bishop6e60e8b2018-02-01 10:27:11 -050012
13S = "${WORKDIR}/git"
14
15inherit cmake pkgconfig
16
17EXTRA_OECMAKE += "-DCMAKE_INSTALL_LIBDIR=${libdir} -DCMAKE_INSTALL_LIBDIR_NOARCH=${libdir}"
18
Patrick Williams213cb262021-08-07 19:21:33 -050019FILES:${PN}-dev += "${libdir}/p8-platform"