From 9a23e0f703ec3ccb99b354102d804eda13543b23 Mon Sep 17 00:00:00 2001 From: Aníbal Limón Date: Wed, 9 Nov 2016 15:03:52 -0600 Subject: oeqa/{runtime,sdk}/files: Move testsdkmakefile from runtime to sdk module MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It doesn't make sense to have files related to sdk module into runtime module. [YOCTO #10599] (From OE-Core rev: 9a3be58b17afbe4ef00030b0e6ad8b20b03adc49) Signed-off-by: Aníbal Limón Signed-off-by: Mariano Lopez Signed-off-by: Richard Purdie --- meta/lib/oeqa/runtime/files/testsdkmakefile | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 meta/lib/oeqa/runtime/files/testsdkmakefile (limited to 'meta/lib/oeqa/runtime/files') diff --git a/meta/lib/oeqa/runtime/files/testsdkmakefile b/meta/lib/oeqa/runtime/files/testsdkmakefile deleted file mode 100644 index fb05f822f3..0000000000 --- a/meta/lib/oeqa/runtime/files/testsdkmakefile +++ /dev/null @@ -1,5 +0,0 @@ -test: test.o - $(CC) -o test test.o -lm -test.o: test.c - $(CC) -c test.c - -- cgit v1.2.3-54-g00ecf