summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-xfce
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2019-07-16 10:12:28 -0400
committerKhem Raj <raj.khem@gmail.com>2019-07-16 09:11:02 -0700
commit3647386691430feebb62ca5e59f81d4adc2e007f (patch)
treee902fc006e9fc74aa3ee5150d970e31d3fb801d4 /meta-xfce/recipes-xfce
parent82cbb6390667ddb18f186698113ce9d5ece1f921 (diff)
downloadmeta-openembedded-3647386691430feebb62ca5e59f81d4adc2e007f.tar.gz
thunar-volman: 0.9.2 -> 0.9.3
* clean DEPENDS that removed items are required by exo: exo --> libxfce4ui --> libxfce4util --> glib-2.0 --> xfconf Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-xfce')
-rw-r--r--meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.9.3.bb (renamed from meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.9.2.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.9.2.bb b/meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.9.3.bb
index 3139625ac..93489d881 100644
--- a/meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.9.2.bb
+++ b/meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.9.3.bb
@@ -2,14 +2,14 @@ SUMMARY = "Automatic management of removable drives and media for thunar"
2SECTION = "x11" 2SECTION = "x11"
3LICENSE = "GPLv2" 3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" 4LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
5DEPENDS = "exo glib-2.0 libxfce4ui libxfce4util xfconf libnotify libgudev" 5DEPENDS = "exo libnotify libgudev"
6 6
7inherit xfce distro_features_check 7inherit xfce distro_features_check
8 8
9REQUIRED_DISTRO_FEATURES = "x11" 9REQUIRED_DISTRO_FEATURES = "x11"
10 10
11SRC_URI[md5sum] = "af216d5b60820e7cd39aae1b5ad869a3" 11SRC_URI[md5sum] = "699a0534a0899e31366018a9e9e2aeb0"
12SRC_URI[sha256sum] = "b944b4299b73d2ca79184922dfea49782e4849f5960e209def71ac700a92ff27" 12SRC_URI[sha256sum] = "29309091db8b0f08c5a727625cc470673134977d7966cae0392f131300f9d5e9"
13 13
14PACKAGECONFIG ??= "" 14PACKAGECONFIG ??= ""
15PACKAGECONFIG[notify] = "--enable-notifications,--disable-notifications,libnotify" 15PACKAGECONFIG[notify] = "--enable-notifications,--disable-notifications,libnotify"