summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-11-30 08:59:27 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-06-04 07:12:03 +0200
commita755286b4bb7e2ae714e459114bfb69720a49176 (patch)
tree4281d87b28d764a41cb5bef94dbe331408c76172
parent05c618e7d1f561411044b65a55b7b72ed0cf7f1c (diff)
downloadOSELAS.Toolchain-a755286b4bb7e2ae714e459114bfb69720a49176.tar.gz
OSELAS.Toolchain-a755286b4bb7e2ae714e459114bfb69720a49176.tar.xz
rules: set license to 'ignore' for intermediate and meta packages
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/cross-gcc-first.make1
-rw-r--r--rules/cross-toolchain.make2
-rw-r--r--rules/glibc-crt.make1
-rw-r--r--rules/glibc-first.make1
-rw-r--r--rules/glibc-headers.make1
-rw-r--r--rules/host-fake-makeinfo.make3
-rw-r--r--rules/libc-first.make2
-rw-r--r--rules/libc-headers.make2
-rw-r--r--rules/uclibc-headers.make1
9 files changed, 13 insertions, 1 deletions
diff --git a/rules/cross-gcc-first.make b/rules/cross-gcc-first.make
index a3db5cd..406070b 100644
--- a/rules/cross-gcc-first.make
+++ b/rules/cross-gcc-first.make
@@ -31,6 +31,7 @@ CROSS_GCC_FIRST_BUILDDIR := $(CROSS_GCC_FIRST_DIR)-build
CROSS_GCC_FIRST_URL = $(CROSS_GCC_URL)
CROSS_GCC_FIRST_BUILD_OOT := YES
CROSS_GCC_FIRST_DEVPKG := NO
+CROSS_GCC_FIRST_LICENSE := ignore
# ----------------------------------------------------------------------------
# Prepare
diff --git a/rules/cross-toolchain.make b/rules/cross-toolchain.make
index 7e0c079..c95f895 100644
--- a/rules/cross-toolchain.make
+++ b/rules/cross-toolchain.make
@@ -13,6 +13,8 @@
#
CROSS_PACKAGES-$(PTXCONF_CROSS_TOOLCHAIN) += cross-toolchain
+CROSS_TOOLCHAIN_LICENSE := ignore
+
# ----------------------------------------------------------------------------
# Install
# ----------------------------------------------------------------------------
diff --git a/rules/glibc-crt.make b/rules/glibc-crt.make
index 2fd0f03..a283f2c 100644
--- a/rules/glibc-crt.make
+++ b/rules/glibc-crt.make
@@ -26,6 +26,7 @@ GLIBC_CRT_DIR := $(BUILDDIR)/glibc-crt-$(GLIBC_CRT_VERSION)
GLIBC_CRT_BUILDDIR := $(GLIBC_CRT_DIR)-build
GLIBC_CRT_URL = $(GLIBC_URL)
GLIBC_CRT_BUILD_OOT := YES
+GLIBC_CRT_LICENSE := ignore
# ----------------------------------------------------------------------------
# Prepare
diff --git a/rules/glibc-first.make b/rules/glibc-first.make
index 0796f7c..5cf2327 100644
--- a/rules/glibc-first.make
+++ b/rules/glibc-first.make
@@ -27,6 +27,7 @@ GLIBC_FIRST_DIR := $(BUILDDIR)/glibc-first-$(GLIBC_FIRST_VERSION)
GLIBC_FIRST_BUILDDIR := $(GLIBC_FIRST_DIR)-build
GLIBC_FIRST_URL = $(GLIBC_URL)
GLIBC_FIRST_BUILD_OOT := YES
+GLIBC_FIRST_LICENSE := ignore
# ----------------------------------------------------------------------------
# Prepare
diff --git a/rules/glibc-headers.make b/rules/glibc-headers.make
index 038c2a8..f0086a0 100644
--- a/rules/glibc-headers.make
+++ b/rules/glibc-headers.make
@@ -27,6 +27,7 @@ GLIBC_HEADERS_DIR := $(BUILDDIR)/glibc-headers-$(GLIBC_HEADERS_VERSION)
GLIBC_HEADERS_BUILDDIR := $(GLIBC_HEADERS_DIR)-build
GLIBC_HEADERS_URL = $(GLIBC_URL)
GLIBC_HEADERS_BUILD_OOT := YES
+GLIBC_HEADERS_LICENSE := ignore
# ----------------------------------------------------------------------------
# Prepare
diff --git a/rules/host-fake-makeinfo.make b/rules/host-fake-makeinfo.make
index 94be265..7bc708c 100644
--- a/rules/host-fake-makeinfo.make
+++ b/rules/host-fake-makeinfo.make
@@ -16,7 +16,8 @@ HOST_PACKAGES-$(PTXCONF_HOST_FAKE_MAKEINFO) += host-fake-makeinfo
#
# Paths and names
#
-HOST_FAKE_MAKEINFO := fake-makeinfo
+HOST_FAKE_MAKEINFO := fake-makeinfo
+HOST_FAKE_MAKEINFO_LICENSE := ignore
# ----------------------------------------------------------------------------
# Install
diff --git a/rules/libc-first.make b/rules/libc-first.make
index af088a2..b08b4ee 100644
--- a/rules/libc-first.make
+++ b/rules/libc-first.make
@@ -13,4 +13,6 @@
#
PACKAGES-$(PTXCONF_LIBC_FIRST) += libc-first
+LIBC_FIRST_LICENSE := ignore
+
# vim: syntax=make
diff --git a/rules/libc-headers.make b/rules/libc-headers.make
index b9a991e..e1940ac 100644
--- a/rules/libc-headers.make
+++ b/rules/libc-headers.make
@@ -13,4 +13,6 @@
#
PACKAGES-$(PTXCONF_LIBC_HEADERS) += libc_headers
+LIBC_HEADERS_LICENSE := ignore
+
# vim: syntax=make
diff --git a/rules/uclibc-headers.make b/rules/uclibc-headers.make
index 06d7a85..b370b9f 100644
--- a/rules/uclibc-headers.make
+++ b/rules/uclibc-headers.make
@@ -24,6 +24,7 @@ UCLIBC_HEADERS_SOURCE := $(SRCDIR)/$(UCLIBC_HEADERS).$(UCLIBC_HEADERS_SUFFIX)
UCLIBC_HEADERS_DIR := $(BUILDDIR)/uClibc-headers-$(UCLIBC_HEADERS_VERSION)
UCLIBC_HEADERS_URL = $(UCLIBC_URL)
UCLIBC_HEADERS_CONFIG = $(UCLIBC_CONFIG)
+UCLIBC_HEADERS_LICENSE := ignore
# ----------------------------------------------------------------------------
# Prepare