[OE-core] [PATCH] libcomps: put PV in filename

Böszörményi Zoltán zboszor at pr.hu
Fri Mar 29 18:46:43 UTC 2019


2019. 03. 29. 19:45 keltezéssel, Böszörményi Zoltán írta:
> 2019. 03. 26. 0:44 keltezéssel, Ross Burton írta:
>> This isn't a git snapshot recipe but a release that is fetched over it.  For
>> clarity, put the PV in the filename.
>>
>> Signed-off-by: Ross Burton <ross.burton at intel.com>
>> ---
>>   meta/recipes-devtools/libcomps/{libcomps_git.bb => libcomps_0.1.10.bb} | 1 -
>>   1 file changed, 1 deletion(-)
>>   rename meta/recipes-devtools/libcomps/{libcomps_git.bb => libcomps_0.1.10.bb} (98%)
>>
>> diff --git a/meta/recipes-devtools/libcomps/libcomps_git.bb 
>> b/meta/recipes-devtools/libcomps/libcomps_0.1.10.bb
>> similarity index 98%
>> rename from meta/recipes-devtools/libcomps/libcomps_git.bb
>> rename to meta/recipes-devtools/libcomps/libcomps_0.1.10.bb
>> index ff6820851fe..1c4f3bde65e 100644
>> --- a/meta/recipes-devtools/libcomps/libcomps_git.bb
>> +++ b/meta/recipes-devtools/libcomps/libcomps_0.1.10.bb
>> @@ -9,7 +9,6 @@ SRC_URI = "git://github.com/rpm-software-management/libcomps.git \
>>              file://0001-Add-crc32.c-to-sources-list.patch \
>>              "
>> -PV = "0.1.10"
> 
> # opkg compare-version git "<=" 0.1.10 ; echo $?
> 1
> # opkg compare-version git "<=" 1:0.1.10 ; echo $?
> 0
> 
> You need to increase PE to be able to upgrade the new recipe
> in case you publish this package in a repository.

Sorry, dumb comment, ignore it. PV was overridden inside the recipe.

> 
> Best regards,
> Zoltán Böszörményi
> 
>>   SRCREV = "86a82fcd155c27092340d15a34f5c75c4da88243"
>>   S = "${WORKDIR}/git"
>>
> 



More information about the Openembedded-core mailing list