diff options
author | Andrei Dinu <andrei.adrianx.dinu@intel.com> | 2013-06-11 17:04:42 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-13 17:38:07 +0100 |
commit | cceb11fd0b9f9f706e73879a6af66a11e17471e9 (patch) | |
tree | 2c70c1af72cc7a57e4c75fd727fd563fb1e6f59e | |
parent | 30fa8c71529b2c3e8e79adb34e2f0c64adc3d330 (diff) | |
download | poky-cceb11fd0b9f9f706e73879a6af66a11e17471e9.tar.gz |
gzip : upgrade to 1.6
tcmode-default: Update gzip PREFFERED_VERSION to 1.6
(From OE-Core rev: 0a3dff5bc0b98df54f8e0f4f198999e00a5f2ce7)
Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com>
[sgw - updated tcmode-default]
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/conf/distro/include/tcmode-default.inc | 2 | ||||
-rw-r--r-- | meta/recipes-extended/gzip/gzip_1.5.bb | 11 | ||||
-rw-r--r-- | meta/recipes-extended/gzip/gzip_1.6.bb | 9 |
3 files changed, 10 insertions, 12 deletions
diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc index 88d109b452..9aeaeac077 100644 --- a/meta/conf/distro/include/tcmode-default.inc +++ b/meta/conf/distro/include/tcmode-default.inc | |||
@@ -53,7 +53,7 @@ PREFERRED_VERSION_uclibc-initial ?= "${UCLIBCVERSION}" | |||
53 | PREFERRED_VERSION_elfutils ?= "0.148" | 53 | PREFERRED_VERSION_elfutils ?= "0.148" |
54 | # don't use version earlier than 1.4 for gzip-native, as it's necessary for | 54 | # don't use version earlier than 1.4 for gzip-native, as it's necessary for |
55 | # some packages using an archive format incompatible with earlier gzip | 55 | # some packages using an archive format incompatible with earlier gzip |
56 | PREFERRED_VERSION_gzip-native ?= "1.5" | 56 | PREFERRED_VERSION_gzip-native ?= "1.6" |
57 | 57 | ||
58 | # Setup suitable toolchain flags | 58 | # Setup suitable toolchain flags |
59 | require conf/distro/include/as-needed.inc | 59 | require conf/distro/include/as-needed.inc |
diff --git a/meta/recipes-extended/gzip/gzip_1.5.bb b/meta/recipes-extended/gzip/gzip_1.5.bb deleted file mode 100644 index f7b859374a..0000000000 --- a/meta/recipes-extended/gzip/gzip_1.5.bb +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | require gzip.inc | ||
2 | |||
3 | PR = "r0" | ||
4 | |||
5 | PROVIDES_append_class-native = " gzip-replacement-native" | ||
6 | NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}" | ||
7 | |||
8 | BBCLASSEXTEND = "native" | ||
9 | |||
10 | SRC_URI[md5sum] = "11b76536941ee1c0221fe6eefbcb32cb" | ||
11 | SRC_URI[sha256sum] = "b5d56e8ffc9918e8c941fab56e04121194f9870adeeb859e09c09eac264035a3" | ||
diff --git a/meta/recipes-extended/gzip/gzip_1.6.bb b/meta/recipes-extended/gzip/gzip_1.6.bb new file mode 100644 index 0000000000..9c728dff5a --- /dev/null +++ b/meta/recipes-extended/gzip/gzip_1.6.bb | |||
@@ -0,0 +1,9 @@ | |||
1 | require gzip.inc | ||
2 | |||
3 | PROVIDES_append_class-native = " gzip-replacement-native" | ||
4 | NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}" | ||
5 | |||
6 | BBCLASSEXTEND = "native" | ||
7 | |||
8 | SRC_URI[md5sum] = "38603cb2843bf5681ff41aab3bcd6a20" | ||
9 | SRC_URI[sha256sum] = "97eb83b763d9e5ad35f351fe5517e6b71521d7aac7acf3e3cacdb6b1496d8f7e" | ||