aboutsummaryrefslogtreecommitdiffstats
path: root/meta-filesystems/recipes-filesystems
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-12-28 11:45:46 +0100
committerKhem Raj <raj.khem@gmail.com>2021-12-28 19:20:31 -0800
commit2b4f6a04f014da87a1f42bf67a52be59e5cd2b2e (patch)
tree546dda972d97d2a6e43fcc13e3faa0db010bdf9c /meta-filesystems/recipes-filesystems
parent99250956dbd87e919bf0cc149768e8d60a70c538 (diff)
downloadmeta-openembedded-contrib-2b4f6a04f014da87a1f42bf67a52be59e5cd2b2e.tar.gz
simple-mtpfs: add dependency on autoconf-archive
This version fails to build here with: | ../git/configure: line 3778: syntax error near unexpected token `noext' | ../git/configure: line 3778: `AX_CXX_COMPILE_STDCXX_17(noext)' switching back to older version builds fine. AX_CXX_COMPILE_STDCXX_17 was introduced in https://github.com/phatina/simple-mtpfs/commit/19e7bb9b608b0c0dce2ee6f56fac75901bc69529#diff-49473dca262eeab3b4a43002adb08b4db31020d190caaad1594b47f1d5daa810 Adding autoconf-archive into the DEPENDS fixes the issue. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-filesystems/recipes-filesystems')
-rw-r--r--meta-filesystems/recipes-filesystems/simple-mtpfs/simple-mtpfs_0.4.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-filesystems/recipes-filesystems/simple-mtpfs/simple-mtpfs_0.4.0.bb b/meta-filesystems/recipes-filesystems/simple-mtpfs/simple-mtpfs_0.4.0.bb
index dfb7485596..2335771319 100644
--- a/meta-filesystems/recipes-filesystems/simple-mtpfs/simple-mtpfs_0.4.0.bb
+++ b/meta-filesystems/recipes-filesystems/simple-mtpfs/simple-mtpfs_0.4.0.bb
@@ -4,7 +4,7 @@ BUGTRACKER = "19e7bb9b608b0c0dce2ee6f56fac75901bc69529"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=75859989545e37968a99b631ef42722e"
-DEPENDS = "fuse libmtp"
+DEPENDS = "fuse libmtp autoconf-archive"
inherit autotools pkgconfig