mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
kselftests: fix sigaltstack packaging
sigaltstack was not using TEST_PROGS resulting in binary not being installed Signed-off-by: Denys Dmytriyenko <denys@ti.com> Cc: Fathi Boudra <fathi.boudra@linaro.org>
This commit is contained in:
@@ -60,6 +60,7 @@ do_configure () {
|
||||
sed "s|^CC := .*||g" -i ${S}/tools/testing/selftests/powerpc/switch_endian/Makefile
|
||||
sed "s|gcc|\$(CC)|g" -i ${S}/tools/testing/selftests/breakpoints/Makefile
|
||||
sed "s|^LDFLAGS += -lrt -lpthread|LDLIBS += -lrt -lpthread|g" -i ${S}/tools/testing/selftests/timers/Makefile
|
||||
sed "s|BINARIES|TEST_PROGS|g" -i ${S}/tools/testing/selftests/sigaltstack/Makefile
|
||||
}
|
||||
|
||||
do_compile () {
|
||||
|
||||
Reference in New Issue
Block a user