[oe] [meta-oe][PATCH] stm32flash: Fix packaging errors

Khem Raj raj.khem at gmail.com
Fri May 18 21:05:08 UTC 2018


On Fri, May 18, 2018 at 1:43 PM, Peter Kjellerstedt
<peter.kjellerstedt at axis.com> wrote:
>> -----Original Message-----
>> From: openembedded-devel-bounces at lists.openembedded.org
>> [mailto:openembedded-devel-bounces at lists.openembedded.org] On Behalf Of
>> Khem Raj
>> Sent: den 18 maj 2018 22:06
>> To: openembedded-devel at lists.openembedded.org
>> Subject: [oe] [meta-oe][PATCH] stm32flash: Fix packaging errors
>>
>> Signed-off-by: Khem Raj <raj.khem at gmail.com>
>> ---
>>  meta-oe/recipes-support/stm32flash/stm32flash_0.5.bb | 12 ++++++------
>>  1 file changed, 6 insertions(+), 6 deletions(-)
>>
>> diff --git a/meta-oe/recipes-support/stm32flash/stm32flash_0.5.bb b/meta-oe/recipes-support/stm32flash/stm32flash_0.5.bb
>> index d401981ff9..59bd1b60e1 100644
>> --- a/meta-oe/recipes-support/stm32flash/stm32flash_0.5.bb
>> +++ b/meta-oe/recipes-support/stm32flash/stm32flash_0.5.bb
>> @@ -1,16 +1,16 @@
>>  SUMMARY = "Open source flash program for STM32 using the ST serial bootloader"
>>  HOMEPAGE = "https://sourceforge.net/projects/stm32flash/"
>>  BUGTRACKER = "https://sourceforge.net/p/stm32flash/tickets/"
>> -LICENSE = "GPLv2"
>> +LICENSE = "GPL-2.0+"
>>  LIC_FILES_CHKSUM = "file://gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
>>
>> -inherit autotools-brokensep
>> -
>>  S = "${WORKDIR}/${PN}"
>
> I missed it in my comments, but Anuj had already pointed it out,
> That ${PN} above should be changed to ${BPN}.

right, I will do that in v2



More information about the Openembedded-devel mailing list