diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2012-01-24 08:25:43 +0100 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-01-24 13:20:50 +0100 |
| commit | 89d1cfe0db5a3abf6cb36be3366936ee783cb331 (patch) | |
| tree | f8d47697a942ecc3c35ccf3104ed338f0a2f5f92 /meta-oe/recipes-extended/libcec | |
| parent | 3a46027b159c5dd22934d7ad6ebedc2bb551727a (diff) | |
| download | meta-openembedded-89d1cfe0db5a3abf6cb36be3366936ee783cb331.tar.gz | |
libcec: add 1.4.0
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-extended/libcec')
| -rw-r--r-- | meta-oe/recipes-extended/libcec/libcec_git.bb | 16 |
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 0000000000..250c969523 --- /dev/null +++ b/meta-oe/recipes-extended/libcec/libcec_git.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | DESCRIPTION = "USB CEC Adaptor communication Library" | ||
| 2 | HOMEPAGE = "http://libcec.pulse-eight.com/" | ||
| 3 | |||
| 4 | LICENSE = "GPLv2+" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=185ead350fec5fc223da0f65f9a802af" | ||
| 6 | |||
| 7 | DEPENDS = "udev" | ||
| 8 | |||
| 9 | PV = "1.4.0" | ||
| 10 | SRCREV = "2db8981f49fbd167ddbbf19c1fbadd064abc332a" | ||
| 11 | SRC_URI = "git://github.com/Pulse-Eight/libcec.git" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | inherit autotools pkgconfig | ||
| 16 | |||
