All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denis@denix.org>
To: meta-ti@yoctoproject.org
Subject: [PATCH 2/4] kselftests: fix sigaltstack packaging
Date: Fri, 17 Mar 2017 14:10:01 -0400	[thread overview]
Message-ID: <1489774203-25523-2-git-send-email-denis@denix.org> (raw)
In-Reply-To: <1489774203-25523-1-git-send-email-denis@denix.org>

From: Denys Dmytriyenko <denys@ti.com>

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>
---
 recipes-kernel/kselftests/kselftests_4.9.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-kernel/kselftests/kselftests_4.9.bb b/recipes-kernel/kselftests/kselftests_4.9.bb
index 3b1e43e..8850a31 100644
--- a/recipes-kernel/kselftests/kselftests_4.9.bb
+++ b/recipes-kernel/kselftests/kselftests_4.9.bb
@@ -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 () {
-- 
2.7.4



  reply	other threads:[~2017-03-17 18:10 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-17 18:10 [PATCH 1/4] kselftests: update to 4.9 Denys Dmytriyenko
2017-03-17 18:10 ` Denys Dmytriyenko [this message]
2017-03-17 18:10 ` [PATCH 3/4] kselftests: add libcap-ng dependency Denys Dmytriyenko
2017-03-17 18:10 ` [PATCH 4/4] kselftests: fix seccomp test build failure Denys Dmytriyenko
2017-03-17 18:12 ` [PATCH 1/4] kselftests: update to 4.9 Denys Dmytriyenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1489774203-25523-2-git-send-email-denis@denix.org \
    --to=denis@denix.org \
    --cc=meta-ti@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.