aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2010-03-29 19:18:35 -0700
committerKoen Kooi <koen@openembedded.org>2010-03-30 17:46:46 +0200
commitab62901b369f88b0be06d6635ab7f752f05f88c9 (patch)
tree5b16fc508c648edaeb4315ef1100d7e39b603562 /recipes
parent35cfb1383ea205af185c1275dfba0a97b22c471d (diff)
downloadopenembedded-ab62901b369f88b0be06d6635ab7f752f05f88c9.tar.gz
libtelepathy: remove duplicate header installation in preparation for automake 1.11.1
Diffstat (limited to 'recipes')
-rw-r--r--recipes/telepathy/libtelepathy-0.3.3/duplicate-header.patch10
-rw-r--r--recipes/telepathy/libtelepathy_0.3.3.bb4
2 files changed, 13 insertions, 1 deletions
diff --git a/recipes/telepathy/libtelepathy-0.3.3/duplicate-header.patch b/recipes/telepathy/libtelepathy-0.3.3/duplicate-header.patch
new file mode 100644
index 0000000000..9e1a49f087
--- /dev/null
+++ b/recipes/telepathy/libtelepathy-0.3.3/duplicate-header.patch
@@ -0,0 +1,10 @@
+--- libtelepathy-0.3.3/src/Makefile.am-orig 2008-02-04 07:35:51.000000000 -0800
++++ libtelepathy-0.3.3/src/Makefile.am 2010-03-29 15:39:23.000000000 -0700
+@@ -13,7 +13,6 @@ nodist_telepathyinc_HEADERS = \
+ tp-connmgr-gen.h \
+ tp-conn-gen.h \
+ tp-chan-gen.h \
+- tp-conn-iface-avatars-gen.h \
+ tp-chan-iface-chat-state-gen.h \
+ tp-chan-iface-dtmf-gen.h \
+ tp-chan-iface-group-gen.h \
diff --git a/recipes/telepathy/libtelepathy_0.3.3.bb b/recipes/telepathy/libtelepathy_0.3.3.bb
index 3f34081379..05be3ebbfc 100644
--- a/recipes/telepathy/libtelepathy_0.3.3.bb
+++ b/recipes/telepathy/libtelepathy_0.3.3.bb
@@ -3,7 +3,9 @@ DEPENDS = "telepathy-glib glib-2.0 dbus"
LICENSE = "LGPL"
PR = "r0"
-SRC_URI = "http://telepathy.freedesktop.org/releases/libtelepathy/libtelepathy-${PV}.tar.gz"
+SRC_URI = "http://telepathy.freedesktop.org/releases/libtelepathy/libtelepathy-${PV}.tar.gz \
+ file://duplicate-header.patch;patch=1 \
+ "
inherit autotools pkgconfig