aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-apps/xfce-polkit/xfce-polkit_0.2.bb
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2018-01-17 09:34:21 +0100
committerArmin Kuster <akuster808@gmail.com>2018-01-17 13:52:27 -0800
commitc58d03a535dc012a5cf754ff3fc77f02f08bd253 (patch)
tree4d611edcde55ed70be52586d69a2f1a6fc530448 /meta-xfce/recipes-apps/xfce-polkit/xfce-polkit_0.2.bb
parent86ebbb16c4e790932715a83ea34c3a8249f17ba5 (diff)
downloadmeta-openembedded-contrib-c58d03a535dc012a5cf754ff3fc77f02f08bd253.tar.gz
xfce-polkit: fix Name/Comment fields in desktop fileakuster/mut
Without this xfce-polkit is displayed ad 'null' in autosatart dialog of xfce4-settings. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-apps/xfce-polkit/xfce-polkit_0.2.bb')
-rw-r--r--meta-xfce/recipes-apps/xfce-polkit/xfce-polkit_0.2.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-xfce/recipes-apps/xfce-polkit/xfce-polkit_0.2.bb b/meta-xfce/recipes-apps/xfce-polkit/xfce-polkit_0.2.bb
index 1fb4a5be25..54bf7c7529 100644
--- a/meta-xfce/recipes-apps/xfce-polkit/xfce-polkit_0.2.bb
+++ b/meta-xfce/recipes-apps/xfce-polkit/xfce-polkit_0.2.bb
@@ -6,6 +6,9 @@ DEPENDS = "libxfce4ui polkit"
inherit xfce-app
-SRC_URI = "git://github.com/ncopa/${BPN}.git"
+SRC_URI = " \
+ git://github.com/ncopa/${BPN}.git \
+ file://0001-fix-Name-Comment-fields.patch \
+"
SRCREV = "6ad1ee833c9e22e4dd72a8f7d54562d046965283"
S = "${WORKDIR}/git"