aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-panel-plugins/closebutton/xfce4-closebutton-plugin_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-03-22 15:14:12 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2017-04-05 19:26:12 +0200
commitb1b626c1650309bb5e1c9ed67681d7f0dc268d46 (patch)
treeefaaa34bf42487ded646a11b24c99b4ddcff2b23 /meta-xfce/recipes-panel-plugins/closebutton/xfce4-closebutton-plugin_git.bb
parent56c233bb2c22aedb5e1a6e0fb7997e8a9d8ce2a1 (diff)
downloadmeta-openembedded-contrib-b1b626c1650309bb5e1c9ed67681d7f0dc268d46.tar.gz
xfce4-closebutton-plugin: Fix build with clang
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-panel-plugins/closebutton/xfce4-closebutton-plugin_git.bb')
-rw-r--r--meta-xfce/recipes-panel-plugins/closebutton/xfce4-closebutton-plugin_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-xfce/recipes-panel-plugins/closebutton/xfce4-closebutton-plugin_git.bb b/meta-xfce/recipes-panel-plugins/closebutton/xfce4-closebutton-plugin_git.bb
index 341107fa10..746b1222a0 100644
--- a/meta-xfce/recipes-panel-plugins/closebutton/xfce4-closebutton-plugin_git.bb
+++ b/meta-xfce/recipes-panel-plugins/closebutton/xfce4-closebutton-plugin_git.bb
@@ -9,7 +9,9 @@ DEPENDS += "exo-native libwnck xfconf"
PV = "0.1.0+gitr${SRCPV}"
-SRC_URI = "git://github.com/schnitzeltony/xfce4-closebutton-plugin.git;branch=master"
+SRC_URI = "git://github.com/schnitzeltony/xfce4-closebutton-plugin.git;branch=master \
+ file://0001-Use-g_return_val_if_fail-in-functions-expecting-a-re.patch \
+ "
SRCREV = "bd76154afe26ba8a5251a1887d88f9d855301850"
S = "${WORKDIR}/git"