From 61ff424e37f9ad248beff73f067ed1f664b90d7b Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Sat, 11 Oct 2014 00:09:05 +0300 Subject: [PATCH] xfce-utils: disable xfconf migration otherwise it installs some broken script --- recipes/xfce-base/xfce-utils_4.6.2.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes/xfce-base/xfce-utils_4.6.2.bb b/recipes/xfce-base/xfce-utils_4.6.2.bb index 6b397f9a6c..7b1a9deb12 100644 --- a/recipes/xfce-base/xfce-utils_4.6.2.bb +++ b/recipes/xfce-base/xfce-utils_4.6.2.bb @@ -1,7 +1,7 @@ DESCRIPTION="Xfce4 Utilities" DEPENDS = "virtual/libx11 libxfcegui4" SECTION = "x11" -PR = "r1" +PR = "r2" inherit xfce46 @@ -23,6 +23,9 @@ FILES_${PN} += " \ ${datadir}/xsessions/xfce.desktop \ " +# usually we do not migrate (requires perl on target) +EXTRA_OECONF += "--disable-xfconf-migration" + # NOTE: This package takes a --with-browser for the default browser # NOTE: Works with gdm also gtkhtml -- 2.39.5