diff options
Diffstat (limited to 'meta-oe/recipes-extended')
-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 142b2e216f..8b1f08694d 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" |