All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][meta-networking] kronosnet: update to 1.18
@ 2020-07-26 12:20 Oleksandr Kravchuk
  2020-07-30  5:19 ` [oe] " Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Oleksandr Kravchuk @ 2020-07-26 12:20 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Oleksandr Kravchuk

Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
---
 .../{kronosnet_1.15.bb => kronosnet_1.18.bb}          | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)
 rename meta-networking/recipes-extended/kronosnet/{kronosnet_1.15.bb => kronosnet_1.18.bb} (67%)

diff --git a/meta-networking/recipes-extended/kronosnet/kronosnet_1.15.bb b/meta-networking/recipes-extended/kronosnet/kronosnet_1.18.bb
similarity index 67%
rename from meta-networking/recipes-extended/kronosnet/kronosnet_1.15.bb
rename to meta-networking/recipes-extended/kronosnet/kronosnet_1.18.bb
index 6bf268da9d..7b1dfc2411 100644
--- a/meta-networking/recipes-extended/kronosnet/kronosnet_1.15.bb
+++ b/meta-networking/recipes-extended/kronosnet/kronosnet_1.18.bb
@@ -1,7 +1,9 @@
 # Copyright (C) 2020 Khem Raj <raj.khem@gmail.com>
 # Released under the MIT license (see COPYING.MIT for the terms)
 
-SUMMARY = " Kronosnet, often referred to as knet, is a network abstraction layer designed for High Availability use cases, where redundancy, security, fault tolerance and fast fail-over are the core requirements of your application."
+SUMMARY = "Kronosnet, often referred to as knet, is a network abstraction layer \
+           designed for High Availability use cases, where redundancy, security, \
+           fault tolerance and fast fail-over are the core requirements of your application."
 HOMEPAGE = "https://kronosnet.org/"
 LICENSE = "GPL-2.0+ & LGPL-2.1"
 LIC_FILES_CHKSUM = "file://COPYING.applications;md5=751419260aa954499f7abaabaa882bbe \
@@ -9,9 +11,11 @@ LIC_FILES_CHKSUM = "file://COPYING.applications;md5=751419260aa954499f7abaabaa88
 SECTION = "libs"
 DEPENDS = "doxygen-native libqb-native libxml2-native bzip2 libqb libxml2 libnl lksctp-tools lz4 lzo openssl nss xz zlib zstd"
 
-SRCREV = "0ba5985c3ddec8429b989f0e7bd3324f53e0a9b0"
+SRCREV = "e1f3d4fb4906a26bf155a0e3fff2b6cb02be4dd2"
 SRC_URI = "git://github.com/kronosnet/kronosnet;protocol=https;branch=stable1"
 
+UPSTREAM_CHECK_URI = "https://github.com/kronosnet/kronosnet/releases"
+
 inherit autotools
 
 S = "${WORKDIR}/git"
@@ -21,3 +25,6 @@ S = "${WORKDIR}/git"
 #                                                             ^~~~~~~~~~~~~~~~~~~~~~~
 CFLAGS_append_toolchain-clang = " -Wno-sign-compare"
 
+PACKAGECONFIG[man] = "enable_man="yes", --disable-man, "
+
+PACKAGECONFIG_remove = "man"
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [oe] [PATCH][meta-networking] kronosnet: update to 1.18
  2020-07-26 12:20 [PATCH][meta-networking] kronosnet: update to 1.18 Oleksandr Kravchuk
@ 2020-07-30  5:19 ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2020-07-30  5:19 UTC (permalink / raw)
  To: Oleksandr Kravchuk, openembedded-devel



On 7/26/20 5:20 AM, Oleksandr Kravchuk wrote:
> Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
> ---
>   .../{kronosnet_1.15.bb => kronosnet_1.18.bb}          | 11 +++++++++--
>   1 file changed, 9 insertions(+), 2 deletions(-)
>   rename meta-networking/recipes-extended/kronosnet/{kronosnet_1.15.bb => kronosnet_1.18.bb} (67%)
> 
> diff --git a/meta-networking/recipes-extended/kronosnet/kronosnet_1.15.bb b/meta-networking/recipes-extended/kronosnet/kronosnet_1.18.bb
> similarity index 67%
> rename from meta-networking/recipes-extended/kronosnet/kronosnet_1.15.bb
> rename to meta-networking/recipes-extended/kronosnet/kronosnet_1.18.bb
> index 6bf268da9d..7b1dfc2411 100644
> --- a/meta-networking/recipes-extended/kronosnet/kronosnet_1.15.bb
> +++ b/meta-networking/recipes-extended/kronosnet/kronosnet_1.18.bb
> @@ -1,7 +1,9 @@
>   # Copyright (C) 2020 Khem Raj <raj.khem@gmail.com>
>   # Released under the MIT license (see COPYING.MIT for the terms)
>   
> -SUMMARY = " Kronosnet, often referred to as knet, is a network abstraction layer designed for High Availability use cases, where redundancy, security, fault tolerance and fast fail-over are the core requirements of your application."
> +SUMMARY = "Kronosnet, often referred to as knet, is a network abstraction layer \
> +           designed for High Availability use cases, where redundancy, security, \
> +           fault tolerance and fast fail-over are the core requirements of your application."
>   HOMEPAGE = "https://kronosnet.org/"
>   LICENSE = "GPL-2.0+ & LGPL-2.1"
>   LIC_FILES_CHKSUM = "file://COPYING.applications;md5=751419260aa954499f7abaabaa882bbe \
> @@ -9,9 +11,11 @@ LIC_FILES_CHKSUM = "file://COPYING.applications;md5=751419260aa954499f7abaabaa88
>   SECTION = "libs"
>   DEPENDS = "doxygen-native libqb-native libxml2-native bzip2 libqb libxml2 libnl lksctp-tools lz4 lzo openssl nss xz zlib zstd"
>   
> -SRCREV = "0ba5985c3ddec8429b989f0e7bd3324f53e0a9b0"
> +SRCREV = "e1f3d4fb4906a26bf155a0e3fff2b6cb02be4dd2"
>   SRC_URI = "git://github.com/kronosnet/kronosnet;protocol=https;branch=stable1"
>   
> +UPSTREAM_CHECK_URI = "https://github.com/kronosnet/kronosnet/releases"
> +
>   inherit autotools
>   
>   S = "${WORKDIR}/git"
> @@ -21,3 +25,6 @@ S = "${WORKDIR}/git"
>   #                                                             ^~~~~~~~~~~~~~~~~~~~~~~
>   CFLAGS_append_toolchain-clang = " -Wno-sign-compare"
>   
> +PACKAGECONFIG[man] = "enable_man="yes", --disable-man, "
> +

Perhaps it can inherit manpage class ?

> +PACKAGECONFIG_remove = "man"

remove will override any other operation, which means there is no way to 
enable the manpages via bappends or so,

> 
> 
> 
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-30  5:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-26 12:20 [PATCH][meta-networking] kronosnet: update to 1.18 Oleksandr Kravchuk
2020-07-30  5:19 ` [oe] " Khem Raj

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.