mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 03:53:22 -04:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user