Advertisement
Guest User

Untitled

a guest
Feb 24th, 2016
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. yann@imperium:~/dev/snappy/packages/ulogcatd$ cat snapcraft.yaml
  2. name: ulogcatd
  3. version: 1
  4. vendor: Yann Sionneau <yann.sionneau@parrot.com>
  5. summary: ulogcatd
  6. description: ulogcatd
  7. icon: icon.png
  8.  
  9. parts:
  10. ulogcatd:
  11. plugin: alchemy
  12. source: ssh://gerrit.parrot.biz/pulsar/ulog
  13. source-type: git
  14. dependencies: ulogcat
  15.  
  16. binaries:
  17. - exec: usr/bin/ulogcat
  18. name: ulogcat
  19. description: "ulogcat"
  20. yann@imperium:~/dev/snappy/packages/ulogcatd$ ALCHEMY_TARGET_SCAN_ADD_DIRS=~/dev/dragonfly/packages/ TARGET_CROSS=~/dev/snappy/arm-2014.11-linaro/bin/arm-linux-gnueabihf- snapcraft
  21. Issues while validating snapcraft.yaml: [{'exec': 'usr/bin/ulogcat', 'description': 'ulogcat', 'name': 'ulogcat'}] is not of type 'object'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement