summaryrefslogtreecommitdiffstats
path: root/scripts/lib/ptxd_lib_dgen.awk
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-02-06 09:11:07 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-02-06 11:54:01 +0100
commitd65575ec06075b06e97b7e2ae6f3a61352e5d4b1 (patch)
tree2f5723ed2552ac8a2b58cdb03ae9ad80f4979d68 /scripts/lib/ptxd_lib_dgen.awk
parent71e467c41089be03b03ee12c1500294144e47f23 (diff)
downloadptxdist-d65575ec06075b06e97b7e2ae6f3a61352e5d4b1.tar.gz
ptxdist-d65575ec06075b06e97b7e2ae6f3a61352e5d4b1.tar.xz
ptxd_lib_dgen: let host packages inherit license variables as well
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'scripts/lib/ptxd_lib_dgen.awk')
-rw-r--r--scripts/lib/ptxd_lib_dgen.awk3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/lib/ptxd_lib_dgen.awk b/scripts/lib/ptxd_lib_dgen.awk
index b96f3f776..9970953ca 100644
--- a/scripts/lib/ptxd_lib_dgen.awk
+++ b/scripts/lib/ptxd_lib_dgen.awk
@@ -233,6 +233,9 @@ function write_vars_pkg_all(this_PKG, this_pkg, prefix) {
print this_PKG "_URL = $(" target_PKG "_URL)" > DGEN_DEPS_PRE;
print this_PKG "_DIR = $(addprefix $(" PREFIX \
"BUILDDIR)/,$(" target_PKG "))" > DGEN_DEPS_PRE;
+ print this_PKG "_LICENSE = $(" target_PKG "_LICENSE)" > DGEN_DEPS_PRE;
+ print this_PKG "_LICENSE_FILES = $(" target_PKG \
+ "_LICENSE_FILES)" > DGEN_DEPS_PRE;
}
}