diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2016-04-11 17:28:27 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-14 10:58:34 +0100 |
commit | a7c426aa1ee9dd8dea84cd70757410d2ba586e76 (patch) | |
tree | 7566ce8366bd6653ebf14f2f2ac6762ff052a674 /meta/recipes-extended/pbzip2 | |
parent | 1229009980999033c062c7331dae8615be0d4a6c (diff) | |
download | poky-a7c426aa1ee9dd8dea84cd70757410d2ba586e76.tar.gz |
pbzip2: fix LIC_FILES_CHKSUM following 1.1.12 -> 1.1.13 upgrade
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>
Diffstat (limited to 'meta/recipes-extended/pbzip2')
-rw-r--r-- | meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb b/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb index 06c2766158..06d37adc36 100644 --- a/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb +++ b/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb | |||
@@ -6,7 +6,7 @@ newer (ie: anything compressed with pbzip2 can be decompressed with bzip2)." | |||
6 | HOMEPAGE = "http://compression.ca/pbzip2/" | 6 | HOMEPAGE = "http://compression.ca/pbzip2/" |
7 | SECTION = "console/utils" | 7 | SECTION = "console/utils" |
8 | LICENSE = "BSD" | 8 | LICENSE = "BSD" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=4c4f2edec9679d5abef3514a816b54a4" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=398b8832c6f840cfebd20ab2be6a3743" |
10 | 10 | ||
11 | DEPENDS = "bzip2" | 11 | DEPENDS = "bzip2" |
12 | DEPENDS_append_class-native = " bzip2-replacement-native" | 12 | DEPENDS_append_class-native = " bzip2-replacement-native" |