diff options
Diffstat (limited to 'meta/recipes-core/musl/musl-obstack.bb')
-rw-r--r-- | meta/recipes-core/musl/musl-obstack.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/musl/musl-obstack.bb b/meta/recipes-core/musl/musl-obstack.bb index 74de48c2cd..4df24c013b 100644 --- a/meta/recipes-core/musl/musl-obstack.bb +++ b/meta/recipes-core/musl/musl-obstack.bb | |||
@@ -4,7 +4,7 @@ | |||
4 | SUMMARY = "A standalone library to implement GNU libc's obstack" | 4 | SUMMARY = "A standalone library to implement GNU libc's obstack" |
5 | DESCRIPTION = "copy + paste of the obstack functions and macros found in GNU gcc libiberty library for use with musl libc" | 5 | DESCRIPTION = "copy + paste of the obstack functions and macros found in GNU gcc libiberty library for use with musl libc" |
6 | HOMEPAGE = "https://github.com/pullmoll/musl-obstack" | 6 | HOMEPAGE = "https://github.com/pullmoll/musl-obstack" |
7 | LICENSE = "GPL-2.0+" | 7 | LICENSE = "GPL-2.0-or-later" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=3d23e4eef8243efcaab6f0a438078932" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=3d23e4eef8243efcaab6f0a438078932" |
9 | SECTION = "libs" | 9 | SECTION = "libs" |
10 | 10 | ||