diff options
| author | Khem Raj <raj.khem@gmail.com> | 2021-09-22 08:38:06 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-09-24 08:12:35 -0700 |
| commit | ddb277da5ca14c81fecd97e9a9b904ee742580c2 (patch) | |
| tree | a579b4c16a8ce7aa195b0073c9cc8437e1e29ca5 | |
| parent | 9c8666d23fab6f580e8009b063b5a35dd452c4ea (diff) | |
| download | meta-openembedded-ddb277da5ca14c81fecd97e9a9b904ee742580c2.tar.gz | |
sshfs-fuse: Inherit pkgconfig
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.2.bb b/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.2.bb index 251f03b07c..60b664ff53 100644 --- a/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.2.bb +++ b/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.2.bb | |||
| @@ -10,7 +10,7 @@ SRC_URI = "git://github.com/libfuse/sshfs" | |||
| 10 | SRCREV = "9700b353700589dcc462205c638bcb40219a49c2" | 10 | SRCREV = "9700b353700589dcc462205c638bcb40219a49c2" |
| 11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
| 12 | 12 | ||
| 13 | inherit meson ptest | 13 | inherit meson pkgconfig ptest |
| 14 | 14 | ||
| 15 | SRC_URI += " \ | 15 | SRC_URI += " \ |
| 16 | file://run-ptest \ | 16 | file://run-ptest \ |
