From 0ffb178ea81ebcde3990dd8269ccc08ebbc83416 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Thu, 8 Feb 2018 09:57:25 +0100 Subject: meta-security: Remove unused content MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This unused content can be devided in two parts: - setting and feature in bitbake classes - tests None are actually used by AGL. Even if this content can be later included in distribution, I prefer to remove it now. Change-Id: I4e6a8ac6326986a5652a7c47614dcaa3db8cabb6 Signed-off-by: José Bollo --- meta-security/recipes-test/mmap-smack-test/files/mmap.c | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 meta-security/recipes-test/mmap-smack-test/files/mmap.c (limited to 'meta-security/recipes-test/mmap-smack-test/files') diff --git a/meta-security/recipes-test/mmap-smack-test/files/mmap.c b/meta-security/recipes-test/mmap-smack-test/files/mmap.c deleted file mode 100644 index f358d27b5..000000000 --- a/meta-security/recipes-test/mmap-smack-test/files/mmap.c +++ /dev/null @@ -1,7 +0,0 @@ -#include - -int main(int argc, char **argv) -{ - printf("Original test program removed while investigating its license.\n"); - return 1; -} -- cgit 1.2.3-korg