diff options
Diffstat (limited to 'poky/meta/recipes-devtools/perl/perl-ptest.inc')
-rw-r--r-- | poky/meta/recipes-devtools/perl/perl-ptest.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/poky/meta/recipes-devtools/perl/perl-ptest.inc b/poky/meta/recipes-devtools/perl/perl-ptest.inc index e07355d3f5..4b4756118c 100644 --- a/poky/meta/recipes-devtools/perl/perl-ptest.inc +++ b/poky/meta/recipes-devtools/perl/perl-ptest.inc @@ -45,6 +45,9 @@ do_install_ptest () { # Remove files with host-specific configuration for building native binaries rm ${D}${PTEST_PATH}/Makefile.config ${D}${PTEST_PATH}/xconfig.h ${D}${PTEST_PATH}/xconfig.sh + + # create an empty file that is checked for existence by makerel test + touch ${D}${PTEST_PATH}/win32/Makefile } python populate_packages:prepend() { |