summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gnome/gnome-desktop.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-gnome/gnome/gnome-desktop.inc')
-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 () {
9 cp ${STAGING_DATADIR}/gnome-common/data/omf.make ${S} 9 cp ${STAGING_DATADIR}/gnome-common/data/omf.make ${S}
10} 10}
11 11
12FILES_${PN} += "${datadir}/gnome-about" 12FILES_${PN} += "${datadir}/gnome-about ${datadir}/libgnome-desktop/pnp.ids"
13 13
14PR = "r4" 14PR = "r5"
15 15
16inherit gnome pkgconfig 16inherit 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