diff options
author | Adrian Bunk <bunk@stusta.de> | 2019-08-30 18:50:59 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-08-30 09:27:57 -0700 |
commit | 31a55b947d077c9ad9b61f30bf616ca32c425192 (patch) | |
tree | c215892c0431cd0fbe6965ac4c6e6f0d130ffe34 /meta-python/recipes-devtools/python/python-protobuf.inc | |
parent | 9d559933d7243969777625c7a66511fc43f1f2a0 (diff) | |
download | meta-openembedded-31a55b947d077c9ad9b61f30bf616ca32c425192.tar.gz |
Remove bogus COMMON_LICENSE_DIR usage in LIC_FILES_CHKSUM
Using COMMON_LICENSE_DIR in LIC_FILES_CHKSUM of downloaded
code is never the right thing to do, there must be some
license information and that has to be checked instead.
In several cases the claimed LICENSE was also incorrect.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-protobuf.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-protobuf.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-protobuf.inc b/meta-python/recipes-devtools/python/python-protobuf.inc index ce95e66c9..5058d4bd3 100644 --- a/meta-python/recipes-devtools/python/python-protobuf.inc +++ b/meta-python/recipes-devtools/python/python-protobuf.inc | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "https://developers.google.com/protocol-buffers/" | |||
3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
4 | 4 | ||
5 | LICENSE = "BSD-3-Clause" | 5 | LICENSE = "BSD-3-Clause" |
6 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9" | 6 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=19e8f490f9526b1de84f8d949cfcfd4e" |
7 | 7 | ||
8 | inherit pypi | 8 | inherit pypi |
9 | 9 | ||