diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-09-23 19:42:40 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-09-23 14:22:59 -0700 |
| commit | 8fd2b5c5b24335eba407b67e9805298576bdf6ca (patch) | |
| tree | 7ecbabd0e1da4dcded0dc38601aeb7ca3039cf5a | |
| parent | 3b7f2442fda4cc360d98965ba27c61d90cae556b (diff) | |
| download | meta-openembedded-8fd2b5c5b24335eba407b67e9805298576bdf6ca.tar.gz | |
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>
| -rw-r--r-- | meta-oe/recipes-support/tokyocabinet/tokyocabinet_1.4.48.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/tokyocabinet/tokyocabinet_1.4.48.bb b/meta-oe/recipes-support/tokyocabinet/tokyocabinet_1.4.48.bb index a7c10128b3..d0ed6013f7 100644 --- a/meta-oe/recipes-support/tokyocabinet/tokyocabinet_1.4.48.bb +++ b/meta-oe/recipes-support/tokyocabinet/tokyocabinet_1.4.48.bb | |||
| @@ -12,7 +12,7 @@ Records are organized in hash table, B+ tree, or fixed-length array." | |||
| 12 | 12 | ||
| 13 | HOMEPAGE = "http://fallabs.com/tokyocabinet/" | 13 | HOMEPAGE = "http://fallabs.com/tokyocabinet/" |
| 14 | 14 | ||
| 15 | LICENSE = "GPL-2.0-only" | 15 | LICENSE = "LGPL-2.1-only" |
| 16 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" | 16 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" |
| 17 | 17 | ||
| 18 | SRC_URI = "${DEBIAN_MIRROR}/main/t/${BPN}/${BPN}_${PV}.orig.tar.gz \ | 18 | SRC_URI = "${DEBIAN_MIRROR}/main/t/${BPN}/${BPN}_${PV}.orig.tar.gz \ |
