mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
tokyocabinet: fix license
The application is distributed under the LGPL license, not GPL.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 8fd2b5c5b2)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
committed by
Anuj Mittal
parent
630a852aa4
commit
4d28ff8b34
@@ -12,7 +12,7 @@ Records are organized in hash table, B+ tree, or fixed-length array."
|
||||
|
||||
HOMEPAGE = "http://fallabs.com/tokyocabinet/"
|
||||
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
|
||||
|
||||
SRC_URI = "${DEBIAN_MIRROR}/main/t/${BPN}/${BPN}_${PV}.orig.tar.gz \
|
||||
|
||||
Reference in New Issue
Block a user