aboutsummaryrefslogtreecommitdiffstats
path: root/packages/telepathy
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2007-10-31 09:56:24 +0000
committerPhilipp Zabel <philipp.zabel@gmail.com>2007-10-31 09:56:24 +0000
commit4bd9958bc62c406c2a0de1715893a06f1215aec0 (patch)
tree8339327ed9aae651448c23127383c64d83786467 /packages/telepathy
parent506a44a097b73dfe09ff30636df2df3cba57ac77 (diff)
downloadopenembedded-4bd9958bc62c406c2a0de1715893a06f1215aec0.tar.gz
telepathy-inspector: add 0.5.0, a debugging tool for Telepathy developers
Diffstat (limited to 'packages/telepathy')
-rw-r--r--packages/telepathy/telepathy-inspector/.mtn2git_empty0
-rw-r--r--packages/telepathy/telepathy-inspector/scons-workaround.patch12
-rw-r--r--packages/telepathy/telepathy-inspector_0.5.0.bb11
3 files changed, 23 insertions, 0 deletions
diff --git a/packages/telepathy/telepathy-inspector/.mtn2git_empty b/packages/telepathy/telepathy-inspector/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/telepathy/telepathy-inspector/.mtn2git_empty
diff --git a/packages/telepathy/telepathy-inspector/scons-workaround.patch b/packages/telepathy/telepathy-inspector/scons-workaround.patch
new file mode 100644
index 0000000000..ac3c37cb9c
--- /dev/null
+++ b/packages/telepathy/telepathy-inspector/scons-workaround.patch
@@ -0,0 +1,12 @@
+Index: telepathy-inspector-0.5.0/SConstruct
+===================================================================
+--- telepathy-inspector-0.5.0.orig/SConstruct 2007-10-31 10:49:00.000000000 +0100
++++ telepathy-inspector-0.5.0/SConstruct 2007-10-31 10:49:10.000000000 +0100
+@@ -4,6 +4,7 @@
+ SConsignFile()
+
+ env = Environment(ENV = os.environ)
++env['CC'] = os.environ['CC']
+
+ # Variables
+
diff --git a/packages/telepathy/telepathy-inspector_0.5.0.bb b/packages/telepathy/telepathy-inspector_0.5.0.bb
new file mode 100644
index 0000000000..069430775a
--- /dev/null
+++ b/packages/telepathy/telepathy-inspector_0.5.0.bb
@@ -0,0 +1,11 @@
+DESCRIPTION = "debugging tool for Telepathy developers"
+DEPENDS = "glib-2.0 gtk+ libglade dbus-glib"
+LICENSE = "LGPL"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/tapioca-voip/telepathy-inspector-0.5.0.tar.gz \
+ file://scons-workaround.patch;patch=1"
+
+inherit scons
+
+FILES_${PN} += "${datadir}/telepathy \
+ ${datadir}/dbus-1"