diff options
-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 () { 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 } + |