summaryrefslogtreecommitdiff
path: root/meta/recipes-connectivity/telepathy/telepathy-mission-control
diff options
context:
space:
mode:
authorDongxiao Xu <dongxiao.xu@intel.com>2010-11-23 14:50:25 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-02 05:24:51 -0800
commit8399ca4d708101f594025ddab2fa89cab5e56c51 (patch)
tree2c48bf530eb20979f52ed19039eecd74ddc9a1e5 /meta/recipes-connectivity/telepathy/telepathy-mission-control
parentd239fef8ad7fe6aaced9a4e3ef7470ad673bf415 (diff)
downloadopenembedded-core-8399ca4d708101f594025ddab2fa89cab5e56c51.tar.gz
openembedded-core-8399ca4d708101f594025ddab2fa89cab5e56c51.tar.bz2
openembedded-core-8399ca4d708101f594025ddab2fa89cab5e56c51.tar.xz
openembedded-core-8399ca4d708101f594025ddab2fa89cab5e56c51.zip
telepathy-mission-control: Upgrade to version 5.7.0
Remove the patch since the logic is not exist in latest version. Fix recipe metadata. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/recipes-connectivity/telepathy/telepathy-mission-control')
-rw-r--r--meta/recipes-connectivity/telepathy/telepathy-mission-control/pkgconfig.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/meta/recipes-connectivity/telepathy/telepathy-mission-control/pkgconfig.patch b/meta/recipes-connectivity/telepathy/telepathy-mission-control/pkgconfig.patch
deleted file mode 100644
index 08a53d9e4..000000000
--- a/meta/recipes-connectivity/telepathy/telepathy-mission-control/pkgconfig.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Index: telepathy-mission-control-4.67/libmissioncontrol.pc.in
-===================================================================
---- telepathy-mission-control-4.67.orig/libmissioncontrol.pc.in 2008-04-08 12:26:02.000000000 +0100
-+++ telepathy-mission-control-4.67/libmissioncontrol.pc.in 2009-08-19 15:55:57.000000000 +0100
-@@ -8,5 +8,5 @@
- Description: Mission Control Client Library
- Requires: dbus-1 >= 0.50, libtelepathy >= 0.3.2, telepathy-glib >= 0.7.1
- Version: @VERSION@
--Libs: -L${libdir} -lmissioncontrol-client @DBUS_LIBS@
--Cflags: -I${includedir} @DBUS_CFLAGS@
-+Libs: -L${libdir} -lmissioncontrol-client
-+Cflags: -I${includedir}
-Index: telepathy-mission-control-4.67/libmcclient.pc.in
-===================================================================
---- telepathy-mission-control-4.67.orig/libmcclient.pc.in 2009-08-19 16:33:46.000000000 +0100
-+++ telepathy-mission-control-4.67/libmcclient.pc.in 2009-08-19 16:35:09.000000000 +0100
-@@ -8,5 +8,5 @@
- Description: Mission Control Client Library
- Requires: dbus-1 >= 0.50, telepathy-glib >= 0.7.1
- Version: @VERSION@
--Libs: -L${libdir} -lmcclient @DBUS_LIBS@
--Cflags: -I${includedir} @DBUS_CFLAGS@
-+Libs: -L${libdir} -lmcclient
-+Cflags: -I${includedir}