summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/pbzip2
Commit message (Collapse)AuthorAgeFilesLines
* pbzip2: extend for nativesdkYi Zhao2020-08-011-1/+1
| | | | | | | | | Make pzip2 available in nativesdk to speedup file compression. (From OE-Core rev: 7b755f97da11c191f79cb201e1fa5f9009d85dd6) Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pbzip2: Fix license warningMingli Yu2020-04-301-1/+1
| | | | | | | | | | | | | | | After below commit introduced, the LICENSE field changed from BSD-4-Clause to bzip-1.0.6. 669600ef9b bzip2/pbzip2: Correct license information But actually it should be bzip2-1.0.6, update it to fix the below license warning: WARNING: pbzip2-native-1.1.13-r0 do_populate_lic: pbzip2-native: No generic license file exists for: bzip-1.0.6 in any provider (From OE-Core rev: ecca4b97b3522e43332c3720bbe8da80c744d0b9) Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bzip2/pbzip2: Correct license informationRichard Purdie2020-04-241-1/+1
| | | | | | | | | | | | | | The license of pbzip2 looks slightly BSD like but is in fact the bzip2 license. The SPDX identifier for this is "bzip-1.0.6" since there is another version of the bzip license out there. To clear up all the confusion, use the SPDX license name and update both recipes to refer to it. The copyright information is slightly different between the codebases but the license looks the same. (From OE-Core rev: 669600ef9b6155cd3d9b8092505a1eed289d40b1) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pbzip2: Clarify BSD license variantChristophe PRIOUZEAU2019-10-151-1/+1
| | | | | | | | | The license of pbzip2 is BSD-4-Clause. (From OE-Core rev: 3d89828b6ec43c2f5b0904f9ea12435525ccea77) Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pbzip2: fix upstream check URLRoss Burton2018-05-151-1/+2
| | | | | | | | | | compression.ca is down, so use the Milestone page on Launchpad as that is also where we download the tarball from. (From OE-Core rev: d669fbd183e03952e1900535328f16185248fc1f) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pbzip2: Fix C++11 warnings found with clangKhem Raj2018-05-152-1/+76
| | | | | | | | (From OE-Core rev: ccc7a422b7b43f68a10ee6ec9aea7e6074a69630) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pbzip2: fix LIC_FILES_CHKSUM following 1.1.12 -> 1.1.13 upgradeAndre McCurdy2016-04-141-1/+1
| | | | | | | | | | | | | | The 1.1.3 update to COPYING changes a reference to pbzip2's version number and release date. LIC_FILES_CHKSUM should have been updated accordingly as part of the 1.1.12 -> 1.1.13 upgrade: http://git.openembedded.org/openembedded-core/commit/?id=80712b7c0959c197ccb21efd5e7a963d1d2e83ae (From OE-Core rev: 12d665136197304fafee82f6149445249cc00e9c) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pbzip2: don't skip do_configureAndre McCurdy2016-04-141-2/+0
| | | | | | | | | | | | | | Although pbzip2 itself doesn't require any configuring, skipping do_configure means the 'make clean' step performed by the default base.bbclass do_configure is skipped too, which means that pbzip2 may not be rebuilt if something it depends on has changed (e.g. if libbz2 has been modified). (From OE-Core rev: 28981cad0d9c1d319772950396fbafa932c36a69) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pbzip2: update to 1.1.13Alexander Kanavin2016-01-201-2/+2
| | | | | | | (From OE-Core rev: 80712b7c0959c197ccb21efd5e7a963d1d2e83ae) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* package_regex.inc: split the rest of the entries to their recipesAlexander Kanavin2015-12-081-0/+2
| | | | | | | | (From OE-Core rev: 73e2555cc7d529a93362b3fcfea3fbc7a4c60ca1) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pbzip2: Fix native dependency on bzip2-nativeRichard Purdie2015-06-271-0/+1
| | | | | | | | | | | | | bzip2-native is in ASSUME_PROVIDED but we don't just want "bzip2" but libbz2 here. To do this, we need to DEPEND on bzip2-replacement-native which hints to bitbake we really do want to build it. Add the missing dependency to avoid failures on machines which don't have libbz2-dev installed. (From OE-Core rev: a87b7172a99051c2ea61bcfae60e922b58333291) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pbzip2: add initial recipe, pbzip2 v1.1.12Andre McCurdy2015-06-271-0/+27
(From OE-Core rev: c8c890d1cee8cd8426f8db13b1d36c36da03d66d) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>