diff options
author | Fathi Boudra <fathi.boudra@linaro.org> | 2014-11-11 14:39:02 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-11-24 12:03:03 +0100 |
commit | 1b6141cc55fe8877c48b5e63c7db25dd75e35094 (patch) | |
tree | 130bec75c4605878b3a0abac788740e876a45abc /meta-oe | |
parent | 9e3b3456c75c6f0940c1c642c9f1fbda989793ea (diff) | |
download | meta-openembedded-1b6141cc55fe8877c48b5e63c7db25dd75e35094.tar.gz |
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@linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-extended/fwts/fwts_git.bb | 6 |
1 files 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 4fa1d6be1..8b0e61b9a 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" | |||
5 | LICENSE = "GPLv2+" | 5 | LICENSE = "GPLv2+" |
6 | LIC_FILES_CHKSUM = "file://src/main.c;beginline=1;endline=16;md5=deb8af5388e838d133eaa036f4d1496f" | 6 | LIC_FILES_CHKSUM = "file://src/main.c;beginline=1;endline=16;md5=deb8af5388e838d133eaa036f4d1496f" |
7 | 7 | ||
8 | PV = "14.05.00" | 8 | PV = "14.09.00" |
9 | 9 | ||
10 | SRCREV = "fb5385fec1f3468b479e87c0bba38ab76f60915b" | 10 | SRCREV = "cf14f3b4bab716dea95de772ad52786c1cbe862a" |
11 | SRC_URI = "git://kernel.ubuntu.com/hwe/fwts.git" | 11 | SRC_URI = "git://kernel.ubuntu.com/hwe/fwts.git" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
15 | DEPENDS = "libpcre json-c" | 15 | DEPENDS = "libpcre json-c glib-2.0" |
16 | 16 | ||
17 | inherit autotools-brokensep | 17 | inherit autotools-brokensep |
18 | 18 | ||