diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-12 10:21:02 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-15 08:35:03 +0100 |
commit | 099f026bd7a1b3d8fd30fe83f838e5877f4ced7b (patch) | |
tree | 72c034b7d986131ad3491b6e111a8a6fc1fc4c72 /meta/recipes-extended/gzip/gzip.inc | |
parent | 3274e76fe40609ce407d3f7308b9752de0d40de2 (diff) | |
download | poky-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.inc | 5 |
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 | ||
25 | do_install_append_libc-musl () { | ||
26 | rm ${D}${libdir}/charset.alias | ||
27 | rmdir ${D}${libdir} | ||
28 | } | ||
29 | |||
30 | inherit update-alternatives | 25 | inherit update-alternatives |
31 | 26 | ||
32 | ALTERNATIVE_PRIORITY = "100" | 27 | ALTERNATIVE_PRIORITY = "100" |