diff mbox series

[meta-oe,master,scarthgap,v2] jemalloc: add +git to version

Message ID 20240522194603.26231-1-peter.marko@siemens.com
State Accepted
Headers show
Series [meta-oe,master,scarthgap,v2] jemalloc: add +git to version | expand

Commit Message

Marko, Peter May 22, 2024, 7:46 p.m. UTC
From: Peter Marko <peter.marko@siemens.com>

jemalloc was switched from tag to development branch
171 commit ahead.
Adapt PV accordingly.

Signed-off-by: Peter Marko <peter.marko@siemens.com>
---
 meta-oe/recipes-devtools/jemalloc/jemalloc_5.3.0.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Comments

Marko, Peter June 18, 2024, 7:43 a.m. UTC | #1
Gentle ping for scarthgap

-----Original Message-----
From: Marko, Peter (ADV D EU SK BFS1) <Peter.Marko@siemens.com> 
Sent: Wednesday, May 22, 2024 21:46
To: openembedded-devel@lists.openembedded.org
Cc: Marko, Peter (ADV D EU SK BFS1) <Peter.Marko@siemens.com>
Subject: [meta-oe][master][scarthgap][PATCH v2] jemalloc: add +git to version

> From: Peter Marko <peter.marko@siemens.com>
>
> jemalloc was switched from tag to development branch
> 171 commit ahead.
> Adapt PV accordingly.
>
> Signed-off-by: Peter Marko <peter.marko@siemens.com>
> ---
>  meta-oe/recipes-devtools/jemalloc/jemalloc_5.3.0.bb | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/meta-oe/recipes-devtools/jemalloc/jemalloc_5.3.0.bb b/meta-oe/recipes-devtools/jemalloc/jemalloc_5.3.0.bb
> index 7e0272f89..cc21c8bea 100644
> --- a/meta-oe/recipes-devtools/jemalloc/jemalloc_5.3.0.bb
> +++ b/meta-oe/recipes-devtools/jemalloc/jemalloc_5.3.0.bb
> @@ -17,6 +17,8 @@ SRC_URI = "git://github.com/jemalloc/jemalloc.git;branch=dev;protocol=https \
>             file://run-ptest \
>             "
>  SRCREV = "630434bb0ac619f7beec927569782d924c459385"
> +PV_LONG := "${PV}-171-g${SRCREV}"
> +PV .= "+git"
>  
>  S = "${WORKDIR}/git"
>  
> @@ -27,7 +29,7 @@ EXTRA_AUTORECONF += "--exclude=autoheader"
>  EXTRA_OECONF:append:libc-musl = " --with-jemalloc-prefix=je_"
>  # For some reason VERSION file populated only in tarball distribution.
>  # Adding jemalloc version since this recipe is using source code from git tag
> -EXTRA_OECONF:append = " --with-version=${PV}-0-g${SRCREV} --enable-xmalloc"
> +EXTRA_OECONF:append = " --with-version=${PV_LONG} --enable-xmalloc"
>  
>  do_install:append() {
>  	sed -i -e 's@${STAGING_DIR_HOST}@@g' \
> -- 
> 2.30.2
diff mbox series

Patch

diff --git a/meta-oe/recipes-devtools/jemalloc/jemalloc_5.3.0.bb b/meta-oe/recipes-devtools/jemalloc/jemalloc_5.3.0.bb
index 7e0272f89..cc21c8bea 100644
--- a/meta-oe/recipes-devtools/jemalloc/jemalloc_5.3.0.bb
+++ b/meta-oe/recipes-devtools/jemalloc/jemalloc_5.3.0.bb
@@ -17,6 +17,8 @@  SRC_URI = "git://github.com/jemalloc/jemalloc.git;branch=dev;protocol=https \
            file://run-ptest \
            "
 SRCREV = "630434bb0ac619f7beec927569782d924c459385"
+PV_LONG := "${PV}-171-g${SRCREV}"
+PV .= "+git"
 
 S = "${WORKDIR}/git"
 
@@ -27,7 +29,7 @@  EXTRA_AUTORECONF += "--exclude=autoheader"
 EXTRA_OECONF:append:libc-musl = " --with-jemalloc-prefix=je_"
 # For some reason VERSION file populated only in tarball distribution.
 # Adding jemalloc version since this recipe is using source code from git tag
-EXTRA_OECONF:append = " --with-version=${PV}-0-g${SRCREV} --enable-xmalloc"
+EXTRA_OECONF:append = " --with-version=${PV_LONG} --enable-xmalloc"
 
 do_install:append() {
 	sed -i -e 's@${STAGING_DIR_HOST}@@g' \