[oe-commits] Koen Kooi : libcec: add 1.4.0

git at git.openembedded.org git at git.openembedded.org
Tue Jan 24 15:22:01 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: 89d1cfe0db5a3abf6cb36be3366936ee783cb331
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=89d1cfe0db5a3abf6cb36be3366936ee783cb331

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Tue Jan 24 08:25:43 2012 +0100

libcec: add 1.4.0

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 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 0000000..250c969
--- /dev/null
+++ b/meta-oe/recipes-extended/libcec/libcec_git.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "USB CEC Adaptor communication Library"
+HOMEPAGE = "http://libcec.pulse-eight.com/"
+
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=185ead350fec5fc223da0f65f9a802af"
+
+DEPENDS = "udev"
+
+PV = "1.4.0"
+SRCREV = "2db8981f49fbd167ddbbf19c1fbadd064abc332a"
+SRC_URI = "git://github.com/Pulse-Eight/libcec.git"
+
+S = "${WORKDIR}/git"
+
+inherit autotools pkgconfig
+





More information about the Openembedded-commits mailing list