All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] gcc_4.5.1: Move the license related information in the right file
  2010-12-13 17:46 [PATCH 0/2] gcc & eglibc LIC_FILES_CHKSUM updates Nitin A Kamble
@ 2010-12-13 17:09 ` Nitin A Kamble
  2010-12-13 17:23 ` [PATCH 2/2] eglibc: organize the recipes lic and other meta data in common file Nitin A Kamble
  1 sibling, 0 replies; 3+ messages in thread
From: Nitin A Kamble @ 2010-12-13 17:09 UTC (permalink / raw)
  To: poky

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
---
 meta/recipes-devtools/gcc/gcc-4.5.1.inc |    9 ++++++++-
 meta/recipes-devtools/gcc/gcc_4.5.1.bb  |    6 ------
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/meta/recipes-devtools/gcc/gcc-4.5.1.inc b/meta/recipes-devtools/gcc/gcc-4.5.1.inc
index bb10fef..3edc4d4 100644
--- a/meta/recipes-devtools/gcc/gcc-4.5.1.inc
+++ b/meta/recipes-devtools/gcc/gcc-4.5.1.inc
@@ -1,9 +1,16 @@
 require gcc-common.inc
-LICENSE = "GPLv3"
 
 DEPENDS =+ "mpfr gmp libmpc elfutils"
 NATIVEDEPS = "mpfr-native gmp-native gettext-native libmpc-native elfutils-native"
 
+LICENSE="GCC RUNTIME LIBRARY EXCEPTION & GPLv2 & GPLv3 & LGPLv2.1 & LGPLv3"
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
+                   file://COPYING3;md5=d32239bcb673463ab874e80d47fae504 \
+                   file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \
+                   file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
+		   file://COPYING.RUNTIME;md5=fe60d87048567d4fe8c8a0ed2448bcc8"
+
 SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \
 	   file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch \
 	   file://100-uclibc-conf.patch \
diff --git a/meta/recipes-devtools/gcc/gcc_4.5.1.bb b/meta/recipes-devtools/gcc/gcc_4.5.1.bb
index d4a257e..81c1fa9 100644
--- a/meta/recipes-devtools/gcc/gcc_4.5.1.bb
+++ b/meta/recipes-devtools/gcc/gcc_4.5.1.bb
@@ -1,10 +1,4 @@
 PR = "r0"
-LICENSE="GCC RUNTIME LIBRARY EXCEPTION & GPLv2 & GPLv3 & LGPLv2.1 & LGPLv3"
-LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
-                   file://COPYING3;md5=d32239bcb673463ab874e80d47fae504 \
-                   file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \
-                   file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
-		   file://COPYING.RUNTIME;md5=fe60d87048567d4fe8c8a0ed2448bcc8"
 require gcc-${PV}.inc
 require gcc-configure-target.inc
 require gcc-package-target.inc
-- 
1.7.2.2



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 2/2] eglibc: organize the recipes lic and other meta data in common file
  2010-12-13 17:46 [PATCH 0/2] gcc & eglibc LIC_FILES_CHKSUM updates Nitin A Kamble
  2010-12-13 17:09 ` [PATCH 1/2] gcc_4.5.1: Move the license related information in the right file Nitin A Kamble
@ 2010-12-13 17:23 ` Nitin A Kamble
  1 sibling, 0 replies; 3+ messages in thread
From: Nitin A Kamble @ 2010-12-13 17:23 UTC (permalink / raw)
  To: poky

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
---
 meta/recipes-core/eglibc/eglibc-common.inc  |   11 +++++++++++
 meta/recipes-core/eglibc/eglibc-initial.inc |    3 ++-
 meta/recipes-core/eglibc/eglibc.inc         |    9 ++-------
 3 files changed, 15 insertions(+), 8 deletions(-)
 create mode 100644 meta/recipes-core/eglibc/eglibc-common.inc

diff --git a/meta/recipes-core/eglibc/eglibc-common.inc b/meta/recipes-core/eglibc/eglibc-common.inc
new file mode 100644
index 0000000..a9b1476
--- /dev/null
+++ b/meta/recipes-core/eglibc/eglibc-common.inc
@@ -0,0 +1,11 @@
+SUMMARY = "Embedded GLIBC (GNU C Library)"
+DESCRIPTION = "Embedded GLIBC (EGLIBC) is a variant of the GNU C Library (GLIBC) that is designed to work well on embedded systems. EGLIBC strives to be source and binary compatible with GLIBC. EGLIBC's goals include reduced footprint, configurable components, better support for cross-compilation and cross-testing."
+HOMEPAGE = "http://www.eglibc.org/home"
+SECTION = "libs"
+PRIORITY = "required"
+LICENSE = "LGPL"
+INC_PR = "r11"
+LIC_FILES_CHKSUM = "file://LICENSES;md5=07a394b26e0902b9ffdec03765209770 \
+      file://COPYING;md5=393a5ca445f6965873eca0259a17f833 \
+      file://posix/rxspencer/COPYRIGHT;md5=dc5485bb394a13b2332ec1c785f5d83a \
+      file://COPYING.LIB;md5=bbb461211a33b134d42ed5ee802b37ff "
diff --git a/meta/recipes-core/eglibc/eglibc-initial.inc b/meta/recipes-core/eglibc/eglibc-initial.inc
index a240ae2..d49ec8a 100644
--- a/meta/recipes-core/eglibc/eglibc-initial.inc
+++ b/meta/recipes-core/eglibc/eglibc-initial.inc
@@ -1,4 +1,5 @@
-SECTION = "libs"
+require eglibc-common.inc
+
 DEPENDS = "linux-libc-headers virtual/${TARGET_PREFIX}gcc-initial"
 PROVIDES = "virtual/${TARGET_PREFIX}libc-initial"
 
diff --git a/meta/recipes-core/eglibc/eglibc.inc b/meta/recipes-core/eglibc/eglibc.inc
index 2857a40..4698254 100644
--- a/meta/recipes-core/eglibc/eglibc.inc
+++ b/meta/recipes-core/eglibc/eglibc.inc
@@ -1,10 +1,5 @@
-SUMMARY = "Embedded GLIBC (GNU C Library)"
-DESCRIPTION = "Embedded GLIBC (EGLIBC) is a variant of the GNU C Library (GLIBC) that is designed to work well on embedded systems. EGLIBC strives to be source and binary compatible with GLIBC. EGLIBC's goals include reduced footprint, configurable components, better support for cross-compilation and cross-testing."
-HOMEPAGE = "http://www.eglibc.org/home"
-SECTION = "libs"
-PRIORITY = "required"
-LICENSE = "LGPL"
-INC_PR = "r11"
+require eglibc-common.inc
+
 # nptl needs unwind support in gcc, which can't be built without glibc.
 DEPENDS = "virtual/${TARGET_PREFIX}gcc-intermediate linux-libc-headers"
 #this leads to circular deps, so lets not add it yet
-- 
1.7.2.2



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 0/2] gcc & eglibc LIC_FILES_CHKSUM updates
@ 2010-12-13 17:46 Nitin A Kamble
  2010-12-13 17:09 ` [PATCH 1/2] gcc_4.5.1: Move the license related information in the right file Nitin A Kamble
  2010-12-13 17:23 ` [PATCH 2/2] eglibc: organize the recipes lic and other meta data in common file Nitin A Kamble
  0 siblings, 2 replies; 3+ messages in thread
From: Nitin A Kamble @ 2010-12-13 17:46 UTC (permalink / raw)
  To: poky

Saul,
 Here are the commits adding LIC_FILES_CHKSUM fields for gcc & eglibc recipes. I have pushed these on top of my earlier pull request commits.

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: nitin/upgrades
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/upgrades

Thanks,
    Nitin A Kamble <nitin.a.kamble@intel.com>
---


Nitin A Kamble (2):
  gcc_4.5.1: Move the license related information in the right file
  eglibc: organize the recipes lic and other meta data in common file

 meta/recipes-core/eglibc/eglibc-common.inc  |   11 +++++++++++
 meta/recipes-core/eglibc/eglibc-initial.inc |    3 ++-
 meta/recipes-core/eglibc/eglibc.inc         |    9 ++-------
 meta/recipes-devtools/gcc/gcc-4.5.1.inc     |    9 ++++++++-
 meta/recipes-devtools/gcc/gcc_4.5.1.bb      |    6 ------
 5 files changed, 23 insertions(+), 15 deletions(-)
 create mode 100644 meta/recipes-core/eglibc/eglibc-common.inc

-- 
1.7.2.2



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-12-13 17:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-13 17:46 [PATCH 0/2] gcc & eglibc LIC_FILES_CHKSUM updates Nitin A Kamble
2010-12-13 17:09 ` [PATCH 1/2] gcc_4.5.1: Move the license related information in the right file Nitin A Kamble
2010-12-13 17:23 ` [PATCH 2/2] eglibc: organize the recipes lic and other meta data in common file Nitin A Kamble

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.