* [PATCH] meta-isar: Update libhello and hello-isar
@ 2024-02-08 9:50 Anton Mikanovich
2024-02-16 6:06 ` Uladzimir Bely
0 siblings, 1 reply; 2+ messages in thread
From: Anton Mikanovich @ 2024-02-08 9:50 UTC (permalink / raw)
To: isar-users; +Cc: Anton Mikanovich
Update libhello package from v0.1 to v0.3 and hello-isar package from
v0.3 to v0.5 to remove some warnings from build logs.
Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
---
meta-isar/recipes-app/hello-isar/hello-isar.bb | 6 +++---
meta-isar/recipes-app/libhello/libhello.bb | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/meta-isar/recipes-app/hello-isar/hello-isar.bb b/meta-isar/recipes-app/hello-isar/hello-isar.bb
index 51dac2b7..6304b6b4 100644
--- a/meta-isar/recipes-app/hello-isar/hello-isar.bb
+++ b/meta-isar/recipes-app/hello-isar/hello-isar.bb
@@ -1,14 +1,14 @@
# Sample application
#
# This software is a part of ISAR.
-# Copyright (C) 2015-2018 ilbers GmbH
+# Copyright (C) 2015-2024 ilbers GmbH
DESCRIPTION = "Sample application for ISAR"
LICENSE = "gpl-2.0"
LIC_FILES_CHKSUM = "file://${LAYERDIR_core}/licenses/COPYING.GPLv2;md5=751419260aa954499f7abaabaa882bbe"
-PV = "0.3-a18c14c"
+PV = "0.5-b48d156"
# NOTE: the following line duplicates the content in 'debian/control', but
# for now it's the only way to correctly build bitbake pipeline.
@@ -18,7 +18,7 @@ SRC_URI = " \
git://github.com/ilbers/hello.git;protocol=https;branch=master;destsuffix=${P} \
file://subdir/0001-Add-some-help.patch \
file://yet-another-change.txt;apply=yes;striplevel=0"
-SRCREV = "a18c14cc11ce6b003f3469e89223cffb4016861d"
+SRCREV = "b48d15629667377f544e71c7310b80a71d00d9dd"
inherit dpkg
diff --git a/meta-isar/recipes-app/libhello/libhello.bb b/meta-isar/recipes-app/libhello/libhello.bb
index 71604bf5..88fbee10 100644
--- a/meta-isar/recipes-app/libhello/libhello.bb
+++ b/meta-isar/recipes-app/libhello/libhello.bb
@@ -1,17 +1,17 @@
# Sample shared library
#
# This software is a part of ISAR.
-# Copyright (C) 2017-2018 ilbers GmbH
+# Copyright (C) 2017-2024 ilbers GmbH
DESCRIPTION = "Sample shared library for ISAR"
LICENSE = "gpl-2.0"
LIC_FILES_CHKSUM = "file://${LAYERDIR_core}/licenses/COPYING.GPLv2;md5=751419260aa954499f7abaabaa882bbe"
-PV = "0.1-98f2e41"
+PV = "0.3-f4a5669"
SRC_URI = "git://github.com/ilbers/libhello.git;protocol=https;branch=master;destsuffix=${P}"
-SRCREV = "98f2e41e7d05ab8d19b0c5d160b104b725c8fd93"
+SRCREV = "f4a5669c8c63f7cae8ff268cbf298dd45865b974"
inherit dpkg
--
2.34.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] meta-isar: Update libhello and hello-isar
2024-02-08 9:50 [PATCH] meta-isar: Update libhello and hello-isar Anton Mikanovich
@ 2024-02-16 6:06 ` Uladzimir Bely
0 siblings, 0 replies; 2+ messages in thread
From: Uladzimir Bely @ 2024-02-16 6:06 UTC (permalink / raw)
To: Anton Mikanovich, isar-users
On Thu, 2024-02-08 at 11:50 +0200, Anton Mikanovich wrote:
> Update libhello package from v0.1 to v0.3 and hello-isar package from
> v0.3 to v0.5 to remove some warnings from build logs.
>
> Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
> ---
> meta-isar/recipes-app/hello-isar/hello-isar.bb | 6 +++---
> meta-isar/recipes-app/libhello/libhello.bb | 6 +++---
> 2 files changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/meta-isar/recipes-app/hello-isar/hello-isar.bb b/meta-
> isar/recipes-app/hello-isar/hello-isar.bb
> index 51dac2b7..6304b6b4 100644
> --- a/meta-isar/recipes-app/hello-isar/hello-isar.bb
> +++ b/meta-isar/recipes-app/hello-isar/hello-isar.bb
> @@ -1,14 +1,14 @@
> # Sample application
> #
> # This software is a part of ISAR.
> -# Copyright (C) 2015-2018 ilbers GmbH
> +# Copyright (C) 2015-2024 ilbers GmbH
>
> DESCRIPTION = "Sample application for ISAR"
>
> LICENSE = "gpl-2.0"
> LIC_FILES_CHKSUM =
> "file://${LAYERDIR_core}/licenses/COPYING.GPLv2;md5=751419260aa954499
> f7abaabaa882bbe"
>
> -PV = "0.3-a18c14c"
> +PV = "0.5-b48d156"
>
> # NOTE: the following line duplicates the content in
> 'debian/control', but
> # for now it's the only way to correctly build bitbake
> pipeline.
> @@ -18,7 +18,7 @@ SRC_URI = " \
>
> git://github.com/ilbers/hello.git;protocol=https;branch=master;destsu
> ffix=${P} \
> file://subdir/0001-Add-some-help.patch \
> file://yet-another-change.txt;apply=yes;striplevel=0"
> -SRCREV = "a18c14cc11ce6b003f3469e89223cffb4016861d"
> +SRCREV = "b48d15629667377f544e71c7310b80a71d00d9dd"
>
> inherit dpkg
>
> diff --git a/meta-isar/recipes-app/libhello/libhello.bb b/meta-
> isar/recipes-app/libhello/libhello.bb
> index 71604bf5..88fbee10 100644
> --- a/meta-isar/recipes-app/libhello/libhello.bb
> +++ b/meta-isar/recipes-app/libhello/libhello.bb
> @@ -1,17 +1,17 @@
> # Sample shared library
> #
> # This software is a part of ISAR.
> -# Copyright (C) 2017-2018 ilbers GmbH
> +# Copyright (C) 2017-2024 ilbers GmbH
>
> DESCRIPTION = "Sample shared library for ISAR"
>
> LICENSE = "gpl-2.0"
> LIC_FILES_CHKSUM =
> "file://${LAYERDIR_core}/licenses/COPYING.GPLv2;md5=751419260aa954499
> f7abaabaa882bbe"
>
> -PV = "0.1-98f2e41"
> +PV = "0.3-f4a5669"
>
> SRC_URI =
> "git://github.com/ilbers/libhello.git;protocol=https;branch=master;de
> stsuffix=${P}"
> -SRCREV = "98f2e41e7d05ab8d19b0c5d160b104b725c8fd93"
> +SRCREV = "f4a5669c8c63f7cae8ff268cbf298dd45865b974"
>
> inherit dpkg
>
> --
> 2.34.1
>
Applied to next.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-02-16 6:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-08 9:50 [PATCH] meta-isar: Update libhello and hello-isar Anton Mikanovich
2024-02-16 6:06 ` Uladzimir Bely
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox