From b09a2e11c55bd63b1c4369895eca557c1a2b5280 Mon Sep 17 00:00:00 2001 From: Konrad Rzeszutek Wilk Date: Fri, 24 Jul 2015 09:19:53 -0400 Subject: [PATCH] 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 --- root_image/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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/ -- 2.39.5