summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>2017-05-27 00:41:43 +0800
committerJoe MacDonald <joe_macdonald@mentor.com>2017-06-28 10:27:22 -0400
commit647d21e8e9c8b92f3b91e7f5931ab3a98c377217 (patch)
tree60f107ce08ca1e46d982300a5b7efedf2607c954
parent0447148816b871a21124c0c9668604a140744b0b (diff)
downloadmeta-openembedded-647d21e8e9c8b92f3b91e7f5931ab3a98c377217.tar.gz
cifs-utils 6.6 -> 6.7
Upgrade cifs-utils from 6.6 to 6.7 Signed-off-by: zhengrq <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
-rw-r--r--meta-networking/recipes-support/cifs/cifs-utils_git.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/cifs/cifs-utils_git.bb b/meta-networking/recipes-support/cifs/cifs-utils_git.bb
index efda70755..3ca5b780b 100644
--- a/meta-networking/recipes-support/cifs/cifs-utils_git.bb
+++ b/meta-networking/recipes-support/cifs/cifs-utils_git.bb
@@ -4,12 +4,13 @@ SECTION = "otherosfs"
4LICENSE = "GPLv3 & LGPLv3" 4LICENSE = "GPLv3 & LGPLv3"
5LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" 5LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
6 6
7PV = "6.6" 7PV = "6.7"
8 8
9SRCREV = "7926aaea98cdc96b6544b8e21fb5b0b4422c340d" 9SRCREV = "8101a07871f185c7044fa2ca221b282ab4607c8b"
10SRC_URI = "git://git.samba.org/cifs-utils.git" 10SRC_URI = "git://git.samba.org/cifs-utils.git"
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13DEPENDS += "libtalloc"
13 14
14PACKAGECONFIG ??= "" 15PACKAGECONFIG ??= ""
15PACKAGECONFIG[cap] = "--with-libcap,--without-libcap,libcap" 16PACKAGECONFIG[cap] = "--with-libcap,--without-libcap,libcap"