diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-09-23 19:51:29 +0200 |
|---|---|---|
| committer | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-09-26 13:17:10 +0200 |
| commit | 3f7af540fdfbd5af4212560d854ec72acc9f145a (patch) | |
| tree | 27f79738b506e5d4ab1a7f7931dc0fb6d894e914 /meta-oe | |
| parent | 2e091da4f50a1bae36b6561b70f04f6951c508fd (diff) | |
| download | meta-openembedded-3f7af540fdfbd5af4212560d854ec72acc9f145a.tar.gz | |
tokyocabinet: fix license
The application is distributed under the LGPL license, not GPL.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Diffstat (limited to 'meta-oe')
| -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 039e360fb1..d5f1dcd889 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 \ |
