diff options
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.bb | 13 |
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 | ||
| 9 | SRC_URI = "git://github.com/rpodgorny/${BPN}.git;branch=master;protocol=https;tag=v${PV}" | 9 | SRC_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 | |||
| 10 | SRCREV = "3fcbd11f78b9a9e02ea0e861d741840fe45dc9c8" | 15 | SRCREV = "3fcbd11f78b9a9e02ea0e861d741840fe45dc9c8" |
| 11 | 16 | ||
| 12 | DEPENDS = "fuse3" | 17 | DEPENDS = "fuse3" |
| 13 | RDEPENDS:${PN} = "bash" | 18 | RDEPENDS:${PN} = "bash" |
| 19 | RDEPENDS:${PN}-ptest += "python3-core python3-unittest python3-unittest-automake-output" | ||
| 14 | 20 | ||
| 21 | inherit cmake pkgconfig ptest | ||
| 15 | 22 | ||
| 16 | inherit cmake pkgconfig | 23 | do_install_ptest(){ |
| 24 | install ${S}/test_all.py ${D}${PTEST_PATH} | ||
| 25 | } | ||
