diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-08-15 18:22:40 -0700 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2018-08-16 12:25:41 -0400 |
commit | c86c1e16247a83a6ace08b220603055e4a4bbc6a (patch) | |
tree | 82dce7b73fad4a7a2b6c348e7746cd3dc0fd3ace | |
parent | 3fc792f7a550b2c504da8596e0aa66712fe842da (diff) | |
download | meta-selinux-c86c1e16247a83a6ace08b220603055e4a4bbc6a.tar.gz |
README: Document setting PREFERRED_VERSION for refpolicy
When setting preferred version for a given refpolicy
we also need to set the PV for refpolicy recipe since
its part of the selinux packagegroup and will silently
use git version
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
-rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -71,7 +71,8 @@ SRCREV for refpolicy and refpolicy-contrib as appropriate at refpolicy_git.inc | |||
71 | to check refpolicy as per required commits. | 71 | to check refpolicy as per required commits. |
72 | 72 | ||
73 | * enable the preferred refpolicy-minimum: | 73 | * enable the preferred refpolicy-minimum: |
74 | e.g. PREFERRED_VERSION_refpolicy-minimum = "2.20151208" | 74 | PREFERRED_VERSION_refpolicy-minimum = "2.20151208" |
75 | PREFERRED_VERSION_refpolicy = "2.20151208" | ||
75 | 76 | ||
76 | 77 | ||
77 | Using different init manager | 78 | Using different init manager |