Advertisement
Guest User

Untitled

a guest
Sep 29th, 2014
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. commit 950527f0de94d8b19da5d9be09bc73acb4b200e7
  2. Author: Adam Coldrick <adam.coldrick@codethink.co.uk>
  3. Date: Mon Sep 29 16:48:23 2014 +0100
  4.  
  5. Lorry components required for the GENIVI Demo Platform
  6.  
  7. diff --git a/open-source-lorries/dbus-c++.lorry b/open-source-lorries/dbus-c++.lorry
  8. new file mode 100644
  9. index 0000000..19fc25f
  10. --- /dev/null
  11. +++ b/open-source-lorries/dbus-c++.lorry
  12. @@ -0,0 +1,10 @@
  13. +{
  14. + "dbus-c++": {
  15. + "type": "git",
  16. + "url": "git://gitorious.org/dbus-cplusplus/mainline.git"
  17. + "refspecs": [
  18. + "+refs/heads/*",
  19. + "+refs/tags/*"
  20. + ]
  21. + }
  22. +}
  23. diff --git a/open-source-lorries/glibmm.lorry b/open-source-lorries/glibmm.lorry
  24. new file mode 100644
  25. index 0000000..31c2028
  26. --- /dev/null
  27. +++ b/open-source-lorries/glibmm.lorry
  28. @@ -0,0 +1,10 @@
  29. +{
  30. + "glibmm": {
  31. + "type": "git",
  32. + "url": "git://git.gnome.org/glibmm",
  33. + "refspecs": [
  34. + "+refs/heads/*",
  35. + "+refs/tags/*"
  36. + ]
  37. + }
  38. +}
  39. diff --git a/open-source-lorries/mm-common.lorry b/open-source-lorries/mm-common.lorry
  40. new file mode 100644
  41. index 0000000..e8c02d1
  42. --- /dev/null
  43. +++ b/open-source-lorries/mm-common.lorry
  44. @@ -0,0 +1,10 @@
  45. +{
  46. + "mm-common": {
  47. + "type": "git",
  48. + "url": "git://git.gnome.org/mm-common",
  49. + "refspecs": [
  50. + "+refs/heads/*",
  51. + "+refs/tags/*"
  52. + ]
  53. + }
  54. +}
  55. diff --git a/open-source-lorries/sigc++.lorry b/open-source-lorries/sigc++.lorry
  56. new file mode 100644
  57. index 0000000..b555002
  58. --- /dev/null
  59. +++ b/open-source-lorries/sigc++.lorry
  60. @@ -0,0 +1,10 @@
  61. +{
  62. + "sigc++": {
  63. + "type": "git",
  64. + "url": "git://git.gnome.org/libsigc++2"
  65. + "refspecs": [
  66. + "+refs/heads/*",
  67. + "+refs/tags/*"
  68. + ]
  69. + }
  70. +}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement