From 0a28394c83a0fcd858baba3260455c3507a51f35 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Mon, 28 Sep 2015 08:45:15 +0200 Subject: buildroot: Declare external sources in a better way Previously used relative path in .br-external was always rewritten to an absolute path. This was annoying as git reported that this file was changed. --- tests/cyclictest/root/GNUmakefile | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/cyclictest/root/GNUmakefile') diff --git a/tests/cyclictest/root/GNUmakefile b/tests/cyclictest/root/GNUmakefile index 160ef09..049fd37 100644 --- a/tests/cyclictest/root/GNUmakefile +++ b/tests/cyclictest/root/GNUmakefile @@ -1,4 +1,5 @@ export SRCARCH=$(CONF_KERNEL_ARCH) +export BR2_EXTERNAL=$(CURDIR)/packages lastword = $(word $(words $(1)),$(1)) makedir := $(dir $(call lastword,$(MAKEFILE_LIST))) -- cgit v1.2.3