mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-apps/fwts: version bump to 20.05.00
Closes: https://bugs.gentoo.org/725662 Signed-off-by: Jeffrey Lin <jeffrey@icurse.nl> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
committed by
Joonas Niilola
parent
b80383ce16
commit
79c4f6c07a
@@ -1 +1,2 @@
|
||||
DIST fwts_17.02.00.orig.tar.gz 3489625 BLAKE2B 04133b8fe251923b5cf4e146bd52d3d102c3080629a85c0205fd6aeb19b315f10657da28dc7de37ae4601599dc7033354268b88bb0768b56550fe1606bd000bf SHA512 1dcbd7f120b5c09127f1242d41d7cf5ec15e6b049fb0b0590fec221849c0195a18ee4b07b66c1de29cbb241ef39f6e11c26dcd2bc7c0a4c23bf2efaec5372b70
|
||||
DIST fwts_20.05.00.orig.tar.gz 3817917 BLAKE2B 10365979a1b6bf2768930e144baa3982d462f05b77b1ca81116f7b44b80487924f37e097e46602c49696e987d9061a1917e3613e016bdb126146d880699c38f8 SHA512 4f68f6fc8351024e877e6fa6c9b856c7c3720348c1936f33fc8b455f5e85df83c9dc39a5c2dc16e106c851d4ac622f0a1d23b70f2b7726689f92077dbca5d82f
|
||||
|
||||
45
sys-apps/fwts/fwts-20.05.00.ebuild
Normal file
45
sys-apps/fwts/fwts-20.05.00.ebuild
Normal file
@@ -0,0 +1,45 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit autotools
|
||||
DESCRIPTION="Firmware Test Suite"
|
||||
HOMEPAGE="https://wiki.ubuntu.com/Kernel/Reference/fwts"
|
||||
SRC_URI="https://launchpad.net/ubuntu/+archive/primary/+files/${PN}_${PV}.orig.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=">=dev-libs/json-c-0.10-r1
|
||||
dev-libs/glib:2
|
||||
dev-libs/libpcre
|
||||
sys-apps/pciutils
|
||||
sys-power/iasl
|
||||
sys-power/pmtools
|
||||
sys-apps/dmidecode"
|
||||
DEPEND="${RDEPEND}
|
||||
sys-devel/libtool"
|
||||
|
||||
S=${WORKDIR}
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
sed -i -e 's/-Wall -Werror/-Wall/' configure.ac {,src/,src/lib/src/}Makefile.am || die
|
||||
sed -i -e 's:/usr/bin/lspci:'$(type -p lspci)':' src/lib/include/fwts_binpaths.h || die
|
||||
|
||||
# Fix json-c includes
|
||||
sed -e 's/^#include <json\//#include <json-c\//g' -i \
|
||||
configure.ac || die
|
||||
sed -e 's/^#include <json.h>/#include <json-c\/json.h>/' \
|
||||
-i src/lib/include/fwts_json.h \
|
||||
src/utilities/kernelscan.c || die
|
||||
sed -e 's/-ljson/-ljson-c/'\
|
||||
-i src/Makefile.am\
|
||||
src/lib/src/Makefile.am\
|
||||
src/utilities/Makefile.am || die
|
||||
|
||||
eautoreconf
|
||||
}
|
||||
Reference in New Issue
Block a user