blob: 8a069905746e416bc05f695f76b5113027c36d47 [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
Andrew Geissler9aee5002022-03-30 16:27:02 +00004LICENSE = "GPL-2.0-or-later"
Brad Bishop6e60e8b2018-02-01 10:27:11 -05005LIC_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
Andrew Geissler595f6302022-01-24 19:11:47 +00009SRC_URI = "git://github.com/Pulse-Eight/platform.git;branch=master;protocol=https \
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080010 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"