From ab0fd6510f14b4475efb2afa44bb6cb605c4b086 Mon Sep 17 00:00:00 2001 From: Sebastian Sumpf Date: Wed, 4 Feb 2015 10:08:52 +0100 Subject: [PATCH] jitterentropy: Fix foreign import Make the jitterentropy library accessible from other repositories. Noticed while working on issue #1393 --- repos/libports/lib/import/import-jitterentropy.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repos/libports/lib/import/import-jitterentropy.mk b/repos/libports/lib/import/import-jitterentropy.mk index ec214073a..1c2bf7aad 100644 --- a/repos/libports/lib/import/import-jitterentropy.mk +++ b/repos/libports/lib/import/import-jitterentropy.mk @@ -9,7 +9,7 @@ else ifeq ($(filter-out $(SPECS),arm_v7),) endif INC_DIR += $(call select_from_ports,jitterentropy)/include/jitterentropy -INC_DIR += $(REP_DIR)/src/lib/jitterentropy \ - $(REP_DIR)/src/lib/jitterentropy/$(TARGET_CPUARCH) +INC_DIR += $(call select_from_repositories,src/lib/jitterentropy) +INC_DIR += $(call select_from_repositories,src/lib/jitterentropy/$(TARGET_CPUARCH)) CC_OPT += -DJITTERENTROPY_GENODE