summaryrefslogtreecommitdiffstats
path: root/meta-filesystems
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2026-03-17 23:28:31 +0800
committerKhem Raj <raj.khem@gmail.com>2026-03-18 14:33:31 -0700
commitfe64fb04967da20124ad5f8e369153b10777e0c9 (patch)
tree7e1fe65e095692e0b156ed6c5c9d4a4c10ececfa /meta-filesystems
parent87e26e47695b3a85fc46a4d2a6a9f32c38a5cad7 (diff)
downloadmeta-openembedded-fe64fb04967da20124ad5f8e369153b10777e0c9.tar.gz
ntfs-3g-ntfsprogs: update UPSTREAM_CHECK_GITTAGREGEX
Update UPSTREAM_CHECK_GITTAGREGEX to check the correct latest stable verison. Before the patch: $ devtool latest-version ntfs-3g-ntfsprogs INFO: Current version: 2022.10.3 INFO: Latest version: 20070925 INFO: Latest version's commit: e859b1b1099d6fb8080f84db7f3790ab2bdc92e4 $ devtool latest-version ntfs-3g-ntfsprogs INFO: Current version: 2022.10.3 INFO: Latest version: 2022.10.3 INFO: Latest version's commit: 78414d93613532fd82f3a82aba5d4a1c32898781 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-filesystems')
-rw-r--r--meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2022.10.3.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2022.10.3.bb b/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2022.10.3.bb
index c91e18a0d7..3a7dd783b9 100644
--- a/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2022.10.3.bb
+++ b/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2022.10.3.bb
@@ -12,8 +12,7 @@ SRC_URI = "git://github.com/tuxera/ntfs-3g;protocol=https;branch=edge;tag=${PV}
12" 12"
13SRCREV = "78414d93613532fd82f3a82aba5d4a1c32898781" 13SRCREV = "78414d93613532fd82f3a82aba5d4a1c32898781"
14 14
15UPSTREAM_CHECK_URI = "https://github.com/tuxera/ntfs-3g/releases" 15UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
16UPSTREAM_CHECK_REGEX = "releases/tag/(?P<pver>\d+(\.\d+)+)"
17 16
18inherit autotools pkgconfig 17inherit autotools pkgconfig
19 18