summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-06-04 14:47:34 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-06-04 21:10:00 +0200
commit9b0ca78cbc47b7dc9c7cdda243b2f7d39bee3e40 (patch)
tree6a1858824e08be81774abb8fbaaf4255c77e0513 /scripts
parente3ebaf18063c900eadf0e428fa730092db3ba523 (diff)
downloadptxdist-9b0ca78cbc47b7dc9c7cdda243b2f7d39bee3e40.tar.gz
ptxdist-9b0ca78cbc47b7dc9c7cdda243b2f7d39bee3e40.tar.xz
ptxd_make_world_prepare: allow cross cmake packages
This is needed for llvm / clang in the toolchain. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/lib/ptxd_make_world_prepare.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/lib/ptxd_make_world_prepare.sh b/scripts/lib/ptxd_make_world_prepare.sh
index e9393cbfb..e302417d1 100644
--- a/scripts/lib/ptxd_make_world_prepare.sh
+++ b/scripts/lib/ptxd_make_world_prepare.sh
@@ -60,13 +60,6 @@ error: 'CMakeLists.txt' not found in:
EOF
exit 1
- elif [ "${pkg_conf_tool}" = "cmake" -a "${pkg_type}" = "cross" ]; then
- cat >&2 <<EOF
-
-error: sorry - cmake 'cross' packages are not supported
-
-EOF
- exit 1
elif [ \( "${pkg_conf_tool}" = "qmake" -o "${pkg_conf_tool}" = "perl" \) -a "${pkg_type}" != "target" ]; then
cat >&2 <<EOF