diff options
author | Hains van den Bosch <hainsvdbosch@ziggo.nl> | 2018-01-25 04:55:24 +0100 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-02-11 11:48:12 -0800 |
commit | 86f865228940bcb9b2796123dbdaedb2ac1d8bdf (patch) | |
tree | 1b769d7955bbc56a430bbc01c6686e73b62f6f59 /meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb | |
parent | 46bfecb776a4514c795b87df54c2cab48d6e859d (diff) | |
download | meta-openembedded-86f865228940bcb9b2796123dbdaedb2ac1d8bdf.tar.gz |
smbnetfs: update to version 0.6.1
gnome-keyring is deprecated and replaced with libsecret.
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb')
-rw-r--r-- | meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb b/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb index 0fcfd6ae7..fefc04538 100644 --- a/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb +++ b/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb | |||
@@ -15,14 +15,14 @@ inherit autotools gitpkgv pkgconfig | |||
15 | 15 | ||
16 | PKGV = "${GITPKGVTAG}" | 16 | PKGV = "${GITPKGVTAG}" |
17 | 17 | ||
18 | SRCREV = "21c63ed60202e5540613d4c822a57a0b81764499" | 18 | SRCREV = "bc6b94b015fdaf7c4dab56ccb996eecea8bc4373" |
19 | 19 | ||
20 | SRC_URI = "git://smbnetfs.git.sourceforge.net/gitroot/smbnetfs/smbnetfs;branch=master \ | 20 | SRC_URI = "git://smbnetfs.git.sourceforge.net/gitroot/smbnetfs/smbnetfs;branch=master \ |
21 | file://configure.patch \ | 21 | file://configure.patch \ |
22 | file://Using-PKG_CHECK_MODULES-to-found-headers-and-libraries.patch" | 22 | file://Using-PKG_CHECK_MODULES-to-found-headers-and-libraries.patch" |
23 | 23 | ||
24 | PACKAGECONFIG ??= "" | 24 | PACKAGECONFIG ??= "" |
25 | PACKAGECONFIG[gnome-keyring] = "--with-gnome-keyring=yes,--with-gnome-keyring=no,libgnome-keyring" | 25 | PACKAGECONFIG[libsecret] = "--with-libsecret=yes,--with-libsecret=no,libsecret" |
26 | 26 | ||
27 | S = "${WORKDIR}/git" | 27 | S = "${WORKDIR}/git" |
28 | 28 | ||