* [meta-oe][meta-networking PATCH] cifs-utils: Add runtime recommendation to CIFS kernel module
@ 2013-05-08 17:29 Otavio Salvador
2013-05-08 17:49 ` Joe MacDonald
0 siblings, 1 reply; 4+ messages in thread
From: Otavio Salvador @ 2013-05-08 17:29 UTC (permalink / raw)
To: Meta-OpenEmbedded Mailing listing; +Cc: Otavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
Note: This patch has been tested in master and danny. Please
consider it for master, dylan and danny branches.
meta-networking/recipes-support/cifs/cifs-utils_git.bb | 3 +++
1 file changed, 3 insertions(+)
diff --git a/meta-networking/recipes-support/cifs/cifs-utils_git.bb b/meta-networking/recipes-support/cifs/cifs-utils_git.bb
index 19b60ad..de2786a 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"
--
1.8.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [meta-oe][meta-networking PATCH] cifs-utils: Add runtime recommendation to CIFS kernel module
2013-05-08 17:29 [meta-oe][meta-networking PATCH] cifs-utils: Add runtime recommendation to CIFS kernel module Otavio Salvador
@ 2013-05-08 17:49 ` Joe MacDonald
2013-05-08 17:54 ` Otavio Salvador
0 siblings, 1 reply; 4+ messages in thread
From: Joe MacDonald @ 2013-05-08 17:49 UTC (permalink / raw)
To: openembedded-devel; +Cc: Otavio Salvador
[-- Attachment #1: Type: text/plain, Size: 1343 bytes --]
[[oe] [meta-oe][meta-networking PATCH] cifs-utils: Add runtime recommendation to CIFS kernel module] On 13.05.08 (Wed 14:29) Otavio Salvador wrote:
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> ---
> Note: This patch has been tested in master and danny. Please
> consider it for master, dylan and danny branches.
>
> meta-networking/recipes-support/cifs/cifs-utils_git.bb | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/meta-networking/recipes-support/cifs/cifs-utils_git.bb b/meta-networking/recipes-support/cifs/cifs-utils_git.bb
> index 19b60ad..de2786a 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"
For the sake of one patch in all branches, I think we're okay, but in
master we don't actually need PR anymore, do we?
-J.
>
> 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"
--
-Joe MacDonald.
:wq
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [meta-oe][meta-networking PATCH] cifs-utils: Add runtime recommendation to CIFS kernel module
2013-05-08 17:49 ` Joe MacDonald
@ 2013-05-08 17:54 ` Otavio Salvador
2013-05-09 18:10 ` Joe MacDonald
0 siblings, 1 reply; 4+ messages in thread
From: Otavio Salvador @ 2013-05-08 17:54 UTC (permalink / raw)
To: Joe MacDonald; +Cc: OpenEmbedded Devel List
On Wed, May 8, 2013 at 2:49 PM, Joe MacDonald
<Joe.MacDonald@windriver.com> wrote:
> [[oe] [meta-oe][meta-networking PATCH] cifs-utils: Add runtime recommendation to CIFS kernel module] On 13.05.08 (Wed 14:29) Otavio Salvador wrote:
>
>> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
>> ---
>> Note: This patch has been tested in master and danny. Please
>> consider it for master, dylan and danny branches.
>>
>> meta-networking/recipes-support/cifs/cifs-utils_git.bb | 3 +++
>> 1 file changed, 3 insertions(+)
>>
>> diff --git a/meta-networking/recipes-support/cifs/cifs-utils_git.bb b/meta-networking/recipes-support/cifs/cifs-utils_git.bb
>> index 19b60ad..de2786a 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"
>
> For the sake of one patch in all branches, I think we're okay, but in
> master we don't actually need PR anymore, do we?
In master it is not required (but still accepted) however to keep the
upgrade path from danny -> dylan -> dylan+1 we need.
--
Otavio Salvador O.S. Systems
E-mail: otavio@ossystems.com.br http://www.ossystems.com.br
Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [meta-oe][meta-networking PATCH] cifs-utils: Add runtime recommendation to CIFS kernel module
2013-05-08 17:54 ` Otavio Salvador
@ 2013-05-09 18:10 ` Joe MacDonald
0 siblings, 0 replies; 4+ messages in thread
From: Joe MacDonald @ 2013-05-09 18:10 UTC (permalink / raw)
To: Otavio Salvador; +Cc: OpenEmbedded Devel List
[-- Attachment #1: Type: text/plain, Size: 1533 bytes --]
[Re: [oe] [meta-oe][meta-networking PATCH] cifs-utils: Add runtime recommendation to CIFS kernel module] On 13.05.08 (Wed 14:54) Otavio Salvador wrote:
> On Wed, May 8, 2013 at 2:49 PM, Joe MacDonald
> <Joe.MacDonald@windriver.com> wrote:
> > [[oe] [meta-oe][meta-networking PATCH] cifs-utils: Add runtime recommendation to CIFS kernel module] On 13.05.08 (Wed 14:29) Otavio Salvador wrote:
> >
> >> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> >> ---
> >> Note: This patch has been tested in master and danny. Please
> >> consider it for master, dylan and danny branches.
> >>
> >> meta-networking/recipes-support/cifs/cifs-utils_git.bb | 3 +++
> >> 1 file changed, 3 insertions(+)
> >>
> >> diff --git a/meta-networking/recipes-support/cifs/cifs-utils_git.bb b/meta-networking/recipes-support/cifs/cifs-utils_git.bb
> >> index 19b60ad..de2786a 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"
> >
> > For the sake of one patch in all branches, I think we're okay, but in
> > master we don't actually need PR anymore, do we?
>
> In master it is not required (but still accepted) however to keep the
> upgrade path from danny -> dylan -> dylan+1 we need.
Okay, so, merged for master. Thanks.
--
-Joe MacDonald.
:wq
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-05-09 18:29 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-08 17:29 [meta-oe][meta-networking PATCH] cifs-utils: Add runtime recommendation to CIFS kernel module Otavio Salvador
2013-05-08 17:49 ` Joe MacDonald
2013-05-08 17:54 ` Otavio Salvador
2013-05-09 18:10 ` Joe MacDonald
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox