aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/p8platform/p8platform_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-11-03 11:47:39 -0700
committerAndreas Oberritter <obi@opendreambox.org>2017-06-26 22:59:19 +0200
commitb49a30178a53ce20eba104a8fcd0dba711fcf982 (patch)
treea9f44345896efac463b27ddd346d637ca58171d7 /meta-oe/recipes-extended/p8platform/p8platform_git.bb
parent2d2754ece558b696c9d1c06c4d6980e7bf2f2e7c (diff)
downloadmeta-openembedded-contrib-b49a30178a53ce20eba104a8fcd0dba711fcf982.tar.gz
libcec: Update to 3.1.0+
Depends on p8platform therefore add recipe for p8platform Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 35f77c6250d1123e4af3ac01a539477163c89bdf) Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Diffstat (limited to 'meta-oe/recipes-extended/p8platform/p8platform_git.bb')
-rw-r--r--meta-oe/recipes-extended/p8platform/p8platform_git.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/p8platform/p8platform_git.bb b/meta-oe/recipes-extended/p8platform/p8platform_git.bb
new file mode 100644
index 0000000000..f6347c2a4d
--- /dev/null
+++ b/meta-oe/recipes-extended/p8platform/p8platform_git.bb
@@ -0,0 +1,18 @@
+SUMMARY = "Platform support library used by libCEC and binary add-ons for Kodi"
+HOMEPAGE = "http://libcec.pulse-eight.com/"
+
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://src/os.h;md5=752555fa94e82005d45fd201fee5bd33"
+
+PV = "2.1.0"
+
+SRC_URI = "git://github.com/Pulse-Eight/platform.git"
+SRCREV = "d7bceb64541cb046421cbcd4c98d91e9bf24822f"
+
+S = "${WORKDIR}/git"
+
+inherit cmake pkgconfig
+
+EXTRA_OECMAKE += "-DCMAKE_INSTALL_LIBDIR=${libdir} -DCMAKE_INSTALL_LIBDIR_NOARCH=${libdir}"
+
+FILES_${PN}-dev += "${libdir}/p8-platform"