summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-filesystems/recipes-utils/binfs/bindfs_1.18.0.bb (renamed from meta-filesystems/recipes-utils/binfs/bindfs_1.17.7.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-filesystems/recipes-utils/binfs/bindfs_1.17.7.bb b/meta-filesystems/recipes-utils/binfs/bindfs_1.18.0.bb
index 788c85b7ce..040cbc95bb 100644
--- a/meta-filesystems/recipes-utils/binfs/bindfs_1.17.7.bb
+++ b/meta-filesystems/recipes-utils/binfs/bindfs_1.18.0.bb
@@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
7DEPENDS = "fuse" 7DEPENDS = "fuse"
8RDEPENDS:${PN} = "fuse" 8RDEPENDS:${PN} = "fuse"
9 9
10SRC_URI = "git://github.com/mpartel/bindfs;protocol=https;branch=master" 10SRC_URI = "git://github.com/mpartel/bindfs;protocol=https;branch=master;tag=${PV}"
11SRCREV = "3f5e3cb1fcac5fb8034fa4712764317fab51ebe0" 11SRCREV = "a276dbe66faaf7af02d967a648f7598589bf5c5b"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14