On Sun, Jul 31, 2016 at 11:17 PM, Paul Eggleton
<paul.eggle...@linux.intel.com> wrote:
> On Sat, 30 Jul 2016 08:00:45 Otavio Salvador wrote:
>> On Fri, Jul 29, 2016 at 7:27 PM, Khem Raj <raj.k...@gmail.com> wrote:
>> > From: Herve Jourdain <herve.jourd...@neuf.fr>
>> >
>> > Signed-off-by: Herve Jourdain <herve.jourd...@neuf.fr>
>> > Signed-off-by: Khem Raj <raj.k...@gmail.com>
>> > ---
>> >
>> >  meta/recipes-kernel/linux/linux-dtb.inc | 18 +++++++++++-------
>> >  1 file changed, 11 insertions(+), 7 deletions(-)
>> >
>> > diff --git a/meta/recipes-kernel/linux/linux-dtb.inc
>> > b/meta/recipes-kernel/linux/linux-dtb.inc index 74f5ef8..8528d64 100644
>> > --- a/meta/recipes-kernel/linux/linux-dtb.inc
>> > +++ b/meta/recipes-kernel/linux/linux-dtb.inc
>> > @@ -33,12 +33,13 @@ do_compile_append() {
>> >
>> >  do_install_append() {
>> >
>> >         for DTB in ${KERNEL_DEVICETREE}; do
>> >
>> >                 DTB=`normalize_dtb "${DTB}"`
>> >
>> > -               DTB_BASE_NAME=`basename ${DTB} .dtb`
>> > +               DTB_EXT=${DTB##*.}
>>
>> Bashism, no?
>
> No:
>
>   http://pubs.opengroup.org/onlinepubs/009695399/utilities/xcu_chap02.html
>
Anything wrong with this patch. The orinal patch was sent end of May!

Andreas
-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to