diff options
author | Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> | 2017-05-27 00:41:43 +0800 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2017-06-28 10:27:22 -0400 |
commit | 647d21e8e9c8b92f3b91e7f5931ab3a98c377217 (patch) | |
tree | 60f107ce08ca1e46d982300a5b7efedf2607c954 /meta-networking | |
parent | 0447148816b871a21124c0c9668604a140744b0b (diff) | |
download | meta-openembedded-contrib-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>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-support/cifs/cifs-utils_git.bb | 5 |
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 efda7075559..3ca5b780bda 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" LICENSE = "GPLv3 & LGPLv3" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" -PV = "6.6" +PV = "6.7" -SRCREV = "7926aaea98cdc96b6544b8e21fb5b0b4422c340d" +SRCREV = "8101a07871f185c7044fa2ca221b282ab4607c8b" SRC_URI = "git://git.samba.org/cifs-utils.git" S = "${WORKDIR}/git" +DEPENDS += "libtalloc" PACKAGECONFIG ??= "" PACKAGECONFIG[cap] = "--with-libcap,--without-libcap,libcap" |