summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Maw <jonathan.maw@codethink.co.uk>2015-04-07 15:33:14 +0000
committerJonathan Maw <jonathan.maw@codethink.co.uk>2015-04-07 15:33:14 +0000
commitcb8e4fe5187cbd3fd7b899d4e17d309b207f10d1 (patch)
treeceaba97a6362203c4b5922958edb04290595fb26
parent3b4634466edd77b572af1a27ff6bdb2063ca3eab (diff)
downloaddefinitions-cb8e4fe5187cbd3fd7b899d4e17d309b207f10d1.tar.gz
Remove pygtk, since it wasn't actually needed
-rw-r--r--strata/genivi-demo-platform.morph8
-rw-r--r--strata/genivi-demo-platform/pygtk.morph10
2 files changed, 0 insertions, 18 deletions
diff --git a/strata/genivi-demo-platform.morph b/strata/genivi-demo-platform.morph
index e40f27c2..5bc7a7c7 100644
--- a/strata/genivi-demo-platform.morph
+++ b/strata/genivi-demo-platform.morph
@@ -65,13 +65,6 @@ chunks:
unpetrify-ref: pygobject-2-28
build-depends:
- gnome-common
-- name: pygtk
- morph: strata/genivi-demo-platform/pygtk.morph
- repo: git://git.gnome.org/pygtk
- ref: 42c3cee478bcb2f88f8ec77068c5a46a68bb1e8e
- unpetrify-ref: PYGTK_2_24_0
- build-depends:
- - pygobject
- name: automotive-message-broker
morph: strata/genivi-demo-platform/automotive-message-broker.morph
repo: upstream:automotive-message-broker
@@ -80,5 +73,4 @@ chunks:
build-depends:
- dbus-python
- pygobject
- - pygtk
- boost
diff --git a/strata/genivi-demo-platform/pygtk.morph b/strata/genivi-demo-platform/pygtk.morph
deleted file mode 100644
index 770e50ae..00000000
--- a/strata/genivi-demo-platform/pygtk.morph
+++ /dev/null
@@ -1,10 +0,0 @@
-name: pygtk
-kind: chunk
-description: python GTK bindings
-build-system: autotools
-pre-configure-commands:
-- sed -i 's:1.8\*) automake_progs=.*:1.8\*) automake_progs="automake-1.15" ;;:' autogen.sh
-#- sed -i 's/pygobject-2.0/pygobject-3.0/g' configure.ac
-configure-commands:
-- export NOCONFIGURE=1; export ACLOCAL=aclocal; ./autogen.sh
-- ./configure --prefix="$PREFIX"