diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2016-06-08 15:38:08 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-06-13 19:06:43 +0200 |
commit | 25e940010380fd4392c2e1b054d603c357ab30ef (patch) | |
tree | b4638e5945a5ee9871f65de80e7009c0ca27bc46 | |
parent | 6dcee71f80073bd15d6a8136821433ed38edc321 (diff) | |
download | meta-openembedded-25e940010380fd4392c2e1b054d603c357ab30ef.tar.gz |
fwts: Remove 14.09.00, newer 14.12.00 is in recipes-test
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-extended/fwts/fwts_git.bb | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-oe/recipes-extended/fwts/fwts_git.bb b/meta-oe/recipes-extended/fwts/fwts_git.bb deleted file mode 100644 index 8b0e61b9a..000000000 --- a/meta-oe/recipes-extended/fwts/fwts_git.bb +++ /dev/null | |||
@@ -1,22 +0,0 @@ | |||
1 | SUMMARY = "Firmware testsuite" | ||
2 | DESCRIPTION = "The tool fwts comprises of over fifty tests that are designed to exercise and test different aspects of a machine's firmware. Many of these tests need super user access to read BIOS data and ACPI tables, so the tool requires running with super user privileges (e.g. with sudo)." | ||
3 | HOMEPAGE = "https://wiki.ubuntu.com/Kernel/Reference/fwts" | ||
4 | |||
5 | LICENSE = "GPLv2+" | ||
6 | LIC_FILES_CHKSUM = "file://src/main.c;beginline=1;endline=16;md5=deb8af5388e838d133eaa036f4d1496f" | ||
7 | |||
8 | PV = "14.09.00" | ||
9 | |||
10 | SRCREV = "cf14f3b4bab716dea95de772ad52786c1cbe862a" | ||
11 | SRC_URI = "git://kernel.ubuntu.com/hwe/fwts.git" | ||
12 | |||
13 | S = "${WORKDIR}/git" | ||
14 | |||
15 | DEPENDS = "libpcre json-c glib-2.0" | ||
16 | |||
17 | inherit autotools-brokensep | ||
18 | |||
19 | FILES_${PN} += "${libdir}/fwts/lib*${SOLIBS}" | ||
20 | FILES_${PN}-dev += "${libdir}/fwts/lib*${SOLIBSDEV} ${libdir}/fwts/lib*.la" | ||
21 | FILES_${PN}-staticdev += "${libdir}/fwts/lib*a" | ||
22 | FILES_${PN}-dbg += "${libdir}/fwts/.debug" | ||