mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 09:52:39 +02:00
cmake findperl and findperllibs use execution based approach to locate perl executable and others like module paths and -lperl, which does not work properly under cross compilation. Disable it with -DWITH_PERL=no until cmake is fixed. Signed-off-by: Qing He <qing.he@intel.com>