All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core][PATCH] busybox: search stable versions for AUH
@ 2021-02-22 15:49 Andrej Valek
  2021-02-22 16:02 ` Richard Purdie
  0 siblings, 1 reply; 8+ messages in thread
From: Andrej Valek @ 2021-02-22 15:49 UTC (permalink / raw)
  To: richard.purdie, openembedded-core; +Cc: open.source, alex.kanavin, Andrej Valek

Signed-off-by: Andrej Valek <andrej.valek@siemens.com>
---
 meta/recipes-core/busybox/busybox.inc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-core/busybox/busybox.inc b/meta/recipes-core/busybox/busybox.inc
index 47fcb59302..253168e2b9 100644
--- a/meta/recipes-core/busybox/busybox.inc
+++ b/meta/recipes-core/busybox/busybox.inc
@@ -13,6 +13,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=de10de48642ab74318e893a61105afbb \
 
 SECTION = "base"
 
+UPSTREAM_CHECK_URI = "https://busybox.net/"
+UPSTREAM_CHECK_REGEX = "BusyBox\ (?P<pver>\d+\.\d+\.\d+)\ \(stable\)"
+
 # Whether to split the suid apps into a seperate binary
 BUSYBOX_SPLIT_SUID ?= "1"
 
-- 
2.11.0


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

end of thread, other threads:[~2021-02-23  9:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-22 15:49 [OE-core][PATCH] busybox: search stable versions for AUH Andrej Valek
2021-02-22 16:02 ` Richard Purdie
2021-02-22 16:39   ` Alexander Kanavin
2021-02-22 17:37     ` Khem Raj
2021-02-22 18:44       ` Alexander Kanavin
2021-02-22 19:13         ` Khem Raj
2021-02-22 20:00           ` Alexander Kanavin
2021-02-23  9:56             ` Bas Mevissen

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.