aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.8.1.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-08-14 22:04:34 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2016-08-22 15:49:23 +0200
commit9e78e4b521460cd80a1dea4f0d14865a8e06eecd (patch)
tree2683a28325786c1887f91577003877eb0a1b7e9b /meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.8.1.bb
parentb415e2a372b555a3264359345e6aa52c10c9e1d7 (diff)
downloadmeta-openembedded-contrib-9e78e4b521460cd80a1dea4f0d14865a8e06eecd.tar.gz
thunar-volman: Fix build with clang
clang poins a void return for a boolean function | ../../thunar-volman-0.8.1/thunar-volman/tvm-block-device.c:717:3: error: non-void function 'tvm_block_device_mount' should return a value [-Wreturn-type] | g_return_if_fail (context != NULL); Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.8.1.bb')
-rw-r--r--meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.8.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.8.1.bb b/meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.8.1.bb
index 08e6f5be2b..44e3777fa2 100644
--- a/meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.8.1.bb
+++ b/meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.8.1.bb
@@ -6,6 +6,7 @@ DEPENDS = "exo glib-2.0 gtk+ libxfce4ui libxfce4util xfconf libnotify libgudev"
inherit xfce
+SRC_URI += "file://0001-Fix-return-with-no-value-in-function-returning-non-v.patch"
SRC_URI[md5sum] = "65ab6e05b2e808d1dcc8d36683a59b7e"
SRC_URI[sha256sum] = "5a08bb5ce32c296a64dfbdb2406d4e45a208b2c91e4efa831dc28f1d6c2ac2bd"