summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-10-03 13:41:32 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-10-04 15:52:46 +0200
commit8e26af8d38d7ac96c481320c04395b5e17afab48 (patch)
treecf082d388541bb11c0cf4e0c81f9373b48e81e25 /meta-oe/recipes-extended
parent166621a82f9867ffb58d652aece613931978bc3a (diff)
downloadmeta-openembedded-8e26af8d38d7ac96c481320c04395b5e17afab48.tar.gz
libcec: Update to 1.9.0 version
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-extended')
-rw-r--r--meta-oe/recipes-extended/libcec/libcec_git.bb10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-oe/recipes-extended/libcec/libcec_git.bb b/meta-oe/recipes-extended/libcec/libcec_git.bb
index 142b2e216..8b1f08694 100644
--- a/meta-oe/recipes-extended/libcec/libcec_git.bb
+++ b/meta-oe/recipes-extended/libcec/libcec_git.bb
@@ -2,13 +2,13 @@ DESCRIPTION = "USB CEC Adaptor communication Library"
2HOMEPAGE = "http://libcec.pulse-eight.com/" 2HOMEPAGE = "http://libcec.pulse-eight.com/"
3 3
4LICENSE = "GPLv2+" 4LICENSE = "GPLv2+"
5LIC_FILES_CHKSUM = "file://COPYING;md5=185ead350fec5fc223da0f65f9a802af" 5LIC_FILES_CHKSUM = "file://COPYING;md5=5e8e16396992369f73f3d28875f846da"
6 6
7DEPENDS = "udev" 7DEPENDS = "udev lockdev"
8 8
9PR = "r1" 9PV = "1.9.0"
10PV = "1.4.0" 10
11SRCREV = "2db8981f49fbd167ddbbf19c1fbadd064abc332a" 11SRCREV = "9884e9ffc5293de5bb9092db1ed581f213a678df"
12SRC_URI = "git://github.com/Pulse-Eight/libcec.git" 12SRC_URI = "git://github.com/Pulse-Eight/libcec.git"
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"