| Message ID | 20231030222448.1474551-1-raj.khem@gmail.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-oe] emlog: Add PV | expand |
Why with explicit +git{SRCPV} for nanbield and master? I thought we don't
use that since:
https://lists.openembedded.org/g/openembedded-core/message/185842
On Mon, Oct 30, 2023 at 11:24 PM Khem Raj <raj.khem@gmail.com> wrote:
> This is 0.70 release with few more commits on top.
>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
> meta-oe/recipes-core/emlog/emlog.inc | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-oe/recipes-core/emlog/emlog.inc
> b/meta-oe/recipes-core/emlog/emlog.inc
> index 0972aff32c..160a5a9f87 100644
> --- a/meta-oe/recipes-core/emlog/emlog.inc
> +++ b/meta-oe/recipes-core/emlog/emlog.inc
> @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM =
> "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
>
> SRC_URI = "git://
> github.com/nicupavel/emlog.git;protocol=https;branch=master"
> SRCREV = "a9bbf324fde131ff4cf064e32674086c4ced4dca"
> -
> +PV = "0.70+git${SRCPV}"
> S = "${WORKDIR}/git"
>
> EXTRA_OEMAKE += " \
> --
> 2.42.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#105799):
> https://lists.openembedded.org/g/openembedded-devel/message/105799
> Mute This Topic: https://lists.openembedded.org/mt/102286619/3617156
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [
> martin.jansa@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
Good question. On Wed, Nov 8, 2023 at 12:19 AM Martin Jansa <martin.jansa@gmail.com> wrote: > Why with explicit +git{SRCPV} for nanbield and master? I thought we don't > use that since: > https://lists.openembedded.org/g/openembedded-core/message/185842 > > On Mon, Oct 30, 2023 at 11:24 PM Khem Raj <raj.khem@gmail.com> wrote: > >> This is 0.70 release with few more commits on top. >> >> Signed-off-by: Khem Raj <raj.khem@gmail.com> >> --- >> meta-oe/recipes-core/emlog/emlog.inc | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/meta-oe/recipes-core/emlog/emlog.inc >> b/meta-oe/recipes-core/emlog/emlog.inc >> index 0972aff32c..160a5a9f87 100644 >> --- a/meta-oe/recipes-core/emlog/emlog.inc >> +++ b/meta-oe/recipes-core/emlog/emlog.inc >> @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = >> "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" >> >> SRC_URI = "git:// >> github.com/nicupavel/emlog.git;protocol=https;branch=master" >> SRCREV = "a9bbf324fde131ff4cf064e32674086c4ced4dca" >> - >> +PV = "0.70+git${SRCPV}" >> S = "${WORKDIR}/git" >> >> EXTRA_OEMAKE += " \ >> -- >> 2.42.0 >> >> >> -=-=-=-=-=-=-=-=-=-=-=- >> Links: You receive all messages sent to this group. >> View/Reply Online (#105799): >> https://lists.openembedded.org/g/openembedded-devel/message/105799 >> Mute This Topic: https://lists.openembedded.org/mt/102286619/3617156 >> Group Owner: openembedded-devel+owner@lists.openembedded.org >> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [ >> martin.jansa@gmail.com] >> -=-=-=-=-=-=-=-=-=-=-=- >> >>
diff --git a/meta-oe/recipes-core/emlog/emlog.inc b/meta-oe/recipes-core/emlog/emlog.inc index 0972aff32c..160a5a9f87 100644 --- a/meta-oe/recipes-core/emlog/emlog.inc +++ b/meta-oe/recipes-core/emlog/emlog.inc @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" SRC_URI = "git://github.com/nicupavel/emlog.git;protocol=https;branch=master" SRCREV = "a9bbf324fde131ff4cf064e32674086c4ced4dca" - +PV = "0.70+git${SRCPV}" S = "${WORKDIR}/git" EXTRA_OEMAKE += " \
This is 0.70 release with few more commits on top. Signed-off-by: Khem Raj <raj.khem@gmail.com> --- meta-oe/recipes-core/emlog/emlog.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)