diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2012-10-03 13:41:32 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-10-04 15:52:46 +0200 |
commit | 8e26af8d38d7ac96c481320c04395b5e17afab48 (patch) | |
tree | cf082d388541bb11c0cf4e0c81f9373b48e81e25 /meta-oe/recipes-extended/libcec/libcec_git.bb | |
parent | 166621a82f9867ffb58d652aece613931978bc3a (diff) | |
download | meta-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/libcec/libcec_git.bb')
-rw-r--r-- | meta-oe/recipes-extended/libcec/libcec_git.bb | 10 |
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" | |||
2 | HOMEPAGE = "http://libcec.pulse-eight.com/" | 2 | HOMEPAGE = "http://libcec.pulse-eight.com/" |
3 | 3 | ||
4 | LICENSE = "GPLv2+" | 4 | LICENSE = "GPLv2+" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=185ead350fec5fc223da0f65f9a802af" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=5e8e16396992369f73f3d28875f846da" |
6 | 6 | ||
7 | DEPENDS = "udev" | 7 | DEPENDS = "udev lockdev" |
8 | 8 | ||
9 | PR = "r1" | 9 | PV = "1.9.0" |
10 | PV = "1.4.0" | 10 | |
11 | SRCREV = "2db8981f49fbd167ddbbf19c1fbadd064abc332a" | 11 | SRCREV = "9884e9ffc5293de5bb9092db1ed581f213a678df" |
12 | SRC_URI = "git://github.com/Pulse-Eight/libcec.git" | 12 | SRC_URI = "git://github.com/Pulse-Eight/libcec.git" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |