diff options
author | Steve Sakoman <steve@sakoman.com> | 2010-03-29 19:18:35 -0700 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-03-30 17:46:46 +0200 |
commit | ab62901b369f88b0be06d6635ab7f752f05f88c9 (patch) | |
tree | 5b16fc508c648edaeb4315ef1100d7e39b603562 /recipes/telepathy/libtelepathy_0.3.3.bb | |
parent | 35cfb1383ea205af185c1275dfba0a97b22c471d (diff) |
libtelepathy: remove duplicate header installation in preparation for automake 1.11.1
Diffstat (limited to 'recipes/telepathy/libtelepathy_0.3.3.bb')
-rw-r--r-- | recipes/telepathy/libtelepathy_0.3.3.bb | 4 |
1 files changed, 3 insertions, 1 deletions
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 |