aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gnome
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-03-16 16:21:35 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-19 13:36:52 +0000
commit490d4ffa91004e94143d35538dce7b815f4dee52 (patch)
treeec25402fbbbf6921bf33ae93d5a396105e6a51cd /meta/recipes-gnome/gnome
parent18fdce9ac2ec51c0c136d1cbc1f4fb5d05c23d33 (diff)
downloadopenembedded-core-490d4ffa91004e94143d35538dce7b815f4dee52.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 Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-gnome/gnome')
-rw-r--r--meta/recipes-gnome/gnome/gnome-desktop.inc5
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 () {
cp ${STAGING_DATADIR}/gnome-common/data/omf.make ${S}
}
-FILES_${PN} += "${datadir}/gnome-about"
+FILES_${PN} += "${datadir}/gnome-about ${datadir}/libgnome-desktop/pnp.ids"
-PR = "r4"
+PR = "r5"
inherit gnome pkgconfig
@@ -19,3 +19,4 @@ do_install_append () {
sed -i -e's,${STAGING_BINDIR_NATIVE},${bindir},g' ${D}${bindir}/gnome-about
}
+