From: Konrad Rzeszutek Wilk Date: Wed, 8 May 2013 14:17:15 +0000 (-0400) Subject: Xen4.3 - /etc/xen/scripts/locking.sh requires Perl, so lets have it. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=e0fd9b86d5982542427874e1b5d0d6f629db99b7;p=xentesttools%2Fbootstrap.git Xen4.3 - /etc/xen/scripts/locking.sh requires Perl, so lets have it. Signed-off-by: Konrad Rzeszutek Wilk --- diff --git a/root_image/Makefile b/root_image/Makefile index 86638a2..b53f5fe 100644 --- a/root_image/Makefile +++ b/root_image/Makefile @@ -786,6 +786,11 @@ python-install: python-core rm -f userspace/usr/lib*/python2.6/lib-dynload/_sqlite3.so rm -f userspace/usr/lib*/python2.6/idlelib/*.bat +.PHONY: perl-core +perl-core: + @echo "Installing perl tools" + $(call RPM_INSTALL,$(RPM_DIR)/perl) + .PHONY: xen-python-bytecode xen-python-bytecode: python-install make -j$$(($(NCPUS) * 2)) -C ../xen/tools/python DESTDIR=$(CURDIR)/userspace install @@ -795,7 +800,7 @@ yajl-depend: $(call RPM_TO_USERSPACE,*libyajl.so*,$(RPM_DIR)/yajl) .PHONY: xen-4.2-depend -xen-4.2-depend: +xen-4.2-depend: perl-core $(call RPM_TO_USERSPACE,*libcurl.so*,$(RPM_DIR)/libcurl) $(call RPM_TO_USERSPACE,*libcares.so*,$(RPM_DIR)/c-ares) $(call RPM_TO_USERSPACE,*libsasl2.so*,$(RPM_DIR)/cyrus-sasl-lib)