diff options
author | Xin Ouyang <xin.ouyang@windriver.com> | 2014-09-12 09:47:25 +0800 |
---|---|---|
committer | Xin Ouyang <xin.ouyang@windriver.com> | 2014-09-12 09:47:25 +0800 |
commit | 130dc610c072b95f0912658c834d7d76b27c06d3 (patch) | |
tree | 8a3868c0f806e080f21d541ee67bb627858741ff | |
parent | 1699b56fd801f0194b708b4a1d9d95a831a3bbe4 (diff) | |
download | meta-selinux-130dc610c072b95f0912658c834d7d76b27c06d3.tar.gz |
shadow: Use wildcard for version number in bbappend.
Signed-off-by: Xin Ouyang <xin.ouyang@windriver.com>
-rw-r--r-- | recipes-extended/shadow/shadow_%.bbappend (renamed from recipes-extended/shadow/shadow_4.1.4.3.bbappend) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/shadow/shadow_4.1.4.3.bbappend b/recipes-extended/shadow/shadow_%.bbappend index befe620..47714f7 100644 --- a/recipes-extended/shadow/shadow_4.1.4.3.bbappend +++ b/recipes-extended/shadow/shadow_%.bbappend | |||
@@ -1,4 +1,4 @@ | |||
1 | PR .= ".6" | 1 | PR .= ".1" |
2 | 2 | ||
3 | inherit with-selinux with-audit | 3 | inherit with-selinux with-audit |
4 | 4 | ||