diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-11-03 11:47:39 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-11-23 15:24:02 +0100 |
commit | 35f77c6250d1123e4af3ac01a539477163c89bdf (patch) | |
tree | 240ef981c6235737ba6de79fb69130462ca5e2b9 /meta-oe/recipes-extended/p8platform/p8platform_git.bb | |
parent | 1d01458df9a3271a22b70c3767cf2499d58ec478 (diff) | |
download | meta-openembedded-35f77c6250d1123e4af3ac01a539477163c89bdf.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>
Diffstat (limited to 'meta-oe/recipes-extended/p8platform/p8platform_git.bb')
-rw-r--r-- | meta-oe/recipes-extended/p8platform/p8platform_git.bb | 18 |
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 000000000..f6347c2a4 --- /dev/null +++ b/meta-oe/recipes-extended/p8platform/p8platform_git.bb | |||
@@ -0,0 +1,18 @@ | |||
1 | SUMMARY = "Platform support library used by libCEC and binary add-ons for Kodi" | ||
2 | HOMEPAGE = "http://libcec.pulse-eight.com/" | ||
3 | |||
4 | LICENSE = "GPLv2+" | ||
5 | LIC_FILES_CHKSUM = "file://src/os.h;md5=752555fa94e82005d45fd201fee5bd33" | ||
6 | |||
7 | PV = "2.1.0" | ||
8 | |||
9 | SRC_URI = "git://github.com/Pulse-Eight/platform.git" | ||
10 | SRCREV = "d7bceb64541cb046421cbcd4c98d91e9bf24822f" | ||
11 | |||
12 | S = "${WORKDIR}/git" | ||
13 | |||
14 | inherit cmake pkgconfig | ||
15 | |||
16 | EXTRA_OECMAKE += "-DCMAKE_INSTALL_LIBDIR=${libdir} -DCMAKE_INSTALL_LIBDIR_NOARCH=${libdir}" | ||
17 | |||
18 | FILES_${PN}-dev += "${libdir}/p8-platform" | ||