summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/gzip/gzip.inc
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2016-06-12 10:21:02 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-06-15 08:35:03 +0100
commit099f026bd7a1b3d8fd30fe83f838e5877f4ced7b (patch)
tree72c034b7d986131ad3491b6e111a8a6fc1fc4c72 /meta/recipes-extended/gzip/gzip.inc
parent3274e76fe40609ce407d3f7308b9752de0d40de2 (diff)
downloadpoky-099f026bd7a1b3d8fd30fe83f838e5877f4ced7b.tar.gz
gzip: upgrade to 1.8
Drop the do_install musl append since the charset file is no longer installed. Refresh the patch. Also update the PREFERRED_VERSION. (From OE-Core rev: c57ab66984bff1ea5596ffe592a0ca1e9ba82ab0) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/gzip/gzip.inc')
-rw-r--r--meta/recipes-extended/gzip/gzip.inc5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/recipes-extended/gzip/gzip.inc b/meta/recipes-extended/gzip/gzip.inc
index 6e81883472..04f8f95dd5 100644
--- a/meta/recipes-extended/gzip/gzip.inc
+++ b/meta/recipes-extended/gzip/gzip.inc
@@ -22,11 +22,6 @@ do_install_append () {
22 fi 22 fi
23} 23}
24 24
25do_install_append_libc-musl () {
26 rm ${D}${libdir}/charset.alias
27 rmdir ${D}${libdir}
28}
29
30inherit update-alternatives 25inherit update-alternatives
31 26
32ALTERNATIVE_PRIORITY = "100" 27ALTERNATIVE_PRIORITY = "100"