mirror of
git://git.yoctoproject.org/poky
synced 2026-09-06 02:40:29 +00:00
License-Update: =============== GPL-1.0-or-later is added. fdisk.c is licensed under it. 0001-lscpu-Use-4K-buffer-size-instead-of-BUFSIZ.patch is dropped as it's been in the new version. (From OE-Core rev: 9a0bd46e6988b2da446f89864131639dde63c6d0) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
25 lines
603 B
Diff
25 lines
603 B
Diff
From d0a69ce80c579cbb7627a2f20e8b92e006a8d8ad Mon Sep 17 00:00:00 2001
|
|
From: Tudor Florea <tudor.florea@enea.com>
|
|
Date: Thu, 3 Dec 2015 04:08:00 +0100
|
|
Subject: [PATCH] Define TESTS variable
|
|
|
|
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
|
|
Upstream-Status: Pending
|
|
|
|
---
|
|
Makefile.am | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/Makefile.am b/Makefile.am
|
|
index effbb02..7d2bd1e 100644
|
|
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -57,6 +57,7 @@ systemdsystemunit_DATA =
|
|
dist_bashcompletion_DATA =
|
|
check_PROGRAMS =
|
|
dist_check_SCRIPTS =
|
|
+TESTS = $(check_PROGRAMS)
|
|
|
|
PATHFILES =
|
|
ADOCFILES_COMMON =
|