mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
telepathy-mission-control: fix package warnings
WARNING: For recipe telepathy-mission-control, the following files/directories were installed but not shipped in any package: WARNING: /usr/share/glib-2.0 WARNING: /usr/share/glib-2.0/schemas WARNING: /usr/share/glib-2.0/schemas/im.telepathy.MissionControl.FromEmpathy.gschema.xml (From OE-Core rev: 9a63238fe3802f3b9e94f90bb092c24cf20a40a5) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
44d6487f19
commit
7e1c71a3b0
@@ -8,7 +8,7 @@ DEPENDS = "libtelepathy dbus-glib gconf"
|
||||
|
||||
SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-mission-control/telepathy-mission-control-${PV}.tar.gz"
|
||||
|
||||
PR = "r0"
|
||||
PR = "r1"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
@@ -24,7 +24,7 @@ PACKAGES =+ " \
|
||||
libmissioncontrol-server-dbg \
|
||||
"
|
||||
|
||||
FILES_${PN} += "${datadir}/dbus*"
|
||||
FILES_${PN} += "${datadir}/dbus* ${datadir}/glib-2.0/schemas"
|
||||
|
||||
FILES_libmissioncontrol = "${libdir}/libmissioncontrol.so.*"
|
||||
FILES_libmissioncontrol-config = "${libdir}/libmissioncontrol-config.so.*"
|
||||
|
||||
Reference in New Issue
Block a user