summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dmitry_eremin@mentor.com>2015-04-22 01:25:03 +0300
committerJoe MacDonald <joe_macdonald@mentor.com>2015-05-11 14:28:43 -0400
commit2ebacbad21bbc66e0a4eba123bd7c8d6b14c8a27 (patch)
treee45f1a3c1196a81bb0bfd4ff5ef0ca274d6ffa47
parent88b236f0545f012293ba5570e1d869268eda97aa (diff)
downloadmeta-selinux-2ebacbad21bbc66e0a4eba123bd7c8d6b14c8a27.tar.gz
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 <dmitry_eremin@mentor.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
-rw-r--r--recipes-security/selinux/selinux-config_0.1.bb2
1 files changed, 2 insertions, 0 deletions
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"
11LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" 11LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
12PR = "r3" 12PR = "r3"
13 13
14S = "${WORKDIR}"
15
14SRC_URI = "file://selinux-init.sh" 16SRC_URI = "file://selinux-init.sh"
15 17
16inherit update-rc.d 18inherit update-rc.d