aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denis@denix.org>2010-05-18 14:26:01 -0400
committerDenys Dmytriyenko <denis@denix.org>2010-05-18 14:42:33 -0400
commit9074fefdb80373e05f276269cb14fd8676c7d360 (patch)
tree008faf3f4d3a6174794ac523e76a5c6760f0f7ff /recipes
parent8bd97afd2357483726949a34086f9fd8a6bf6f2d (diff)
downloadopenembedded-9074fefdb80373e05f276269cb14fd8676c7d360.tar.gz
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@denix.org>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/meta/external-toolchain-csl.bb8
1 files changed, 7 insertions, 1 deletions
diff --git a/recipes/meta/external-toolchain-csl.bb b/recipes/meta/external-toolchain-csl.bb
index 8e680a6099..7cbfe0ac19 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}