diff options
author | Stefan Wiehler <stefan.wiehler@missinglinkelectronics.com> | 2021-05-18 10:45:39 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-05-19 09:17:49 -0700 |
commit | 417a344477180929a6e2ee8950451ad4cc4df69e (patch) | |
tree | 458515b0ff7a5dd643c447532920df02d394c873 /meta-networking | |
parent | 0fa836b69c2173b34f83ad4e56d953e3adc3b4eb (diff) | |
download | meta-openembedded-417a344477180929a6e2ee8950451ad4cc4df69e.tar.gz |
restinio: fix license
Signed-off-by: Stefan Wiehler <stefan.wiehler@missinglinkelectronics.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-connectivity/restinio/restinio_0.6.13.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/restinio/restinio_0.6.13.bb b/meta-networking/recipes-connectivity/restinio/restinio_0.6.13.bb index ec9b056e5d..e3567961aa 100644 --- a/meta-networking/recipes-connectivity/restinio/restinio_0.6.13.bb +++ b/meta-networking/recipes-connectivity/restinio/restinio_0.6.13.bb | |||
@@ -5,7 +5,7 @@ DESCRIPTION = "Cross-platform, efficient, customizable, and robust \ | |||
5 | AUTHOR = "Stefan Wiehler <stefan.wiehler@missinglinkelectronics.com>" | 5 | AUTHOR = "Stefan Wiehler <stefan.wiehler@missinglinkelectronics.com>" |
6 | HOMEPAGE = "https://stiffstream.com/en/products/restinio.html" | 6 | HOMEPAGE = "https://stiffstream.com/en/products/restinio.html" |
7 | SECTION = "libs" | 7 | SECTION = "libs" |
8 | LICENSE = "BSD" | 8 | LICENSE = "BSD-3-Clause" |
9 | LIC_FILES_CHKSUM = "file://../LICENSE;md5=f399b62ce0a152525d1589a5a40c0ff6" | 9 | LIC_FILES_CHKSUM = "file://../LICENSE;md5=f399b62ce0a152525d1589a5a40c0ff6" |
10 | DEPENDS = "asio fmt http-parser" | 10 | DEPENDS = "asio fmt http-parser" |
11 | 11 | ||