mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 03:53:22 -04:00
dev-embedded/rauc: add 1.15
Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de>
This commit is contained in:
38
dev-embedded/rauc/files/rauc-1.15-tests.patch
Normal file
38
dev-embedded/rauc/files/rauc-1.15-tests.patch
Normal file
@@ -0,0 +1,38 @@
|
||||
From cfeab43e8c1ebbe952bca9b71fb8400a9947d229 Mon Sep 17 00:00:00 2001
|
||||
From: Kurt Kanzenbach <kurt@kmk-computers.de>
|
||||
Date: Sat, 15 Aug 2020 08:45:21 +0200
|
||||
Subject: [PATCH] tests: Disable failed tests
|
||||
|
||||
The network and squashfs tests won't work within portage. Disable them.
|
||||
|
||||
Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de>
|
||||
---
|
||||
test/meson.build | 6 ------
|
||||
1 file changed, 6 deletions(-)
|
||||
|
||||
--- a/test/meson.build
|
||||
+++ b/test/meson.build
|
||||
@@ -6,12 +6,10 @@ tests = [
|
||||
'artifacts',
|
||||
'boot_raw_fallback',
|
||||
'bootchooser',
|
||||
- 'bundle',
|
||||
'checksum',
|
||||
'config_file',
|
||||
'context',
|
||||
'dm',
|
||||
- 'event_log',
|
||||
'hash_index',
|
||||
'install',
|
||||
'manifest',
|
||||
@@ -25,10 +23,6 @@ tests = [
|
||||
'utils',
|
||||
]
|
||||
|
||||
-if get_option('network')
|
||||
- tests += 'network'
|
||||
-endif
|
||||
-
|
||||
if get_option('streaming')
|
||||
tests += 'nbd'
|
||||
endif
|
||||
Reference in New Issue
Block a user