diff options
Diffstat (limited to 'meta-oe/recipes-test')
| -rw-r--r-- | meta-oe/recipes-test/fwts/fwts_git.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-oe/recipes-test/fwts/fwts_git.bb b/meta-oe/recipes-test/fwts/fwts_git.bb new file mode 100644 index 0000000000..b943d6d48e --- /dev/null +++ b/meta-oe/recipes-test/fwts/fwts_git.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 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.12.00" | ||
| 9 | |||
| 10 | SRCREV = "efc18d16294f492b7f72bba64344b2eed50e6a69" | ||
| 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 | CFLAGS += "-I${STAGING_INCDIR}/json-c" | ||
| 20 | |||
| 21 | FILES_${PN} += "${libdir}/fwts/lib*${SOLIBS}" | ||
| 22 | FILES_${PN}-dev += "${libdir}/fwts/lib*${SOLIBSDEV} ${libdir}/fwts/lib*.la" | ||
| 23 | FILES_${PN}-staticdev += "${libdir}/fwts/lib*a" | ||
| 24 | FILES_${PN}-dbg += "${libdir}/fwts/.debug" | ||
