[oe] [meta-networking][PATCH 02/12] geoip-perl: add UPSTREAM_CHECK_URI
Yi Zhao
yi.zhao at windriver.com
Wed May 30 00:21:38 UTC 2018
在 2018年05月30日 00:49, Khem Raj 写道:
> On Tue, May 29, 2018 at 12:09 AM, Yi Zhao <yi.zhao at windriver.com> wrote:
>>
>> 在 2018年05月25日 15:54, Yi Zhao 写道:
>>> Signed-off-by: Yi Zhao <yi.zhao at windriver.com>
>>> ---
>>> meta-networking/recipes-support/geoip/geoip-perl_1.50.bb | 3 +++
>>> 1 file changed, 3 insertions(+)
>>>
>>> diff --git a/meta-networking/recipes-support/geoip/geoip-perl_1.50.bb
>>> b/meta-networking/recipes-support/geoip/geoip-perl_1.50.bb
>>> index a8c8bcf..0a89be5 100644
>>> --- a/meta-networking/recipes-support/geoip/geoip-perl_1.50.bb
>>> +++ b/meta-networking/recipes-support/geoip/geoip-perl_1.50.bb
>>> @@ -18,6 +18,9 @@ SRC_URI =
>>> "http://github.com/maxmind/geoip-api-perl/archive/v${PV}.tar.gz;downlo
>>> SRC_URI[md5sum] = "2d7f8b1b54e6ba6d9e3fefce52675815"
>>> SRC_URI[sha256sum] =
>>> "86da0dd67f417a43dc70f15a49bd3619f668970c117b9e7f737b4ab246c240a6"
>>> +UPSTREAM_CHECK_URI = "https://github.com/maxmind/geoip-api-perl/tags"
>>> +UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
>>
>> The UPSTREAM_CHECK_GITTAGREGEX should be removed. I had sent V2 patch.
> Please rebase it on top of current master and send a v3
This patch can be dropped since the recipe switches to use git:// as
SRC_URI. bitbake -c checkpkg can work well now.
//Yi
>
More information about the Openembedded-devel
mailing list