[oe-commits] Denys Dmytriyenko : external-toolchain-csl: set the individual licesnes for packages

git version control git at git.openembedded.org
Tue May 18 18:43:22 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 9074fefdb80373e05f276269cb14fd8676c7d360
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9074fefdb80373e05f276269cb14fd8676c7d360

Author: Denys Dmytriyenko <denis at denix.org>
Date:   Tue May 18 14:26:01 2010 -0400

external-toolchain-csl: set the individual licesnes for packages

* glibc is LGPLv2.1
* libgcc/libstdc++ is GPL (v2/v3) with GCC Runtime Library Exception

Signed-off-by: Denys Dmytriyenko <denis at denix.org>

---

 recipes/meta/external-toolchain-csl.bb |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/recipes/meta/external-toolchain-csl.bb b/recipes/meta/external-toolchain-csl.bb
index 8e680a6..7cbfe0a 100644
--- a/recipes/meta/external-toolchain-csl.bb
+++ b/recipes/meta/external-toolchain-csl.bb
@@ -1,4 +1,4 @@
-PR = "r4"
+PR = "r5"
 
 INHIBIT_DEFAULT_DEPS = "1"
 
@@ -188,6 +188,12 @@ PKGV_localedef = ${CSL_VER_LIBC}
 PKGV_libsegfault = ${CSL_VER_LIBC}
 PKGV_linux-libc-headers = ${CSL_VER_KERNEL}
 
+LICENSE_ldd = "LGPLv2.1+"
+LICENSE_glibc = "LGPLv2.1+"
+LICENSE_glibc-thread-db = "LGPLv2.1+"
+LICENSE_libgcc := "${@["GPLv3 with GCC RLE", "GPLv2 with GCC RLE"][csl_get_main_version(d) <= "2009q1-203"]}"
+LICENSE_libstdc++ := "${@["GPLv3 with GCC RLE", "GPLv2 with GCC RLE"][csl_get_main_version(d) <= "2009q1-203"]}"
+
 do_install() {
 	install -d ${D}${sysconfdir}
 	install -d ${D}${bindir}





More information about the Openembedded-commits mailing list