diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2018-01-17 09:34:21 +0100 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-01-22 19:40:02 -0800 |
commit | 9eb33e651aaf0067c32110977e8700aa16811c55 (patch) | |
tree | 8358d597de1e2424f15898f27ca1163d135e8ad7 /meta-xfce/recipes-apps/xfce-polkit/xfce-polkit_0.2.bb | |
parent | 2ce2e2f4d50d912eee79eaf0aae63dc98484c15d (diff) | |
download | meta-openembedded-9eb33e651aaf0067c32110977e8700aa16811c55.tar.gz |
xfce-polkit: fix Name/Comment fields in desktop file
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.bb | 5 |
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 1fb4a5be2..54bf7c752 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" | |||
6 | 6 | ||
7 | inherit xfce-app | 7 | inherit xfce-app |
8 | 8 | ||
9 | SRC_URI = "git://github.com/ncopa/${BPN}.git" | 9 | SRC_URI = " \ |
10 | git://github.com/ncopa/${BPN}.git \ | ||
11 | file://0001-fix-Name-Comment-fields.patch \ | ||
12 | " | ||
10 | SRCREV = "6ad1ee833c9e22e4dd72a8f7d54562d046965283" | 13 | SRCREV = "6ad1ee833c9e22e4dd72a8f7d54562d046965283" |
11 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |