summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2014-09-29 16:48:23 +0100
committerAdam Coldrick <adam.coldrick@codethink.co.uk>2014-09-29 16:48:23 +0100
commit950527f0de94d8b19da5d9be09bc73acb4b200e7 (patch)
tree37477f6ee06814cda13ac3b70499f4419c92ff03
parent7c369ce9776a326687b4ba212a0d4c0c31028211 (diff)
downloadlorries-950527f0de94d8b19da5d9be09bc73acb4b200e7.tar.gz
Lorry components required for the GENIVI Demo Platform
-rw-r--r--open-source-lorries/dbus-c++.lorry10
-rw-r--r--open-source-lorries/glibmm.lorry10
-rw-r--r--open-source-lorries/mm-common.lorry10
-rw-r--r--open-source-lorries/sigc++.lorry10
4 files changed, 40 insertions, 0 deletions
diff --git a/open-source-lorries/dbus-c++.lorry b/open-source-lorries/dbus-c++.lorry
new file mode 100644
index 0000000..19fc25f
--- /dev/null
+++ b/open-source-lorries/dbus-c++.lorry
@@ -0,0 +1,10 @@
+{
+ "dbus-c++": {
+ "type": "git",
+ "url": "git://gitorious.org/dbus-cplusplus/mainline.git"
+ "refspecs": [
+ "+refs/heads/*",
+ "+refs/tags/*"
+ ]
+ }
+}
diff --git a/open-source-lorries/glibmm.lorry b/open-source-lorries/glibmm.lorry
new file mode 100644
index 0000000..31c2028
--- /dev/null
+++ b/open-source-lorries/glibmm.lorry
@@ -0,0 +1,10 @@
+{
+ "glibmm": {
+ "type": "git",
+ "url": "git://git.gnome.org/glibmm",
+ "refspecs": [
+ "+refs/heads/*",
+ "+refs/tags/*"
+ ]
+ }
+}
diff --git a/open-source-lorries/mm-common.lorry b/open-source-lorries/mm-common.lorry
new file mode 100644
index 0000000..e8c02d1
--- /dev/null
+++ b/open-source-lorries/mm-common.lorry
@@ -0,0 +1,10 @@
+{
+ "mm-common": {
+ "type": "git",
+ "url": "git://git.gnome.org/mm-common",
+ "refspecs": [
+ "+refs/heads/*",
+ "+refs/tags/*"
+ ]
+ }
+}
diff --git a/open-source-lorries/sigc++.lorry b/open-source-lorries/sigc++.lorry
new file mode 100644
index 0000000..b555002
--- /dev/null
+++ b/open-source-lorries/sigc++.lorry
@@ -0,0 +1,10 @@
+{
+ "sigc++": {
+ "type": "git",
+ "url": "git://git.gnome.org/libsigc++2"
+ "refspecs": [
+ "+refs/heads/*",
+ "+refs/tags/*"
+ ]
+ }
+}