summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-11-28 08:16:50 -0800
committerKhem Raj <raj.khem@gmail.com>2024-11-28 08:17:56 -0800
commit800de29730ae7a86202bca497a626ff076548ddd (patch)
tree4299ff63f96078c6bd6c34282221203773554f37
parent0531f2c072c4ff78dc5657844324b46c5dfb9a69 (diff)
downloadmeta-openembedded-800de29730ae7a86202bca497a626ff076548ddd.tar.gz
exo: Remove unused perl module dependency
This has been removed upstream as well [1] [1] https://gitlab.xfce.org/xfce/exo/-/commit/8b6667f42da26a7c78939c105477e2c0395f3c49 Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-xfce/recipes-xfce/exo/exo_4.19.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xfce/recipes-xfce/exo/exo_4.19.1.bb b/meta-xfce/recipes-xfce/exo/exo_4.19.1.bb
index f5415af75d..f6b50471c0 100644
--- a/meta-xfce/recipes-xfce/exo/exo_4.19.1.bb
+++ b/meta-xfce/recipes-xfce/exo/exo_4.19.1.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Application library for the Xfce desktop environment"
2SECTION = "x11" 2SECTION = "x11"
3LICENSE = "GPL-2.0-or-later" 3LICENSE = "GPL-2.0-or-later"
4LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 4LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
5DEPENDS = "gtk+3 libxfce4ui liburi-perl-native cairo" 5DEPENDS = "gtk+3 libxfce4ui cairo"
6 6
7inherit xfce perlnative gtk-doc features_check mime-xdg 7inherit xfce perlnative gtk-doc features_check mime-xdg
8 8