[oe] [PATCH 3/3] libcec: update libcec to latest version (1.8.2) as to include RasPi support

Paul Eggleton paul.eggleton at linux.intel.com
Wed Sep 5 14:16:10 UTC 2012


On Wednesday 05 September 2012 15:02:30 ml at communistcode.co.uk wrote:
> From: Jack Mitchell <jack.mitchell at dbbroadcast.co.uk>
> 
> - Now depends on liblockdev
> - Slight licence change - new md5sum
> 
> Signed-off-by: Jack Mitchell <jack.mitchell at dbbroadcast.co.uk>
> ---
>  meta-oe/recipes-extended/libcec/libcec_git.bb | 10 +++++-----
>  1 file 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 142b2e2..f3cb39e
> 100644
> --- a/meta-oe/recipes-extended/libcec/libcec_git.bb
> +++ b/meta-oe/recipes-extended/libcec/libcec_git.bb
> @@ -1,14 +1,14 @@
>  DESCRIPTION = "USB CEC Adaptor communication Library"
>  HOMEPAGE = "http://libcec.pulse-eight.com/"
> 
> -LICENSE = "GPLv2+"
> -LIC_FILES_CHKSUM = "file://COPYING;md5=185ead350fec5fc223da0f65f9a802af"
> +LICENSE = "GPLv2"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=5e8e16396992369f73f3d28875f846da"
> 
> -DEPENDS = "udev"
> +DEPENDS = "udev liblockdev"
> 
>  PR = "r1"
> -PV = "1.4.0"
> -SRCREV = "2db8981f49fbd167ddbbf19c1fbadd064abc332a"
> +PV = "1.8.2"
> +SRCREV = "34a9cecdd92f6b2844f9c4054da202b152ab2217"
>  SRC_URI = "git://github.com/Pulse-Eight/libcec.git"
> 
>  S = "${WORKDIR}/git"

It's not totally clear but it doesn't look like 1.8.2 has been released yet 
judging from their website; if that's the case then PV should be set to 
"1.8.1+git${SRCPV}".

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre




More information about the Openembedded-devel mailing list