summaryrefslogtreecommitdiffstats
path: root/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-18 08:15:45 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2014-07-22 00:01:55 +0200
commitce73cf206fcce5ccd1a04d35bedecad7f25c260a (patch)
tree23c99920612d6a0e8055fbd2199a22d9ae6a3c6a /meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb
parent5161b267c7d4e93b668a21da9db40f7ab49a4140 (diff)
downloadmeta-openembedded-ce73cf206fcce5ccd1a04d35bedecad7f25c260a.tar.gz
smbfsnet: Use "foreign" automake strictness
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb')
-rw-r--r--meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb b/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb
index c25f5d676..a0eddbc79 100644
--- a/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb
+++ b/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb
@@ -16,7 +16,8 @@ PKGV = "${GITPKGVTAG}"
16 16
17SRCREV = "ace1c519d45fe488b9b7e6cc77a2bcadb6c83464" 17SRCREV = "ace1c519d45fe488b9b7e6cc77a2bcadb6c83464"
18 18
19SRC_URI = "git://smbnetfs.git.sourceforge.net/gitroot/smbnetfs/smbnetfs;branch=master" 19SRC_URI = "git://smbnetfs.git.sourceforge.net/gitroot/smbnetfs/smbnetfs;branch=master \
20 file://configure.patch"
20 21
21PACKAGECONFIG ??= "" 22PACKAGECONFIG ??= ""
22PACKAGECONFIG[gnome-keyring] = "--with-gnome-keyring=yes,--with-gnome-keyring=no,libgnome-keyring" 23PACKAGECONFIG[gnome-keyring] = "--with-gnome-keyring=yes,--with-gnome-keyring=no,libgnome-keyring"