summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>2026-03-03 18:14:42 +0100
committerScott Murray <scott.murray@konsulko.com>2026-03-04 12:12:59 +0200
commite47afa9ea40319effbf52af6451d82ebb3adced3 (patch)
treef2870bc2fcb6993dd255bd85ef262fef82380098
parent5d6f6b3a042cf2b49c942ea492f221145e66a78b (diff)
downloadmeta-security-e47afa9ea40319effbf52af6451d82ebb3adced3.tar.gz
fscryptctl: Use ${prefix} rather than /usr
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Scott Murray <scott.murray@konsulko.com>
-rw-r--r--recipes-security/fscryptctl/fscryptctl_1.1.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/fscryptctl/fscryptctl_1.1.0.bb b/recipes-security/fscryptctl/fscryptctl_1.1.0.bb
index edd6943..81cc1ea 100644
--- a/recipes-security/fscryptctl/fscryptctl_1.1.0.bb
+++ b/recipes-security/fscryptctl/fscryptctl_1.1.0.bb
@@ -18,7 +18,7 @@ do_compile:prepend() {
18} 18}
19 19
20do_install() { 20do_install() {
21 oe_runmake DESTDIR=${D} PREFIX=/usr install 21 oe_runmake DESTDIR=${D} PREFIX=${prefix} install
22} 22}
23 23
24RRECOMMENDS:${PN} += "\ 24RRECOMMENDS:${PN} += "\