* [meta-oe][PATCH 1/1] libubox: derive PV from SRCPV
@ 2017-01-18 22:39 Joe Slater
2017-01-19 8:58 ` Martin Jansa
0 siblings, 1 reply; 2+ messages in thread
From: Joe Slater @ 2017-01-18 22:39 UTC (permalink / raw)
To: openembedded-devel
Currently, PV is "git" and contains no version information.
Signed-off-by: Joe Slater <jslater@windriver.com>
---
meta-oe/recipes-devtools/libubox/libubox_git.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta-oe/recipes-devtools/libubox/libubox_git.bb b/meta-oe/recipes-devtools/libubox/libubox_git.bb
index 609281a..4d3ffae 100644
--- a/meta-oe/recipes-devtools/libubox/libubox_git.bb
+++ b/meta-oe/recipes-devtools/libubox/libubox_git.bb
@@ -19,6 +19,7 @@ SRC_URI = "\
"
SRCREV = "155bf39896f126b1ba121b816922a88dc34c31e3"
+PV = "git+${SRCPV}"
S = "${WORKDIR}/git"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [meta-oe][PATCH 1/1] libubox: derive PV from SRCPV
2017-01-18 22:39 [meta-oe][PATCH 1/1] libubox: derive PV from SRCPV Joe Slater
@ 2017-01-19 8:58 ` Martin Jansa
0 siblings, 0 replies; 2+ messages in thread
From: Martin Jansa @ 2017-01-19 8:58 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1151 bytes --]
On Wed, Jan 18, 2017 at 02:39:38PM -0800, Joe Slater wrote:
> Currently, PV is "git" and contains no version information.
>
> Signed-off-by: Joe Slater <jslater@windriver.com>
> ---
> meta-oe/recipes-devtools/libubox/libubox_git.bb | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/meta-oe/recipes-devtools/libubox/libubox_git.bb b/meta-oe/recipes-devtools/libubox/libubox_git.bb
> index 609281a..4d3ffae 100644
> --- a/meta-oe/recipes-devtools/libubox/libubox_git.bb
> +++ b/meta-oe/recipes-devtools/libubox/libubox_git.bb
> @@ -19,6 +19,7 @@ SRC_URI = "\
> "
>
> SRCREV = "155bf39896f126b1ba121b816922a88dc34c31e3"
> +PV = "git+${SRCPV}"
Also changed to:
PV = "1.0.1+git${SRCPV}"
based on the version used in:
meta-oe/recipes-devtools/libubox/libubox/0001-version-libraries.patch
>
> S = "${WORKDIR}/git"
>
> --
> 1.7.9.5
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 201 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-01-19 8:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-18 22:39 [meta-oe][PATCH 1/1] libubox: derive PV from SRCPV Joe Slater
2017-01-19 8:58 ` Martin Jansa
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.