summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-xfce
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2018-03-18 20:08:31 +0100
committerArmin Kuster <akuster808@gmail.com>2018-03-21 18:45:10 -0700
commita26ac6adece18a575abb371b2b6d153fdb777048 (patch)
tree0714d50903c658e06547a36d670151865d4c5d3d /meta-xfce/recipes-xfce
parent9ceafa1c4ff3f8ac8860860507421b7e0f2a653c (diff)
downloadmeta-openembedded-a26ac6adece18a575abb371b2b6d153fdb777048.tar.gz
xfce4-settings: update 4.12.1 -> 4.12.2
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-xfce')
-rw-r--r--meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_git.bb b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_git.bb
index b98d8a799..093be0a93 100644
--- a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_git.bb
+++ b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_git.bb
@@ -13,12 +13,12 @@ REQUIRED_DISTRO_FEATURES = "x11"
13# + minor bugfixes - sent mainline but no response 13# + minor bugfixes - sent mainline but no response
14# + option to hide mousepointer for a specific (touch) input device - sent mainline but no response 14# + option to hide mousepointer for a specific (touch) input device - sent mainline but no response
15SRC_URI = " \ 15SRC_URI = " \
16 git://github.com/schnitzeltony/xfce4-settings.git;protocol=git;branch=for-oe-4.12.1 \ 16 git://github.com/schnitzeltony/xfce4-settings.git;protocol=git;branch=for-oe-4.12.2 \
17 file://0001-xsettings.xml-Set-default-themes.patch \ 17 file://0001-xsettings.xml-Set-default-themes.patch \
18" 18"
19SRCREV = "0766cf81daa9d41d0d0fed2fb73a8a26709a3bca" 19SRCREV = "e097ea5f95f8cbc3f23b6558aae2b772d6322591"
20S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"
21PV = "4.12.1+git${SRCPV}" 21PV = "4.12.2+git${SRCPV}"
22 22
23EXTRA_OECONF += "--enable-maintainer-mode --disable-debug" 23EXTRA_OECONF += "--enable-maintainer-mode --disable-debug"
24 24