kumquat-buildroot/support/testing/tests/utils/test_get_developers/0001-package-binutils-change-.mk.patch
Ricardo Martincoski 9bb647297a support/testing/tests: add get-developers tests
Add a runtime test in order to detect undesired changes in behavior of
the get-developers script.

The test uses a .patch file generated against the buildroot tree as a
fixture to check how get-developers operates when called to check it.
The test also overrides the DEVELOPERS file in order to be fully
reproducible and a -d option is added to get-developers in order to
allow this. Since get-developers only looks to already committed
files to compare against patch files, the fixture uses a package that
is very unlikely to be removed from buildroot tree: binutils.

Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
[Thomas: extracted from a larger patch from Ricardo, submitted at
https://patchwork.ozlabs.org/project/buildroot/patch/20220528014832.289907-1-ricardo.martincoski@gmail.com/]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2022-07-23 16:32:59 +02:00

24 lines
773 B
Diff

From f213fd29c1015a3afee9a3fde0dd7ce6c6325802 Mon Sep 17 00:00:00 2001
From: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Date: Fri, 27 May 2022 20:15:00 -0300
Subject: [PATCH 1/1] package/binutils: change .mk
Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
---
package/binutils/binutils.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/binutils/binutils.mk b/package/binutils/binutils.mk
index 8c4a1371ca..3f143d9d76 100644
--- a/package/binutils/binutils.mk
+++ b/package/binutils/binutils.mk
@@ -1,6 +1,6 @@
################################################################################
#
-# binutils
+# Binutils
#
################################################################################
--
2.25.1