diff options
| author | Alexandre Truong <alexandre.truong@smile.fr> | 2024-07-22 11:35:05 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-07-24 08:56:41 -0700 |
| commit | 95a78ab106a797de7886d26be1af20fc5029706a (patch) | |
| tree | 60e74ba277f65e5fc61d7adc60fcdfb6e31c3f0e | |
| parent | eae862b66f12def2977d482b4dcb96ff3ae38d7c (diff) | |
| download | meta-openembedded-95a78ab106a797de7886d26be1af20fc5029706a.tar.gz | |
libstatgrab: include UPSTREAM_CHECK_REGEX to fix UNKNOWN_BROKEN status
Adding UPSTREAM_CHECK_REGEX fix UNKNOWN_BROKEN status
from running devtool check-upgrade-status.
The next version of the package can be found from upstream
sources.
Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr>
Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
| -rw-r--r-- | meta-oe/recipes-extended/libstatgrab/libstatgrab_0.92.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/libstatgrab/libstatgrab_0.92.1.bb b/meta-oe/recipes-extended/libstatgrab/libstatgrab_0.92.1.bb index 7498a57049..85d3853f4c 100644 --- a/meta-oe/recipes-extended/libstatgrab/libstatgrab_0.92.1.bb +++ b/meta-oe/recipes-extended/libstatgrab/libstatgrab_0.92.1.bb | |||
| @@ -14,6 +14,7 @@ SRC_URI = "https://github.com/libstatgrab/libstatgrab/releases/download/LIBSTATG | |||
| 14 | SRC_URI[sha256sum] = "5688aa4a685547d7174a8a373ea9d8ee927e766e3cc302bdee34523c2c5d6c11" | 14 | SRC_URI[sha256sum] = "5688aa4a685547d7174a8a373ea9d8ee927e766e3cc302bdee34523c2c5d6c11" |
| 15 | 15 | ||
| 16 | UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases" | 16 | UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases" |
| 17 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\_\d+)+)" | ||
| 17 | 18 | ||
| 18 | # Perl5 is for tests only | 19 | # Perl5 is for tests only |
| 19 | EXTRA_OECONF = "--without-perl5 --with-mnttab=/proc/mounts" | 20 | EXTRA_OECONF = "--without-perl5 --with-mnttab=/proc/mounts" |
