From e5474149787f1fb635266f0c3150d7bdbfec9450 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Fri, 16 Sep 2022 16:57:13 +1000 Subject: testproc/gsed: Do not use %include with internal builds --- rtems/config/tools/rtems-default-tools.bset | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rtems') diff --git a/rtems/config/tools/rtems-default-tools.bset b/rtems/config/tools/rtems-default-tools.bset index 8ec6721..b81f1e8 100644 --- a/rtems/config/tools/rtems-default-tools.bset +++ b/rtems/config/tools/rtems-default-tools.bset @@ -5,7 +5,8 @@ # GCC requires a GNU sed so build an internal version if one is not # available # -%include textproc/gsed-internal.bset +%define _internal_gsed_path %{_tmppath}/sb-%{_uid}/${SB_PREFIX_CLEAN} +textproc/gsed-internal # # Build gdb first to raise the Python install error as early as -- cgit v1.2.3