summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/libcec
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-extended/libcec')
-rw-r--r--meta-oe/recipes-extended/libcec/libcec_git.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/libcec/libcec_git.bb b/meta-oe/recipes-extended/libcec/libcec_git.bb
new file mode 100644
index 000000000..250c96952
--- /dev/null
+++ b/meta-oe/recipes-extended/libcec/libcec_git.bb
@@ -0,0 +1,16 @@
1DESCRIPTION = "USB CEC Adaptor communication Library"
2HOMEPAGE = "http://libcec.pulse-eight.com/"
3
4LICENSE = "GPLv2+"
5LIC_FILES_CHKSUM = "file://COPYING;md5=185ead350fec5fc223da0f65f9a802af"
6
7DEPENDS = "udev"
8
9PV = "1.4.0"
10SRCREV = "2db8981f49fbd167ddbbf19c1fbadd064abc332a"
11SRC_URI = "git://github.com/Pulse-Eight/libcec.git"
12
13S = "${WORKDIR}/git"
14
15inherit autotools pkgconfig
16