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/app-runas/app-runas.bb | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 meta-security/recipes-test/app-runas/app-runas.bb (limited to 'meta-security/recipes-test/app-runas/app-runas.bb') diff --git a/meta-security/recipes-test/app-runas/app-runas.bb b/meta-security/recipes-test/app-runas/app-runas.bb deleted file mode 100644 index 95725c2e7..000000000 --- a/meta-security/recipes-test/app-runas/app-runas.bb +++ /dev/null @@ -1,17 +0,0 @@ -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://app-runas.cpp;beginline=3;endline=19;md5=1ca447189bb2c54039033d50d8982d92" -SRC_URI = "file://app-runas.cpp" -DEPENDS = "security-manager" -S = "${WORKDIR}" - -do_compile () { - ${CXX} ${CXXFLAGS} ${S}/app-runas.cpp `pkg-config --cflags --libs security-manager` -o app-runas -} - -do_install () { - install -D app-runas ${D}/${bindir}/app-runas - chmod u+s ${D}/${bindir}/app-runas -} - -inherit deploy-files -DEPLOY_FILES_FROM[target] = "app-runas" -- cgit 1.2.3-korg