diff options
-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 efda707555..3ca5b780bd 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" | |||
4 | LICENSE = "GPLv3 & LGPLv3" | 4 | LICENSE = "GPLv3 & LGPLv3" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
6 | 6 | ||
7 | PV = "6.6" | 7 | PV = "6.7" |
8 | 8 | ||
9 | SRCREV = "7926aaea98cdc96b6544b8e21fb5b0b4422c340d" | 9 | SRCREV = "8101a07871f185c7044fa2ca221b282ab4607c8b" |
10 | SRC_URI = "git://git.samba.org/cifs-utils.git" | 10 | SRC_URI = "git://git.samba.org/cifs-utils.git" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | DEPENDS += "libtalloc" | ||
13 | 14 | ||
14 | PACKAGECONFIG ??= "" | 15 | PACKAGECONFIG ??= "" |
15 | PACKAGECONFIG[cap] = "--with-libcap,--without-libcap,libcap" | 16 | PACKAGECONFIG[cap] = "--with-libcap,--without-libcap,libcap" |