From: Konrad Rzeszutek Wilk Date: Fri, 24 Jul 2015 13:19:53 +0000 (-0400) Subject: perl-core: Always bundle it in. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=b09a2e11c55bd63b1c4369895eca557c1a2b5280;p=xentesttools%2Fbootstrap.git perl-core: Always bundle it in. We used to only need it for Xen 4.4 and earlier but with the udev scripts gone we need it all the time. Signed-off-by: Konrad Rzeszutek Wilk --- diff --git a/root_image/Makefile b/root_image/Makefile index 2372ec6..78104b7 100644 --- a/root_image/Makefile +++ b/root_image/Makefile @@ -192,7 +192,7 @@ root_image-userspace-install: $(USERSPACE_INSTALL) add-libs add-bins add-debug-b tools-install wget-install vim-install rsync-install openssh-install \ xtt-tools-install netperf-install lvm2-install \ pciutils-install iscsi-install bridge-utils-install xend-install \ - nfs-install fio-install irqbalance-install + perl-core nfs-install fio-install irqbalance-install rm -rf userspace/man rm -rf userspace/usr/share/man @@ -893,7 +893,7 @@ XEN_VERSION = $(shell cat $(XEN_SRC)/xen/Makefile |grep XEN_SUBVERSION | head -1 .PHONY: xend-install xend-install: xen-python-bytecode yajl-depend xen-4.2-depend if [ $(XEN_VERSION) -lt 5 ]; then \ - $(MAKE) python-extra perl-core; \ + $(MAKE) python-extra; \ fi # Install all of xen cp -rdf $(XEN_DISTDIR)/usr userspace/