Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2014
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
  2.  
  3.  
  4. SRC_URI = " file://10-can_cape.rules"
  5.  
  6. do_install_prepend () {
  7. if [ -e "${WORKDIR}/10-can_cape.rules" ]; then
  8. install -d ${D}${sysconfdir}/udev/rules.d
  9. install -m 0644 ${WORKDIR}/10-can_cape.rules ${D}${sysconfdir}/udev/rules.d
  10. fi
  11. }
  12.  
  13. PACKAGE_ARCH_beaglebone = "${MACHINE_ARCH}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement