Advertisement
Guest User

Untitled

a guest
Aug 14th, 2020
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. do_install () {
  2. oe_runmake 'BUILD_ROOT=${D}' install
  3. # cleanup unpackaged files
  4. rm -rf ${D}/${datadir}/emacs
  5. + echo "#!/home/vince/dev/poky2/build/tmp/hosttools/perl" >> ${D}${bindir}/foo
  6. + echo "print \"foo\"" >> ${D}${bindir}/foo
  7. + chmod +x ${D}${bindir}/foo
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement