summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2025-07-02 20:33:28 -0400
committerScott Murray <scott.murray@konsulko.com>2025-07-04 12:41:20 -0400
commit0272225ccdfb31a84408351c5911920a68249cc7 (patch)
tree9e05dbf9514174f91104fd10f284c6d3b4924224 /recipes-kernel
parentea67ceefdca42da806f3312c6703eff769463b8b (diff)
downloadmeta-security-0272225ccdfb31a84408351c5911920a68249cc7.tar.gz
Adapt to S/UNPACKDIR changes
Remove or update S definitions as required to work with oe-core S/UNPACKDIR changes. Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/lkrg/lkrg-module_0.9.7.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-kernel/lkrg/lkrg-module_0.9.7.bb b/recipes-kernel/lkrg/lkrg-module_0.9.7.bb
index 20982a8..85a9644 100644
--- a/recipes-kernel/lkrg/lkrg-module_0.9.7.bb
+++ b/recipes-kernel/lkrg/lkrg-module_0.9.7.bb
@@ -13,8 +13,6 @@ SRC_URI = "git://github.com/lkrg-org/lkrg.git;protocol=https;branch=main"
13 13
14SRCREV = "5dc5cfea1f4dc8febdd5274d99e277c17df06acc" 14SRCREV = "5dc5cfea1f4dc8febdd5274d99e277c17df06acc"
15 15
16S = "${UNPACKDIR}/git"
17
18inherit module kernel-module-split 16inherit module kernel-module-split
19 17
20MAKE_TARGETS = "modules" 18MAKE_TARGETS = "modules"