Lines Matching +full:- +full:qa
3 Date: Fri, 6 Jan 2023 17:30:24 -0800
6 rpath is pointing to standard libdir which is un-used and yocto build QA
11 do_package_qa: QA Issue: trace-cmd: /usr/bin/trace-cmd contains probably-redundant RPATH /usr/lib […
13 Upstream-Status: Inappropriate [OE-Specific]
14 Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 ---
16 scripts/utils.mk | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
19 diff --git a/scripts/utils.mk b/scripts/utils.mk
21 --- a/scripts/utils.mk
23 @@ -64,7 +64,7 @@ do_compile = \
27 - $(CC) $^ -rdynamic -Wl,-rpath=$(libdir) -o $@ $(LDFLAGS) $(CONFIG_LIBS) $(LIBS))
28 + $(CC) $^ -rdynamic -o $@ $(LDFLAGS) $(CONFIG_LIBS) $(LIBS))
32 --