This works as expected. What made you think it’s broken and needs changing?
Alex On Wed 3. Jan 2024 at 3.47, ChenQi <[email protected]> wrote: > On 1/3/24 00:54, Alexander Kanavin wrote: > > The check already works, at least for me it correctly checks both the > > top level directory and the 'latest' directory: > > ... > > --2024-01-02 16:51:30-- https://sourceware.org/ftp/debugedit/ > > ... > > --2024-01-02 16:51:30-- https://sourceware.org/ftp/debugedit/5.0/ > > ... > > INFO: debugedit 5.0 MATCH Chen > > Qi <[email protected]> > > > > What does devtool output for you, without the patch? > > > > Alex > > The command and output are as below. Pure poky master. No local patches. > > $ devtool check-upgrade-status debugedit > NOTE: Starting bitbake server... > NOTE: Reconnecting to bitbake server... > NOTE: Retrying server connection (#1)... (18:44:43.533538) > Loading cache: 100% > |###########################################################################################################################| > > Time: 0:00:00 > Loaded 1848 entries from dependency cache. > --2024-01-02 18:44:46-- https://sourceware.org/ftp/debugedit/ > Resolving sourceware.org (sourceware.org)... 8.43.85.97, > 2620:52:3:1:0:246e:9693:128c > Connecting to sourceware.org (sourceware.org)|8.43.85.97|:443... > connected. > HTTP request sent, awaiting response... 200 OK > Length: 2602 (2.5K) [text/html] > Saving to: ‘/tmp/wget-index-e1dsj90e/wget-listing-vrofeac4’ > > > 2024-01-02 18:44:46 (330 MB/s) - > ‘/tmp/wget-index-e1dsj90e/wget-listing-vrofeac4’ saved [2602/2602] > > --2024-01-02 18:44:46-- https://sourceware.org/ftp/debugedit/5.0/ > Resolving sourceware.org (sourceware.org)... 8.43.85.97, > 2620:52:3:1:0:246e:9693:128c > Connecting to sourceware.org (sourceware.org)|8.43.85.97|:443... > connected. > HTTP request sent, awaiting response... 200 OK > Length: 1353 (1.3K) [text/html] > Saving to: ‘/tmp/wget-index-qwu98rgj/wget-listing-8esd1gn0’ > > > 2024-01-02 18:44:47 (179 MB/s) - > ‘/tmp/wget-index-qwu98rgj/wget-listing-8esd1gn0’ saved [1353/1353] > > --2024-01-02 18:44:47-- https://sourceware.org/ftp/debugedit/sha512/ > Resolving sourceware.org (sourceware.org)... 8.43.85.97, > 2620:52:3:1:0:246e:9693:128c > Connecting to sourceware.org (sourceware.org)|8.43.85.97|:443... > connected. > HTTP request sent, awaiting response... 404 Not Found > 2024-01-02 18:44:47 ERROR 404: Not Found. > > > > > > On Tue, 2 Jan 2024 at 09:38, Chen Qi via lists.openembedded.org > > <[email protected]> wrote: > >> From: Chen Qi <[email protected]> > >> > >> Add UPSTREAM_CHECK_URI(REGEX) to allow for checking new releases > >> for debugedit recipe. > >> > >> Signed-off-by: Chen Qi <[email protected]> > >> --- > >> meta/recipes-devtools/debugedit/debugedit_5.0.bb | 3 +++ > >> 1 file changed, 3 insertions(+) > >> > >> diff --git a/meta/recipes-devtools/debugedit/debugedit_5.0.bb > b/meta/recipes-devtools/debugedit/debugedit_5.0.bb > >> index 63ad7babd9..3a596f5fea 100644 > >> --- a/meta/recipes-devtools/debugedit/debugedit_5.0.bb > >> +++ b/meta/recipes-devtools/debugedit/debugedit_5.0.bb > >> @@ -9,6 +9,9 @@ LIC_FILES_CHKSUM = > "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ > >> > file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ > >> > file://COPYING3;md5=d32239bcb673463ab874e80d47fae504" > >> > >> +UPSTREAM_CHECK_URI = "https://sourceware.org/ftp/debugedit/" > >> +UPSTREAM_CHECK_REGEX = "(?P<pver>(\d\.\d))/" > >> + > >> SRC_URI = " > https://sourceware.org/ftp/debugedit/${PV}/debugedit-${PV}.tar.xz" > >> > >> SRC_URI:append:libc-musl = "\ > >> -- > >> 2.34.1 > >> > >> > >> > >> > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#193272): https://lists.openembedded.org/g/openembedded-core/message/193272 Mute This Topic: https://lists.openembedded.org/mt/103478272/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
