xserver-nodm-init_%.bbappend 401 B

123456789101112
  1. FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
  2. SRC_URI += " \
  3. file://xserver-nodm-local.conf.in \
  4. file://xserver-nodm-local.service.in \
  5. "
  6. do_install:prepend() {
  7. # Replace the systemd service & config to change the LD_LIBRARY_PATH & binary location
  8. cp xserver-nodm-local.conf.in ${THISDIR}/${PN}/xserver-nodm.conf.in
  9. cp xserver-nodm-local.service.in ${THISDIR}/${PN}/xserver-nodm.service.in
  10. }