From 2ebacbad21bbc66e0a4eba123bd7c8d6b14c8a27 Mon Sep 17 00:00:00 2001 From: Dmitry Eremin-Solenikov Date: Wed, 22 Apr 2015 01:25:03 +0300 Subject: selinux-config: fix the S directory not existant warning Fix the warning reporing that ${S} directory does not exist by pointing S to ${WORKDIR}. Signed-off-by: Dmitry Eremin-Solenikov Signed-off-by: Joe MacDonald --- recipes-security/selinux/selinux-config_0.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-security/selinux/selinux-config_0.1.bb b/recipes-security/selinux/selinux-config_0.1.bb index 09bb823..98f6d5f 100644 --- a/recipes-security/selinux/selinux-config_0.1.bb +++ b/recipes-security/selinux/selinux-config_0.1.bb @@ -11,6 +11,8 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" PR = "r3" +S = "${WORKDIR}" + SRC_URI = "file://selinux-init.sh" inherit update-rc.d -- cgit v1.2.3-54-g00ecf