summaryrefslogtreecommitdiffstats
path: root/scripts/lib/ptxd_make_world_common.sh
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2010-01-13 16:07:10 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-01-13 16:07:10 +0100
commit709e5987776d2a05ba2d7fe5005f644b080de8fa (patch)
tree97cb0845ee77b91ca29d16e278e7b76bc2ac4e5d /scripts/lib/ptxd_make_world_common.sh
parentff20dc21fc5474973380a17b166b8073ec3abb21 (diff)
downloadptxdist-709e5987776d2a05ba2d7fe5005f644b080de8fa.tar.gz
ptxdist-709e5987776d2a05ba2d7fe5005f644b080de8fa.tar.xz
[ptxd_make_world_common] add pkg_label
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'scripts/lib/ptxd_make_world_common.sh')
-rw-r--r--scripts/lib/ptxd_make_world_common.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/lib/ptxd_make_world_common.sh b/scripts/lib/ptxd_make_world_common.sh
index 84f489100..6971b32fa 100644
--- a/scripts/lib/ptxd_make_world_common.sh
+++ b/scripts/lib/ptxd_make_world_common.sh
@@ -202,8 +202,9 @@ ptxd_make_world_init() {
esac
#
- # stage
+ # label + stage
#
+ pkg_label="${pkg_stamp%%.*}"
pkg_stage="${pkg_stamp#*.}"
pkg_stage="${pkg_stage%%.*}"
ptxd_make_world_init_compat || return