From f8f3705ee812e1be5208411f72356787f571a060 Mon Sep 17 00:00:00 2001 From: Costin Lupu Date: Wed, 30 Oct 2019 17:04:19 +0200 Subject: [PATCH] Makefile.uk: Make python-rootfs depend on origin code This is needed in case you want to run `make python-rootfs` before running `make fetch`. Signed-off-by: Costin Lupu Reviewed-by: Stefan Teodorescu --- Makefile.uk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.uk b/Makefile.uk index 39c91e1..a725a96 100644 --- a/Makefile.uk +++ b/Makefile.uk @@ -475,7 +475,7 @@ UK_PREPARE += $(LIBPYTHON3_BUILD)/.prepared PYTHON_ROOTFS = $(APP_BASE)/$(path) # Create virtual environment -$(PYTHON_ROOTFS)/.keep: +$(PYTHON_ROOTFS)/.keep: $(LIBPYTHON3_BUILD)/.origin python3 -m venv $(PYTHON_ROOTFS) && touch $@ # Configure origin -- 2.39.5