All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 1/2] poco: add UPSTREAM_CHECK_GITTAGREGEX
@ 2020-04-01 15:32 Pierre-Jean Texier
  2020-04-01 15:32 ` [meta-oe][PATCH 2/2] libp11: " Pierre-Jean Texier
  0 siblings, 1 reply; 2+ messages in thread
From: Pierre-Jean Texier @ 2020-04-01 15:32 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Pierre-Jean Texier

Fixes:

INFO: poco                      1.9.4           UNKNOWN_BROKEN  None

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
---
 meta-oe/recipes-support/poco/poco_1.9.4.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-support/poco/poco_1.9.4.bb b/meta-oe/recipes-support/poco/poco_1.9.4.bb
index f1dabcd..fcd5219 100644
--- a/meta-oe/recipes-support/poco/poco_1.9.4.bb
+++ b/meta-oe/recipes-support/poco/poco_1.9.4.bb
@@ -16,6 +16,8 @@ SRC_URI = " \
    "
 SRCREV = "b95393dcc3640807838e8323b4e600e54d2e8116"
 
+UPSTREAM_CHECK_GITTAGREGEX = "poco-(?P<pver>\d+(\.\d+)+)"
+
 S = "${WORKDIR}/git"
 
 inherit cmake ptest
-- 
2.7.4


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

* [meta-oe][PATCH 2/2] libp11: add UPSTREAM_CHECK_GITTAGREGEX
  2020-04-01 15:32 [meta-oe][PATCH 1/2] poco: add UPSTREAM_CHECK_GITTAGREGEX Pierre-Jean Texier
@ 2020-04-01 15:32 ` Pierre-Jean Texier
  0 siblings, 0 replies; 2+ messages in thread
From: Pierre-Jean Texier @ 2020-04-01 15:32 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Pierre-Jean Texier

Fixes:

INFO: libp11                    0.4.10          11              None e1210903291b1de9eabcad26e740a4b2fbcca692

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
---
 meta-oe/recipes-support/libp11/libp11_0.4.10.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-support/libp11/libp11_0.4.10.bb b/meta-oe/recipes-support/libp11/libp11_0.4.10.bb
index 655db49..7fe0640 100644
--- a/meta-oe/recipes-support/libp11/libp11_0.4.10.bb
+++ b/meta-oe/recipes-support/libp11/libp11_0.4.10.bb
@@ -12,6 +12,8 @@ DEPENDS = "libtool openssl"
 SRC_URI = "git://github.com/OpenSC/libp11.git"
 SRCREV = "973d31f3f58d5549ddd8b1f822ce8f72186f9d68"
 
+UPSTREAM_CHECK_GITTAGREGEX = "libp11-(?P<pver>\d+(\.\d+)+)"
+
 S = "${WORKDIR}/git"
 
 inherit autotools pkgconfig
-- 
2.7.4


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

end of thread, other threads:[~2020-04-01 15:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-01 15:32 [meta-oe][PATCH 1/2] poco: add UPSTREAM_CHECK_GITTAGREGEX Pierre-Jean Texier
2020-04-01 15:32 ` [meta-oe][PATCH 2/2] libp11: " Pierre-Jean Texier

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.