[oe-commits] Fathi Boudra : fwts: update to 14.09.00 release

git at git.openembedded.org git at git.openembedded.org
Fri Nov 21 14:20:02 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 4cd446a1afa9947fae8929098e0fd1b28f6c71d3
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=4cd446a1afa9947fae8929098e0fd1b28f6c71d3

Author: Fathi Boudra <fathi.boudra at linaro.org>
Date:   Tue Nov 11 14:39:02 2014 +0200

fwts: update to 14.09.00 release

* bump PV and matching SRCREV
* add glib-2.0 to DEPENDS, introduced in 14.09.00 with logind support

Signed-off-by: Fathi Boudra <fathi.boudra at linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-extended/fwts/fwts_git.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-extended/fwts/fwts_git.bb b/meta-oe/recipes-extended/fwts/fwts_git.bb
index 4fa1d6b..8b0e61b 100644
--- a/meta-oe/recipes-extended/fwts/fwts_git.bb
+++ b/meta-oe/recipes-extended/fwts/fwts_git.bb
@@ -5,14 +5,14 @@ HOMEPAGE = "https://wiki.ubuntu.com/Kernel/Reference/fwts"
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://src/main.c;beginline=1;endline=16;md5=deb8af5388e838d133eaa036f4d1496f"
 
-PV = "14.05.00"
+PV = "14.09.00"
 
-SRCREV = "fb5385fec1f3468b479e87c0bba38ab76f60915b"
+SRCREV = "cf14f3b4bab716dea95de772ad52786c1cbe862a"
 SRC_URI = "git://kernel.ubuntu.com/hwe/fwts.git"
 
 S = "${WORKDIR}/git"
 
-DEPENDS = "libpcre json-c"
+DEPENDS = "libpcre json-c glib-2.0"
 
 inherit autotools-brokensep
 



More information about the Openembedded-commits mailing list