summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-06-24 08:31:10 -0700
committerKhem Raj <raj.khem@gmail.com>2024-06-27 09:18:47 -0700
commitf85e0edceacf91f62674643b62f107c99f1eae8f (patch)
tree7555809290ea8a413ef104f72330069e12407ba8
parente747ef80a8e45623509db323b5937cb848171dfa (diff)
downloadmeta-openembedded-f85e0edceacf91f62674643b62f107c99f1eae8f.tar.gz
tipcutils: Replace WORKDIR with UNPACKDIR
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-extended/tipcutils/tipcutils_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/tipcutils/tipcutils_git.bb b/meta-oe/recipes-extended/tipcutils/tipcutils_git.bb
index 580d03cbb5..71b62cc513 100644
--- a/meta-oe/recipes-extended/tipcutils/tipcutils_git.bb
+++ b/meta-oe/recipes-extended/tipcutils/tipcutils_git.bb
@@ -46,7 +46,7 @@ do_install:append() {
46 # Install systemd related configuration file 46 # Install systemd related configuration file
47 if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then 47 if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then
48 install -d ${D}${sysconfdir}/modules-load.d 48 install -d ${D}${sysconfdir}/modules-load.d
49 install -m 0644 ${WORKDIR}/tipcutils.conf ${D}${sysconfdir}/modules-load.d 49 install -m 0644 ${UNPACKDIR}/tipcutils.conf ${D}${sysconfdir}/modules-load.d
50 fi 50 fi
51} 51}
52 52