diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2013-05-08 14:29:08 -0300 |
---|---|---|
committer | Joe MacDonald <joe.macdonald@windriver.com> | 2013-05-09 14:09:57 -0400 |
commit | 1eb3e91030cee6d5765a1924b605fb689573c6ad (patch) | |
tree | effaf249a84a978730f3a7d0402d5437860f2dda /meta-networking/recipes-support/cifs | |
parent | 8fec906a4584f9cbc467fb0e406bb6a705848b64 (diff) | |
download | meta-openembedded-1eb3e91030cee6d5765a1924b605fb689573c6ad.tar.gz |
cifs-utils: Add runtime recommendation to CIFS kernel module
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
Diffstat (limited to 'meta-networking/recipes-support/cifs')
-rw-r--r-- | meta-networking/recipes-support/cifs/cifs-utils_git.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/cifs/cifs-utils_git.bb b/meta-networking/recipes-support/cifs/cifs-utils_git.bb index 19b60ad38..de2786a52 100644 --- a/meta-networking/recipes-support/cifs/cifs-utils_git.bb +++ b/meta-networking/recipes-support/cifs/cifs-utils_git.bb | |||
@@ -5,6 +5,7 @@ LICENSE = "GPLv3 & LGPLv3" | |||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
6 | 6 | ||
7 | PV = "5.9" | 7 | PV = "5.9" |
8 | PR = "r1" | ||
8 | 9 | ||
9 | SRCREV = "353d491dcb5d69d31434abeb962c8e9a49c36867" | 10 | SRCREV = "353d491dcb5d69d31434abeb962c8e9a49c36867" |
10 | SRC_URI = "git://git.samba.org/cifs-utils.git" | 11 | SRC_URI = "git://git.samba.org/cifs-utils.git" |
@@ -18,3 +19,5 @@ do_install_append() { | |||
18 | # is installed to /sbin | 19 | # is installed to /sbin |
19 | rmdir ${D}${bindir} ${D}${sbindir} | 20 | rmdir ${D}${bindir} ${D}${sbindir} |
20 | } | 21 | } |
22 | |||
23 | RRECOMMENDS_${PN} = "kernel-module-cifs" | ||