From a755286b4bb7e2ae714e459114bfb69720a49176 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Mon, 30 Nov 2015 08:59:27 +0100 Subject: rules: set license to 'ignore' for intermediate and meta packages Signed-off-by: Michael Olbrich --- rules/cross-gcc-first.make | 1 + rules/cross-toolchain.make | 2 ++ rules/glibc-crt.make | 1 + rules/glibc-first.make | 1 + rules/glibc-headers.make | 1 + rules/host-fake-makeinfo.make | 3 ++- rules/libc-first.make | 2 ++ rules/libc-headers.make | 2 ++ rules/uclibc-headers.make | 1 + 9 files changed, 13 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3