diff options
author | Philip Tricca <flihp@twobit.us> | 2015-01-15 02:59:38 +0000 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2015-01-26 15:25:11 -0500 |
commit | ad98856d7db42c4f68b7b582532c6ee8a4c807b9 (patch) | |
tree | 4d7cb0942418e95607bf5139d94cdc3fb4fa72dd | |
parent | 9aafd3ca88f1f5a4bb27ad2749056a419c217774 (diff) | |
download | meta-selinux-ad98856d7db42c4f68b7b582532c6ee8a4c807b9.tar.gz |
tar: Use wildcard for version number in bbappend.
Signed-off-by: Philip Tricca <flihp@twobit.us>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
-rw-r--r-- | recipes-extended/tar/tar_%.bbappend (renamed from recipes-extended/tar/tar_1.27.1.bbappend) | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-extended/tar/tar_1.27.1.bbappend b/recipes-extended/tar/tar_%.bbappend index a1dc99c..54c8a90 100644 --- a/recipes-extended/tar/tar_1.27.1.bbappend +++ b/recipes-extended/tar/tar_%.bbappend | |||
@@ -1,5 +1,3 @@ | |||
1 | PR .= ".3" | ||
2 | |||
3 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
4 | 2 | ||
5 | inherit with-selinux | 3 | inherit with-selinux |