Files
Andrei Gherzan d6c5c40f72 libcec: Update to v2.1.4
Change-Id: Iaacfe4506b8ce68443fafd1eeee6b3eea6ff667d
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-21 21:35:07 +02:00

24 lines
598 B
BlitzBasic

SUMMARY = "USB CEC Adaptor communication Library"
HOMEPAGE = "http://libcec.pulse-eight.com/"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=5e8e16396992369f73f3d28875f846da"
DEPENDS = "udev lockdev"
PV = "2.1.4"
SRCREV = "81e38211724bc6e8bd7a60f484433053ed682635"
SRC_URI = "git://github.com/Pulse-Eight/libcec.git;branch=release"
S = "${WORKDIR}/git"
inherit autotools pkgconfig
# cec-client and xbmc need the .so present to work :(
FILES_${PN} += "${libdir}/*.so"
INSANE_SKIP_${PN} = "dev-so"
# Adapter shows up as a CDC-ACM device
RRECOMMENDS_${PN} = "kernel-module-cdc-acm"