mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
* Drop SRCPV similarly like oe-core did in: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=843f82a246a535c353e08072f252d1dc78217872 * SRCPV is deferred now from PV to PKGV since: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=a8e7b0f932b9ea69b3a218fca18041676c65aba0 Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
21 lines
593 B
BlitzBasic
21 lines
593 B
BlitzBasic
SUMMARY = "Platform support library used by libCEC and binary add-ons for Kodi"
|
|
HOMEPAGE = "http://libcec.pulse-eight.com/"
|
|
|
|
LICENSE = "GPL-2.0-or-later"
|
|
LIC_FILES_CHKSUM = "file://src/os.h;md5=752555fa94e82005d45fd201fee5bd33"
|
|
|
|
PV = "2.1.0.1+git"
|
|
|
|
SRC_URI = "git://github.com/Pulse-Eight/platform.git;branch=master;protocol=https"
|
|
SRCREV = "a7cd0d5780ed80a4e70480d1650749f29e8a1fb2"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit cmake pkgconfig
|
|
|
|
EXTRA_OECMAKE += "-DCMAKE_INSTALL_LIBDIR=${libdir} -DCMAKE_INSTALL_LIBDIR_NOARCH=${libdir}"
|
|
|
|
FILES:${PN}-dev += "${libdir}/p8-platform"
|
|
|
|
RDEPENDS:${PN}-dev = ""
|