Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. #gst-omx build packege (manually)
  2. cd ~/hadk/hybris/mw
  3. mkdir gst-omx
  4. git fetch https://github.com/sailfishos/gst-omx.git
  5. cd ~/hadk/hybris/mw/gst-omx/upstream
  6. git submodule update --init --recursive
  7. cp ../rpm/*.patch .
  8. patch -p1 < 0001*.patch (for all patch files)
  9. cd ~/hadk
  10. rpm/dhd/helpers/build_packages.sh --build=hybris/mw/gst-omx
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement