diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-03-14 18:52:56 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-16 10:40:31 +0000 |
commit | 98c8b625e98d854dd0c6d531eb7b9ae07461ef5f (patch) | |
tree | 492038550c57e4a614a626238462c430bea723eb /meta | |
parent | 88c9e4f56c5ebe614fed5a9165009071b11fe1bb (diff) | |
download | poky-98c8b625e98d854dd0c6d531eb7b9ae07461ef5f.tar.gz |
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
(From OE-Core rev: bb917b6268f3a552268a061969b2e0a8e34db515)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-connectivity/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 731ab7447d..af617f52c8 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 | |||
3 | HOMEPAGE = "http://telepathy.freedesktop.org/wiki/" | 3 | HOMEPAGE = "http://telepathy.freedesktop.org/wiki/" |
4 | DEPENDS = "glib-2.0 dbus python-native-runtime dbus-native dbus-glib" | 4 | DEPENDS = "glib-2.0 dbus python-native-runtime dbus-native dbus-glib" |
5 | LICENSE = "LGPLv2.1+" | 5 | LICENSE = "LGPLv2.1+" |
6 | PR = "r2" | 6 | PR = "r3" |
7 | 7 | ||
8 | SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-glib/${BPN}-${PV}.tar.gz" | 8 | SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-glib/${BPN}-${PV}.tar.gz" |
9 | 9 | ||
@@ -17,3 +17,8 @@ inherit autotools pkgconfig gettext | |||
17 | FILES_${PN} += "${datadir}/telepathy \ | 17 | FILES_${PN} += "${datadir}/telepathy \ |
18 | ${datadir}/dbus-1" | 18 | ${datadir}/dbus-1" |
19 | 19 | ||
20 | do_install_append() { | ||
21 | rmdir ${D}${bindir} | ||
22 | rmdir ${D}${libexecdir} | ||
23 | rmdir ${D}${servicedir} | ||
24 | } | ||