summaryrefslogtreecommitdiffstats
path: root/meta-xfce
diff options
context:
space:
mode:
authorPeter Kjellerstedt <pkj@axis.com>2023-11-07 08:12:35 +0100
committerKhem Raj <raj.khem@gmail.com>2023-11-07 19:59:58 -0800
commit0de06853747f856aba5b543c84e0b472f4dc11d3 (patch)
tree03353cbef854eb1911d1b95c12a9a5a876746b13 /meta-xfce
parent6d65830786e7821164dcd7ba6bf527d88410ba0e (diff)
downloadmeta-openembedded-0de06853747f856aba5b543c84e0b472f4dc11d3.tar.gz
xarchiver: Specify the version in the recipe file name
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r--meta-xfce/recipes-apps/xarchiver/xarchiver_0.5.4.21.bb (renamed from meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb b/meta-xfce/recipes-apps/xarchiver/xarchiver_0.5.4.21.bb
index e325e5d02..abb5c14e6 100644
--- a/meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb
+++ b/meta-xfce/recipes-apps/xarchiver/xarchiver_0.5.4.21.bb
@@ -9,7 +9,7 @@ DEPENDS = "gtk+3 glib-2.0 xfce4-dev-tools-native intltool-native"
9 9
10SRC_URI = "git://github.com/ib/xarchiver.git;branch=master;protocol=https" 10SRC_URI = "git://github.com/ib/xarchiver.git;branch=master;protocol=https"
11SRCREV = "55f923ebc623bcc8f53368543847350a23688189" 11SRCREV = "55f923ebc623bcc8f53368543847350a23688189"
12PV = "0.5.4.21" 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14
15inherit gettext pkgconfig autotools gtk-icon-cache features_check mime-xdg 15inherit gettext pkgconfig autotools gtk-icon-cache features_check mime-xdg