Advertisement
Guest User

Untitled

a guest
Feb 24th, 2016
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.74 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: ulogcat
  18.     name: usr/bin/ulogcat
  19.     description: "ulogcat"
  20.  
  21.  
  22. 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
  23. Issues while validating snapcraft.yaml: [{'name': 'usr/bin/ulogcat', 'exec': 'ulogcat', 'description': 'ulogcat'}] is not of type 'object'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement