diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-03-16 16:21:35 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-19 14:37:43 +0000 |
commit | 8b0b2d9b2468521ec1b4201434a7a10c48bcd94f (patch) | |
tree | 67a4d0e4aa8e7d9b55b9e85db77fc28882867b16 /meta | |
parent | 6268c9ee0e2c3dc0d8888cda495449cc51942c45 (diff) | |
download | poky-8b0b2d9b2468521ec1b4201434a7a10c48bcd94f.tar.gz |
gnome-desktop: fix package warnings
WARNING: For recipe gnome-desktop, the following files/directories were installed but not shipped in any package:
WARNING: /usr/share/libgnome-desktop
WARNING: /usr/share/libgnome-desktop/pnp.ids
(From OE-Core rev: 490d4ffa91004e94143d35538dce7b815f4dee52)
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-gnome/gnome/gnome-desktop.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-gnome/gnome/gnome-desktop.inc b/meta/recipes-gnome/gnome/gnome-desktop.inc index ef78531d1c..51933b23b4 100644 --- a/meta/recipes-gnome/gnome/gnome-desktop.inc +++ b/meta/recipes-gnome/gnome/gnome-desktop.inc | |||
@@ -9,9 +9,9 @@ do_configure_prepend () { | |||
9 | cp ${STAGING_DATADIR}/gnome-common/data/omf.make ${S} | 9 | cp ${STAGING_DATADIR}/gnome-common/data/omf.make ${S} |
10 | } | 10 | } |
11 | 11 | ||
12 | FILES_${PN} += "${datadir}/gnome-about" | 12 | FILES_${PN} += "${datadir}/gnome-about ${datadir}/libgnome-desktop/pnp.ids" |
13 | 13 | ||
14 | PR = "r4" | 14 | PR = "r5" |
15 | 15 | ||
16 | inherit gnome pkgconfig | 16 | inherit gnome pkgconfig |
17 | 17 | ||
@@ -19,3 +19,4 @@ do_install_append () { | |||
19 | sed -i -e's,${STAGING_BINDIR_NATIVE},${bindir},g' ${D}${bindir}/gnome-about | 19 | sed -i -e's,${STAGING_BINDIR_NATIVE},${bindir},g' ${D}${bindir}/gnome-about |
20 | } | 20 | } |
21 | 21 | ||
22 | |||