diff options
author | Ricardo Salveti <ricardo@opensourcefoundries.com> | 2018-05-04 22:42:09 -0300 |
---|---|---|
committer | Ricardo Salveti <ricardo@opensourcefoundries.com> | 2018-06-12 16:48:20 -0300 |
commit | 58953e7c6dac5b756085317d8c9ebd25dab15d53 (patch) | |
tree | 10b3ad45b6b38760c9bf6002256bc83ac9ba3473 /recipes-sota/ostree | |
parent | e7f7a1dffd8d0b591c9e134df84fabcc205657f0 (diff) | |
download | meta-updater-58953e7c6dac5b756085317d8c9ebd25dab15d53.tar.gz |
ostree: fix license and add homepage description
Ostree is LGPLv2+ and not GPLv2+.
Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
Diffstat (limited to 'recipes-sota/ostree')
-rw-r--r-- | recipes-sota/ostree/ostree_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-sota/ostree/ostree_git.bb b/recipes-sota/ostree/ostree_git.bb index 50afca5..112d05c 100644 --- a/recipes-sota/ostree/ostree_git.bb +++ b/recipes-sota/ostree/ostree_git.bb | |||
@@ -1,5 +1,6 @@ | |||
1 | SUMMARY = "Tool for managing bootable, immutable, versioned filesystem trees" | 1 | SUMMARY = "Tool for managing bootable, immutable, versioned filesystem trees" |
2 | LICENSE = "GPLv2+" | 2 | HOMEPAGE = "https://ostree.readthedocs.io/en/latest/" |
3 | LICENSE = "LGPLv2+" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" |
4 | 5 | ||
5 | inherit autotools pkgconfig systemd gobject-introspection | 6 | inherit autotools pkgconfig systemd gobject-introspection |