On 18.11.20 23:37, Sinan Kaya wrote:
Signed-off-by: Sinan Kaya <[email protected]>
---
  meta/recipes-core/volatile-binds/volatile-binds.bb | 2 ++
  1 file changed, 2 insertions(+)

diff --git a/meta/recipes-core/volatile-binds/volatile-binds.bb 
b/meta/recipes-core/volatile-binds/volatile-binds.bb
index b273293e9a8..08bda6d14bc 100644
--- a/meta/recipes-core/volatile-binds/volatile-binds.bb
+++ b/meta/recipes-core/volatile-binds/volatile-binds.bb
@@ -36,6 +36,7 @@ def volatile_systemd_services(d):
  SYSTEMD_SERVICE_${PN} = "${@volatile_systemd_services(d)}"
FILES_${PN} += "${systemd_unitdir}/system/*.service"
+FILES_${PN}_append = " ${servicedir}"

Just out of interest, why does that need to be an append?
Why can't that be part of the line above?

do_compile () {
      while read spec mountpoint; do
@@ -64,6 +65,7 @@ do_compile[dirs] = "${WORKDIR}"
do_install () {
      install -d ${D}${base_sbindir}
+    install -d ${D}${servicedir}
      install -m 0755 mount-copybind ${D}${base_sbindir}/
install -d ${D}${systemd_unitdir}/system





-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#144792): 
https://lists.openembedded.org/g/openembedded-core/message/144792
Mute This Topic: https://lists.openembedded.org/mt/78352910/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to