diff options
author | Xin Ouyang <xin.ouyang@windriver.com> | 2014-01-13 17:47:01 +0800 |
---|---|---|
committer | Mark Hatle <mark.hatle@windriver.com> | 2014-01-13 10:00:51 -0600 |
commit | 2fb68f414cbbedfc8392623cd29e860cbcd15f0e (patch) | |
tree | 427fc219462fb63f503807b5e363b7ddc96d9e59 /recipes-extended/psmisc/psmisc_22.20.bbappend | |
parent | 5a0e768af2f6dff5f7708904b37bd28349ab3316 (diff) | |
download | meta-selinux-dora.tar.gz |
psmisc: inherit enable-selinux and backport to fix build issuedora
(From meta-selinux master rev: 3fee4a09cc26816862dacfb2081dc7e0fa7ca47e)
Signed-off-by: Xin Ouyang <xin.ouyang@windriver.com>
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Diffstat (limited to 'recipes-extended/psmisc/psmisc_22.20.bbappend')
-rw-r--r-- | recipes-extended/psmisc/psmisc_22.20.bbappend | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes-extended/psmisc/psmisc_22.20.bbappend b/recipes-extended/psmisc/psmisc_22.20.bbappend index 5ad8973..d25468e 100644 --- a/recipes-extended/psmisc/psmisc_22.20.bbappend +++ b/recipes-extended/psmisc/psmisc_22.20.bbappend | |||
@@ -1,3 +1,7 @@ | |||
1 | PR .= ".2" | 1 | PR .= ".2" |
2 | 2 | ||
3 | inherit with-selinux | 3 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
4 | |||
5 | SRC_URI += "file://pstree-compiles-with-SE-Linux.patch" | ||
6 | |||
7 | inherit enable-selinux | ||