All of lore.kernel.org
 help / color / mirror / Atom feed
From: Otavio Salvador <otavio@ossystems.com.br>
To: Khem Raj <raj.khem@gmail.com>
Cc: OpenEmbedded Core Mailing List
	<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 1/4] linux-firmware: Use the included Makefile for install
Date: Sat, 23 Mar 2013 19:12:19 -0300	[thread overview]
Message-ID: <CAP9ODKrAFM64tD+-5Nmtr8NLh7=snzokPHvBHH=cJVj9Tqr4oA@mail.gmail.com> (raw)
In-Reply-To: <CAMKF1spK6DrofoT3wXMbF=JOU+qWRJvE7vukNsdaFjEnS0XDnA@mail.gmail.com>

On Sat, Mar 23, 2013 at 6:21 PM, Khem Raj <raj.khem@gmail.com> wrote:
>
>
> On Saturday, March 23, 2013, Otavio Salvador <otavio@ossystems.com.br>
> wrote:
>> This uses the install procedure included in the Makefile which avoids
>> code dupplication.
>>
>> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
>> ---
>>  .../linux-firmware/linux-firmware/makefile-fix.patch  | 19
>> +++++++++++++++++++
>>  .../linux-firmware/linux-firmware_git.bb              |  6 +++---
>>  2 files changed, 22 insertions(+), 3 deletions(-)
>>  create mode 100644
>> meta/recipes-kernel/linux-firmware/linux-firmware/makefile-fix.patch
>>
>> diff --git
>> a/meta/recipes-kernel/linux-firmware/linux-firmware/makefile-fix.patch
>> b/meta/recipes-kernel/linux-firmware/linux-firmware/makefile-fix.patch
>> new file mode 100644
>> index 0000000..8a23284
>> --- /dev/null
>> +++ b/meta/recipes-kernel/linux-firmware/linux-firmware/makefile-fix.patch
>> @@ -0,0 +1,19 @@
>> +build: Avoid use of bashism and Makefile deployment
>> +
>> +Upstream-Status: Submitted
>> +
>> +Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
>> +
>> +diff --git a/Makefile b/Makefile
>> +index 321a4e2..9bdeef0 100644
>> +--- a/Makefile
>> ++++ b/Makefile
>> +@@ -9,4 +9,7 @@ install:
>> +       mkdir -p $(DESTDIR)$(FIRMWAREDIR)
>> +       cp -r * $(DESTDIR)$(FIRMWAREDIR)
>> +       rm -f $(DESTDIR)/usbdux/*dux $(DESTDIR)/*/*.asm
>> +-      rm $(DESTDIR)$(FIRMWAREDIR)/{WHENCE,LICENSE.*,LICENCE.*}
>> ++      rm $(DESTDIR)$(FIRMWAREDIR)/Makefile
>> ++      rm $(DESTDIR)$(FIRMWAREDIR)/WHENCE
>> ++      rm $(DESTDIR)$(FIRMWAREDIR)/LICENSE.*
>> ++      rm $(DESTDIR)$(FIRMWAREDIR)/LICENCE.*
>
> Can you explain this change ?

From the patch file; I sent it to upstream already

+build: Avoid use of bashism and Makefile deployment


--
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



      reply	other threads:[~2013-03-23 22:29 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-23 20:30 [PATCH 1/4] linux-firmware: Use the included Makefile for install Otavio Salvador
2013-03-23 20:30 ` [PATCH 2/4] linux-firmware: Do not deploy license files in packages Otavio Salvador
2013-03-23 21:23   ` Khem Raj
2013-03-23 22:13     ` Otavio Salvador
2013-03-24 15:01   ` Eric Bénard
2013-03-24 15:42     ` Otavio Salvador
2013-03-24 16:55       ` John Weber
2013-03-24 17:52         ` Eric Bénard
2013-03-23 20:30 ` [PATCH 3/4] linux-firmware: Package vt6656, ath6k, ath9k and ar9170 Otavio Salvador
2013-03-23 20:31 ` [PATCH 4/4] linux-firmware: Add missing license information for wl12xx Otavio Salvador
2013-03-23 21:21 ` [PATCH 1/4] linux-firmware: Use the included Makefile for install Khem Raj
2013-03-23 22:12   ` Otavio Salvador [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAP9ODKrAFM64tD+-5Nmtr8NLh7=snzokPHvBHH=cJVj9Tqr4oA@mail.gmail.com' \
    --to=otavio@ossystems.com.br \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=raj.khem@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.