Guest User

Untitled

a guest
Jul 20th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. # Remove sysinit script and symlinks if sysvinit is not in DISTRO_FEATURES
  2. if ${@bb.utils.contains('DISTRO_FEATURES','sysvinit','false','true',d)}; then
  3. rm -rf ${D}${sysconfdir}/init.d/
  4. rm -rf ${D}${sysconfdir}/rc*
  5. fi
  6.  
  7. bitbake cups -e | grep "^DISTRO_FEATURES="
Advertisement
Add Comment
Please, Sign In to add comment