summaryrefslogtreecommitdiffstats
path: root/meta-filesystems/recipes-filesystems/unionfs-fuse/unionfs-fuse_3.7.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-filesystems/recipes-filesystems/unionfs-fuse/unionfs-fuse_3.7.bb')
-rw-r--r--meta-filesystems/recipes-filesystems/unionfs-fuse/unionfs-fuse_3.7.bb13
1 files changed, 11 insertions, 2 deletions
diff --git a/meta-filesystems/recipes-filesystems/unionfs-fuse/unionfs-fuse_3.7.bb b/meta-filesystems/recipes-filesystems/unionfs-fuse/unionfs-fuse_3.7.bb
index 5ba202b90c..b5c5bb847c 100644
--- a/meta-filesystems/recipes-filesystems/unionfs-fuse/unionfs-fuse_3.7.bb
+++ b/meta-filesystems/recipes-filesystems/unionfs-fuse/unionfs-fuse_3.7.bb
@@ -6,11 +6,20 @@ LIC_FILES_CHKSUM = "file://src/unionfs.c;beginline=3;endline=8;md5=30fa8de70fd8a
6 file://LICENSE;md5=0e75c95b3e0e1c01489b39e7fadd3e2d \ 6 file://LICENSE;md5=0e75c95b3e0e1c01489b39e7fadd3e2d \
7" 7"
8 8
9SRC_URI = "git://github.com/rpodgorny/${BPN}.git;branch=master;protocol=https;tag=v${PV}" 9SRC_URI = "git://github.com/rpodgorny/${BPN}.git;branch=master;protocol=https;tag=v${PV} \
10 file://run-ptest \
11 file://0001-fix-debug-ioctl-call.patch \
12 file://0001-adapt-tests-to-ptest.patch \
13"
14
10SRCREV = "3fcbd11f78b9a9e02ea0e861d741840fe45dc9c8" 15SRCREV = "3fcbd11f78b9a9e02ea0e861d741840fe45dc9c8"
11 16
12DEPENDS = "fuse3" 17DEPENDS = "fuse3"
13RDEPENDS:${PN} = "bash" 18RDEPENDS:${PN} = "bash"
19RDEPENDS:${PN}-ptest += "python3-core python3-unittest python3-unittest-automake-output"
14 20
21inherit cmake pkgconfig ptest
15 22
16inherit cmake pkgconfig 23do_install_ptest(){
24 install ${S}/test_all.py ${D}${PTEST_PATH}
25}