diff options
author | Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com> | 2015-04-22 01:25:03 +0300 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2015-05-11 14:28:43 -0400 |
commit | 2ebacbad21bbc66e0a4eba123bd7c8d6b14c8a27 (patch) | |
tree | e45f1a3c1196a81bb0bfd4ff5ef0ca274d6ffa47 | |
parent | 88b236f0545f012293ba5570e1d869268eda97aa (diff) | |
download | meta-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.bb | 2 |
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" | |||
11 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 11 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
12 | PR = "r3" | 12 | PR = "r3" |
13 | 13 | ||
14 | S = "${WORKDIR}" | ||
15 | |||
14 | SRC_URI = "file://selinux-init.sh" | 16 | SRC_URI = "file://selinux-init.sh" |
15 | 17 | ||
16 | inherit update-rc.d | 18 | inherit update-rc.d |