merged.
On 6/17/2024 1:12 AM, wangmy via lists.yoctoproject.org wrote:
From: Wang Mingyu <wan...@fujitsu.com>
Replace references of WORKDIR with UNPACKDIR where it makes sense to do so in
preparation for changing the default value of UNPACKDIR.
Signed-off-by: Wang Mingyu <wan...@fujitsu.com>
---
.../recipes-cgl/cluster-glue/cluster-glue_1.0.12.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta-cgl-common/recipes-cgl/cluster-glue/cluster-glue_1.0.12.bb
b/meta-cgl-common/recipes-cgl/cluster-glue/cluster-glue_1.0.12.bb
index e3aac57..aed8be6 100644
--- a/meta-cgl-common/recipes-cgl/cluster-glue/cluster-glue_1.0.12.bb
+++ b/meta-cgl-common/recipes-cgl/cluster-glue/cluster-glue_1.0.12.bb
@@ -62,9 +62,9 @@ do_configure:prepend() {
do_install:append() {
install -d ${D}${sysconfdir}/default/volatiles
- install -m 0644 ${WORKDIR}/volatiles
${D}${sysconfdir}/default/volatiles/04_cluster-glue
+ install -m 0644 ${UNPACKDIR}/volatiles
${D}${sysconfdir}/default/volatiles/04_cluster-glue
install -d ${D}${sysconfdir}/tmpfiles.d
- install -m 0644 ${WORKDIR}/tmpfiles
${D}${sysconfdir}/tmpfiles.d/${PN}.conf
+ install -m 0644 ${UNPACKDIR}/tmpfiles
${D}${sysconfdir}/tmpfiles.d/${PN}.conf
oe_multilib_header heartbeat/glue_config.h
}
--
Jeremy Puhlman
jpuhl...@mvista.com
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#63369): https://lists.yoctoproject.org/g/yocto/message/63369
Mute This Topic: https://lists.yoctoproject.org/mt/106717032/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-