diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2013-05-08 14:29:08 -0300 |
---|---|---|
committer | Eric Bénard <eric@eukrea.com> | 2013-05-10 14:03:05 +0200 |
commit | f00028caf257e386c0f3ae46bd4b3ba53dd0729d (patch) | |
tree | dadbd9c36eae1e053465f2a3a4e3db5aa3ea6db4 /meta-networking/recipes-support/cifs/cifs-utils_git.bb | |
parent | 9b29f496c6e7ef67cb5806fb939a9713125ce682 (diff) | |
download | meta-openembedded-f00028caf257e386c0f3ae46bd4b3ba53dd0729d.tar.gz |
cifs-utils: Add runtime recommendation to CIFS kernel moduledanny
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/cifs-utils_git.bb')
-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 53285a152..8905f04a5 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" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" PV = "5.9" +PR = "r1" SRCREV = "353d491dcb5d69d31434abeb962c8e9a49c36867" SRC_URI = "git://git.samba.org/cifs-utils.git" @@ -18,3 +19,5 @@ do_install_append() { # is installed to /sbin rmdir ${D}${bindir} ${D}${sbindir} } + +RRECOMMENDS_${PN} = "kernel-module-cifs" |