summaryrefslogtreecommitdiffstats
path: root/scripts/lib/ptxd_make_world_prepare.sh
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-06-04 21:45:52 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-06-09 11:20:35 +0200
commit048b4aefcea1d9f51d5543f13d8dd1e386b8e52c (patch)
treedf84db2469351c59f24d30fec332c12b8d585f83 /scripts/lib/ptxd_make_world_prepare.sh
parenteed3ed9d9bab6ef81a822708b8e49710efa482f3 (diff)
downloadptxdist-048b4aefcea1d9f51d5543f13d8dd1e386b8e52c.tar.gz
ptxdist-048b4aefcea1d9f51d5543f13d8dd1e386b8e52c.tar.xz
add helper to build python packages
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'scripts/lib/ptxd_make_world_prepare.sh')
-rw-r--r--scripts/lib/ptxd_make_world_prepare.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/lib/ptxd_make_world_prepare.sh b/scripts/lib/ptxd_make_world_prepare.sh
index 57e3a54d0..1664cc551 100644
--- a/scripts/lib/ptxd_make_world_prepare.sh
+++ b/scripts/lib/ptxd_make_world_prepare.sh
@@ -136,6 +136,8 @@ ptxd_make_world_prepare() {
autoconf|cmake|qmake|kconfig|perl)
cd -- "${pkg_build_dir}" &&
ptxd_make_world_prepare_"${pkg_conf_tool}" ;;
+ python|python3)
+ : ;; # nothing to do
"NO") echo "prepare stage disabled." ;;
"") echo "No prepare tool found. Do nothing." ;;
*) ptxd_bailout "automatic prepare tool selection failed. Set <PKG>_CONF_TOOL";;