diff options
| author | Tim Orling <ticotimo@gmail.com> | 2024-02-19 20:10:26 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-02-19 23:22:25 -0800 |
| commit | 3304673a5c7a2065608430209cab4cac70e1db31 (patch) | |
| tree | fc0dc3f6a0ebad6f5ef1bb9353661ff8d11a56bc /meta-filesystems | |
| parent | 1e1458f98eefd57cdf94877308aed6a68a8e7def (diff) | |
| download | meta-openembedded-3304673a5c7a2065608430209cab4cac70e1db31.tar.gz | |
meta-filesystems: drop ${PYTHON_PN}
python 2 is long unsupported, so we no longer need this variable
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-filesystems')
| -rw-r--r-- | meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.3.bb | 2 | ||||
| -rw-r--r-- | meta-filesystems/recipes-support/fuse/fuse3_3.16.2.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.3.bb b/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.3.bb index 1d07061ff0..c85483759e 100644 --- a/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.3.bb +++ b/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.3.bb | |||
| @@ -16,7 +16,7 @@ SRC_URI += " \ | |||
| 16 | " | 16 | " |
| 17 | 17 | ||
| 18 | RDEPENDS:${PN}-ptest += " \ | 18 | RDEPENDS:${PN}-ptest += " \ |
| 19 | ${PYTHON_PN}-pytest \ | 19 | python3-pytest \ |
| 20 | bash \ | 20 | bash \ |
| 21 | " | 21 | " |
| 22 | 22 | ||
diff --git a/meta-filesystems/recipes-support/fuse/fuse3_3.16.2.bb b/meta-filesystems/recipes-support/fuse/fuse3_3.16.2.bb index 66c35010b8..5e532ba7ed 100644 --- a/meta-filesystems/recipes-support/fuse/fuse3_3.16.2.bb +++ b/meta-filesystems/recipes-support/fuse/fuse3_3.16.2.bb | |||
| @@ -29,7 +29,7 @@ SRC_URI += " \ | |||
| 29 | " | 29 | " |
| 30 | 30 | ||
| 31 | RDEPENDS:${PN}-ptest += " \ | 31 | RDEPENDS:${PN}-ptest += " \ |
| 32 | ${PYTHON_PN}-pytest \ | 32 | python3-pytest \ |
| 33 | bash \ | 33 | bash \ |
| 34 | " | 34 | " |
| 35 | 35 | ||
