dev-embedded/rauc: Fix compile against different automake version

Call autoreconf due to patching.

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de>
This commit is contained in:
Kurt Kanzenbach
2020-05-01 17:49:50 +02:00
parent 85a36850c3
commit 6399c85b6d

View File

@@ -6,7 +6,7 @@ EAPI=7
DOCBUILDER="sphinx"
DOCDIR="${S}/docs"
inherit docs
inherit autotools docs
DESCRIPTION="Lightweight update client that runs on your Embedded Linux device"
HOMEPAGE="https://rauc.io/"
@@ -36,6 +36,11 @@ DEPEND="
PATCHES=( "${FILESDIR}/${P}-tests.patch" )
src_prepare() {
default
eautoreconf
}
src_configure() {
local myconf=(
$(use_enable json)