diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2016-09-19 16:40:01 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-09-26 08:29:15 +0200 |
commit | b70d4e2fb396ae51395e623a7c9b93092030081b (patch) | |
tree | 037ea0f987e7b3face260db61e8d4682f9f7534e /meta-oe/recipes-extended/p7zip | |
parent | bfa10542df5a4565a35178031995f3ce7dcc558b (diff) | |
download | meta-openembedded-b70d4e2fb396ae51395e623a7c9b93092030081b.tar.gz |
p7zip, mce-inject: update LIC_FILES_CHKSUM
* both were failing since last upgrade, but nobody noticed, because nobody
reads QA issues in "bitbake world status" e-mails and LIC_FILES_CHKSUM
mismatch wasn't fatal due to bug in insane.bbclass
* http://errors.yoctoproject.org/Errors/Details/83571/
* http://errors.yoctoproject.org/Errors/Details/83572/
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/p7zip')
-rw-r--r-- | meta-oe/recipes-extended/p7zip/p7zip_16.02.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/p7zip/p7zip_16.02.bb b/meta-oe/recipes-extended/p7zip/p7zip_16.02.bb index 12be02cafe..9f87e9fa98 100644 --- a/meta-oe/recipes-extended/p7zip/p7zip_16.02.bb +++ b/meta-oe/recipes-extended/p7zip/p7zip_16.02.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.7-zip.org/" | |||
3 | LICENSE = "LGPL-2.1+ & unRAR" | 3 | LICENSE = "LGPL-2.1+ & unRAR" |
4 | LIC_FILES_CHKSUM = "file://DOC/copying.txt;md5=4fbd65380cdd255951079008b364516c \ | 4 | LIC_FILES_CHKSUM = "file://DOC/copying.txt;md5=4fbd65380cdd255951079008b364516c \ |
5 | file://DOC/unRarLicense.txt;md5=9c87ddde469ef94aed153b0951d088de \ | 5 | file://DOC/unRarLicense.txt;md5=9c87ddde469ef94aed153b0951d088de \ |
6 | file://DOC/License.txt;md5=8346bfd0a2fa0987e7a3a512adf84ab9" | 6 | file://DOC/License.txt;md5=879598edf1f54dddb6930d7581357f8b" |
7 | 7 | ||
8 | SRC_URI = "http://downloads.sourceforge.net/p7zip/p7zip/${PV}/p7zip_${PV}_src_all.tar.bz2 \ | 8 | SRC_URI = "http://downloads.sourceforge.net/p7zip/p7zip/${PV}/p7zip_${PV}_src_all.tar.bz2 \ |
9 | file://do_not_override_compiler_and_do_not_strip.patch" | 9 | file://do_not_override_compiler_and_do_not_strip.patch" |