summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-04-23 09:08:32 -0700
committerArmin Kuster <akuster808@gmail.com>2022-05-03 06:49:07 -0700
commit6ac64c0376430ae9013b95c528a3b95034b5c683 (patch)
tree0b23ea0c28704be5b4d3ed74245aca2f8ea5b40b
parent33e7b9608820962b0a8245b307b26843f1666865 (diff)
downloadmeta-openembedded-6ac64c0376430ae9013b95c528a3b95034b5c683.tar.gz
tomoyo-tools: Define SBINDIR
default SBINDIR is hardcoded to /sbin which does not work when using usrmerge Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 8c7ffffa07d3c5bb8156a90f4f37dc0cc3166153) Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-security/tomoyo-tools/tomoyo-tools_2.5.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-security/tomoyo-tools/tomoyo-tools_2.5.0.bb b/meta-oe/recipes-security/tomoyo-tools/tomoyo-tools_2.5.0.bb
index a1c4cc9eb9..d9f09d1744 100644
--- a/meta-oe/recipes-security/tomoyo-tools/tomoyo-tools_2.5.0.bb
+++ b/meta-oe/recipes-security/tomoyo-tools/tomoyo-tools_2.5.0.bb
@@ -26,5 +26,5 @@ do_compile () {
26} 26}
27 27
28do_install() { 28do_install() {
29 oe_runmake install INSTALLDIR=${D} 29 oe_runmake install SBINDIR=${base_sbindir} INSTALLDIR=${D}
30} 30}