[oe] [meta-networking][rocko][PATCH] civetweb: Add new recipe for v1.10 version

Krzysztof Kozlowski krzk at kernel.org
Wed Apr 18 08:00:27 UTC 2018


On Wed, Apr 18, 2018 at 9:40 AM, Khem Raj <raj.khem at gmail.com> wrote:
>
>
> On 4/17/18 5:15 AM, Krzysztof Kozlowski wrote:
>>
>> Add recipe for CivetWeb: easy to use, powerful, C/C++ embeddable web
>> server with optional CGI, SSL and Lua support, under MIT license.
>>
>> CivetWeb provides C and C++ libraries and a standalone server binary.
>>
>> Signed-off-by: Krzysztof Kozlowski <krzk at kernel.org>
>> ---
>>   .../recipes-connectivity/civetweb/civetweb_1.10.bb | 34
>> ++++++++++++++++++++++
>>   1 file changed, 34 insertions(+)
>>   create mode 100644
>> meta-networking/recipes-connectivity/civetweb/civetweb_1.10.bb
>>
>> diff --git
>> a/meta-networking/recipes-connectivity/civetweb/civetweb_1.10.bb
>> b/meta-networking/recipes-connectivity/civetweb/civetweb_1.10.bb
>> new file mode 100644
>> index 000000000000..35af45680818
>> --- /dev/null
>> +++ b/meta-networking/recipes-connectivity/civetweb/civetweb_1.10.bb
>> @@ -0,0 +1,34 @@
>> +SUMMARY = "Civetweb embedded web server"
>> +HOMEPAGE = "https://github.com/civetweb/civetweb"
>> +
>> +LICENSE = "MIT"
>> +LIC_FILES_CHKSUM =
>> "file://LICENSE.md;md5=da079d81be91ff1d1ca56dcd751f897f"
>> +
>> +SRC_URI = " \
>> +    git://github.com/civetweb/civetweb.git;tag=v${PV} \
>
>
> its better to use SHA version corresponding to this tag, tags result in
> fetcher n/w access and builds might fail when n/w access is disabled,
> secondly tags are floating types and can be moved.

Right, thanks for feedback. I'll send v2.

BR,
Krzysztof



More information about the Openembedded-devel mailing list