Advertisement
HyP3r-

Untitled

Aug 11th, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
  2. SRC_URI += "file://avahi-daemon-config.patch"
  3.  
  4. do_install_append() {
  5. # insert hostname
  6. sed -i -- 's/RACECHIP_HOSTNAME/${RACECHIP_HOSTNAME}/g' \
  7. ${D}/etc/avahi/avahi-daemon.conf
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement