From 4fd2c9c6188bc5a5cc3f21abd6565ca13b054ec6 Mon Sep 17 00:00:00 2001 From: Christian Helmuth Date: Fri, 8 Oct 2021 17:03:17 +0200 Subject: [PATCH] libuvc: exclude .git directory from src archive --- repos/libports/recipes/src/libuvc/content.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/repos/libports/recipes/src/libuvc/content.mk b/repos/libports/recipes/src/libuvc/content.mk index 1727a6102b..1e97c7aa13 100644 --- a/repos/libports/recipes/src/libuvc/content.mk +++ b/repos/libports/recipes/src/libuvc/content.mk @@ -7,6 +7,7 @@ PORT_DIR := $(call port_dir,$(REP_DIR)/ports/libuvc) src/lib/libuvc: mkdir -p $(dir $@) cp -r $(PORT_DIR)/src/lib/libuvc $@ + rm -rf $@/.git echo "LIBS = libuvc" > $@/target.mk include: