Re: [OE-core] [PATCH 1/2] logrotate: obey our flags

2014-08-26 Thread Usman, Fahad
On 08/25/2014 10:51 PM, Khem Raj wrote: +LFS= \ > > >+OS_NAME='${OS_NAME}' \ > > >+\ > > >+'CC=${CC}' \ > > > >hmmm CC may have spaces in it so you might need 'CC="${CC}"' or somesuch > > >Nope, the whole CC=${CC} argument is already quoted, note the single quotes >around it. Th

Re: [OE-core] [PATCH 1/2] logrotate: obey our flags

2014-08-25 Thread Khem Raj
On 14-08-25 10:21:31, Christopher Larson wrote: > On Mon, Aug 25, 2014 at 10:19 AM, Khem Raj wrote: > > > On 14-08-25 21:22:04, Fahad Usman wrote: > > > Needed to quiet GNU_HASH warnings, amd some minor fixes. > > > > > > Signed-off-by: Fahad Usman > > > Signed-off-by: Christopher Larson > > >

Re: [OE-core] [PATCH 1/2] logrotate: obey our flags

2014-08-25 Thread Christopher Larson
On Mon, Aug 25, 2014 at 10:19 AM, Khem Raj wrote: > On 14-08-25 21:22:04, Fahad Usman wrote: > > Needed to quiet GNU_HASH warnings, amd some minor fixes. > > > > Signed-off-by: Fahad Usman > > Signed-off-by: Christopher Larson > > --- > > meta/recipes-extended/logrotate/logrotate_3.8.7.bb |

Re: [OE-core] [PATCH 1/2] logrotate: obey our flags

2014-08-25 Thread Khem Raj
On 14-08-25 21:22:04, Fahad Usman wrote: > Needed to quiet GNU_HASH warnings, amd some minor fixes. > > Signed-off-by: Fahad Usman > Signed-off-by: Christopher Larson > --- > meta/recipes-extended/logrotate/logrotate_3.8.7.bb | 18 -- > 1 file changed, 16 insertions(+), 2 dele

Re: [OE-core] [PATCH 1/2] logrotate: obey our flags

2014-08-25 Thread Christopher Larson
On Mon, Aug 25, 2014 at 9:22 AM, Fahad Usman wrote: > Needed to quiet GNU_HASH warnings, amd some minor fixes. Typo, not amd :) -- Christopher Larson clarson at kergoth dot com Founder - BitBake, OpenEmbedded, OpenZaurus Maintainer - Tslib Senior Software Engineer, Mentor Graphics --

[OE-core] [PATCH 1/2] logrotate: obey our flags

2014-08-25 Thread Fahad Usman
Needed to quiet GNU_HASH warnings, amd some minor fixes. Signed-off-by: Fahad Usman Signed-off-by: Christopher Larson --- meta/recipes-extended/logrotate/logrotate_3.8.7.bb | 18 -- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/meta/recipes-extended/logrotate/