Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
xen-python-bytecode: python-install
make -j$$(($(NCPUS) * 2)) -C ../xen/tools/python DESTDIR=$(CURDIR)/userspace install
+.PHONY: yajl-depend
+yajl-depend:
+ $(call RPM_TO_USERSPACE,*libyajl.so*,$(RPM_DIR)/yajl)
+
XEN_SRC = $(dir $(CURDIR))xen
XEN_DISTDIR = $(dir $(CURDIR))xen/dist/install
.PHONY: xend-install
-xend-install: xen-python-bytecode
+xend-install: xen-python-bytecode yajl-depend
# Install all of xen
cp -rdf $(XEN_DISTDIR)/usr userspace/
cp -rdf $(XEN_DISTDIR)/etc/bash_completion.d userspace/etc/bash_completion.d