diff options
author | Joe Slater <jslater@windriver.com> | 2013-08-01 10:25:06 -0700 |
---|---|---|
committer | Mark Hatle <mark.hatle@windriver.com> | 2013-08-01 20:31:11 -0500 |
commit | 9d06d2ea818c2cf5b75cd114b48e33e016d15d26 (patch) | |
tree | 3be7500cc7ed4187f783e783f8dd582e4986c099 /recipes-security/selinux/policycoreutils_2.1.13.bb | |
parent | d5b2d7d8e07e6371d74a60302f9eece5868b7794 (diff) | |
download | meta-selinux-dylan.tar.gz |
policycoreutils: fix genhomedircon constructiondylan
CQID: 418197
Reference /usr/sbin instead of the directory into which
the script is installed on the host.
Signed-off-by: Joe Slater <jslater@windriver.com>
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Diffstat (limited to 'recipes-security/selinux/policycoreutils_2.1.13.bb')
-rw-r--r-- | recipes-security/selinux/policycoreutils_2.1.13.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-security/selinux/policycoreutils_2.1.13.bb b/recipes-security/selinux/policycoreutils_2.1.13.bb index 6696357..687347c 100644 --- a/recipes-security/selinux/policycoreutils_2.1.13.bb +++ b/recipes-security/selinux/policycoreutils_2.1.13.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | PR = "r2" | 1 | PR = "r3" |
2 | 2 | ||
3 | include selinux_20120924.inc | 3 | include selinux_20120924.inc |
4 | include ${BPN}.inc | 4 | include ${BPN}.inc |
@@ -11,4 +11,5 @@ SRC_URI[sha256sum] = "34040f06f3111d9ee957576e4095841d35b9ca9141ee8d80aab036cbef | |||
11 | SRC_URI += "\ | 11 | SRC_URI += "\ |
12 | file://policycoreutils-revert-restorecon-update-type.patch \ | 12 | file://policycoreutils-revert-restorecon-update-type.patch \ |
13 | file://policycoreutils-revert-run_init-open_init_pty.patch \ | 13 | file://policycoreutils-revert-run_init-open_init_pty.patch \ |
14 | file://scripts_makefile.patch \ | ||
14 | " | 15 | " |