From patchwork Wed Sep 5 14:02:30 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [3/3] libcec: update libcec to latest version (1.8.2) as to include RasPi support Date: Wed, 05 Sep 2012 14:02:30 -0000 From: ml@communistcode.co.uk X-Patchwork-Id: 35939 Message-Id: <1346853750-503-3-git-send-email-ml@communistcode.co.uk> To: openembedded-devel@lists.openembedded.org Cc: Jack Mitchell From: Jack Mitchell - Now depends on liblockdev - Slight licence change - new md5sum Signed-off-by: Jack Mitchell --- 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"