summaryrefslogtreecommitdiffstats
path: root/scripts/lib/ptxd_make_world_common.sh
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-02-07 16:34:53 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-02-06 11:53:58 +0100
commit71e467c41089be03b03ee12c1500294144e47f23 (patch)
treebf7aa6e1d605edb895db7615e5f871ef5e3d1076 /scripts/lib/ptxd_make_world_common.sh
parentfedc6e9856987e388c6029dc541d02c556cef6f4 (diff)
downloadptxdist-71e467c41089be03b03ee12c1500294144e47f23.tar.gz
ptxdist-71e467c41089be03b03ee12c1500294144e47f23.tar.xz
new command create a license report of all the selected packages
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'scripts/lib/ptxd_make_world_common.sh')
-rw-r--r--scripts/lib/ptxd_make_world_common.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/lib/ptxd_make_world_common.sh b/scripts/lib/ptxd_make_world_common.sh
index 4a7704d19..150d70c16 100644
--- a/scripts/lib/ptxd_make_world_common.sh
+++ b/scripts/lib/ptxd_make_world_common.sh
@@ -232,6 +232,11 @@ ptxd_make_world_init() {
pkg_fake_env="${ptx_state_dir}/${pkg_label}.fakeroot"
#
+ # license dir
+ #
+ pkg_license_dir="${ptx_state_dir}/report/${pkg_label}"
+
+ #
# path
#
local path_ptr="ptx_path_${pkg_type}"