[oe-commits] Saul Wold : telepathy-glib: remove package warnings

git at git.openembedded.org git at git.openembedded.org
Fri Mar 16 10:43:54 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: bb917b6268f3a552268a061969b2e0a8e34db515
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=bb917b6268f3a552268a061969b2e0a8e34db515

Author: Saul Wold <sgw at linux.intel.com>
Date:   Wed Mar 14 18:52:56 2012 -0700

telepathy-glib: remove package warnings

WARNING: For recipe telepathy-glib, the following files/directories were installed but not shipped in any package:
WARNING:   /srv
WARNING:   /usr/bin
WARNING:   /usr/libexec
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 .../telepathy/telepathy-glib_0.17.4.bb             |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-connectivity/telepathy/telepathy-glib_0.17.4.bb b/meta/recipes-connectivity/telepathy/telepathy-glib_0.17.4.bb
index 731ab74..af617f5 100644
--- a/meta/recipes-connectivity/telepathy/telepathy-glib_0.17.4.bb
+++ b/meta/recipes-connectivity/telepathy/telepathy-glib_0.17.4.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "Telepathy Framework: GLib-based helper library for connection man
 HOMEPAGE = "http://telepathy.freedesktop.org/wiki/"
 DEPENDS = "glib-2.0 dbus python-native-runtime dbus-native dbus-glib"
 LICENSE = "LGPLv2.1+"
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-glib/${BPN}-${PV}.tar.gz"
 
@@ -17,3 +17,8 @@ inherit autotools pkgconfig gettext
 FILES_${PN} += "${datadir}/telepathy \
                 ${datadir}/dbus-1"
 
+do_install_append() {
+	rmdir ${D}${bindir}
+	rmdir ${D}${libexecdir}
+	rmdir ${D}${servicedir}
+}





More information about the Openembedded-commits mailing list