summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"