Re: [OE-core] [PATCH] dtc: don't use autotools as this doesn't use autotools

2014-12-08 Thread Enrico Scholz
Christopher Larson writes: > The problem with that is DESTDIR is an automake convention. Not only automake, it is part of the "GNU coding standards" (--> info standards). Enrico -- ___ Openembedded-core mailing list Openembedded-core@lists.openembed

Re: [OE-core] [PATCH] dtc: don't use autotools as this doesn't use autotools

2014-12-08 Thread Burton, Ross
On 7 December 2014 at 01:38, Christopher Larson wrote: > The problem with that is DESTDIR is an automake convention. > Yes, outside of automake there's just too much variety to make providing defaults useful. Ross -- ___ Openembedded-core mailing lis

Re: [OE-core] [PATCH] dtc: don't use autotools as this doesn't use autotools

2014-12-06 Thread Christopher Larson
On Sat, Dec 6, 2014 at 4:00 AM, Koen Kooi wrote: > > Op 5 dec. 2014, om 21:46 heeft Ross Burton het > volgende geschreven: > > > > Signed-off-by: Ross Burton > > --- > > meta/recipes-kernel/dtc/dtc.inc |8 +--- > > 1 file changed, 5 insertions(+), 3 deletions(-) > > > > diff --git a/meta

Re: [OE-core] [PATCH] dtc: don't use autotools as this doesn't use autotools

2014-12-06 Thread Koen Kooi
> Op 5 dec. 2014, om 21:46 heeft Ross Burton het > volgende geschreven: > > Signed-off-by: Ross Burton > --- > meta/recipes-kernel/dtc/dtc.inc |8 +--- > 1 file changed, 5 insertions(+), 3 deletions(-) > > diff --git a/meta/recipes-kernel/dtc/dtc.inc b/meta/recipes-kernel/dtc/dtc.inc >

[OE-core] [PATCH] dtc: don't use autotools as this doesn't use autotools

2014-12-05 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-kernel/dtc/dtc.inc |8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/meta/recipes-kernel/dtc/dtc.inc b/meta/recipes-kernel/dtc/dtc.inc index 95023b6..0c409b0 100644 --- a/meta/recipes-kernel/dtc/dtc.inc +++ b/meta/recipes-ke