blob: bb9574feb293f33e0384b101e838a8e294c99098 [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
Andrew Geisslerc5535c92023-01-27 16:10:19 -06007PV = "2.1.0.1+git${SRCPV}"
Brad Bishop6e60e8b2018-02-01 10:27:11 -05008
Andrew Geisslerc5535c92023-01-27 16:10:19 -06009SRC_URI = "git://github.com/Pulse-Eight/platform.git;branch=master;protocol=https"
10SRCREV = "a7cd0d5780ed80a4e70480d1650749f29e8a1fb2"
Brad Bishop6e60e8b2018-02-01 10:27:11 -050011
12S = "${WORKDIR}/git"
13
14inherit cmake pkgconfig
15
16EXTRA_OECMAKE += "-DCMAKE_INSTALL_LIBDIR=${libdir} -DCMAKE_INSTALL_LIBDIR_NOARCH=${libdir}"
17
Patrick Williams213cb262021-08-07 19:21:33 -050018FILES:${PN}-dev += "${libdir}/p8-platform"
Andrew Geissler78b72792022-06-14 06:47:25 -050019
20RDEPENDS:${PN}-dev = ""