[oe] [meta-xfce][Patch] thunar: 1.8.9 -> 1.8.10

kai.kang at windriver.com kai.kang at windriver.com
Mon Nov 18 01:40:35 UTC 2019


From: Kai Kang <kai.kang at windriver.com>

The tarball name uses all lower case now, so SRC_URI and S are not
needded to be set in the recipe which have been configured in
xfce.bbclass already.

Signed-off-by: Kai Kang <kai.kang at windriver.com>
---
 .../thunar/{thunar_1.8.9.bb => thunar_1.8.10.bb}           | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)
 rename meta-xfce/recipes-xfce/thunar/{thunar_1.8.9.bb => thunar_1.8.10.bb} (74%)

diff --git a/meta-xfce/recipes-xfce/thunar/thunar_1.8.9.bb b/meta-xfce/recipes-xfce/thunar/thunar_1.8.10.bb
similarity index 74%
rename from meta-xfce/recipes-xfce/thunar/thunar_1.8.9.bb
rename to meta-xfce/recipes-xfce/thunar/thunar_1.8.10.bb
index ff020d0c7..ef64b8f5a 100644
--- a/meta-xfce/recipes-xfce/thunar/thunar_1.8.9.bb
+++ b/meta-xfce/recipes-xfce/thunar/thunar_1.8.10.bb
@@ -8,11 +8,8 @@ inherit xfce gobject-introspection distro_features_check
 
 REQUIRED_DISTRO_FEATURES = "x11"
 
-SRC_URI = "http://archive.xfce.org/src/xfce/${BPN}/${@'${PV}'[0:3]}/Thunar-${PV}.tar.bz2"
-SRC_URI[md5sum] = "fd1166e879294e4490d5fa9dccfdd9da"
-SRC_URI[sha256sum] = "7a758e7ac03501c520c304f8845353315c954d429b17d591b8eea8b14f1350b9"
-
-S = "${WORKDIR}/Thunar-${PV}/"
+SRC_URI[md5sum] = "85c7394d82542d5a023f1f5baef109d8"
+SRC_URI[sha256sum] = "3d448d81c0e49efbaa5ae6bf34ac3c88a614178a1127afaee6b3a1b5ee12e709"
 
 PACKAGECONFIG ??= ""
 PACKAGECONFIG[pcre] = "--enable-pcre,--disable-pcre,libpcre"
-- 
2.17.1



More information about the Openembedded-devel mailing list