diff options
| author | Alexandre Truong <alexandre.truong@smile.fr> | 2024-07-30 16:48:34 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-08-09 14:25:09 -0700 |
| commit | b0004f0e1b3abbf5256e40416294ecf1b21ec197 (patch) | |
| tree | b1f3ba0946479af0b26140e6447f6a23cea9418b | |
| parent | bb91a400649d763fcb6caa940b9ec6d47ac7f26c (diff) | |
| download | meta-openembedded-b0004f0e1b3abbf5256e40416294ecf1b21ec197.tar.gz | |
iksemel: include UPSTREAM_CHECK_COMMITS to fix UNKNOWN_BROKEN status
When performing devtool check-upgrade-status, UNKNOWN_BROKEN status appears.
On the upstream source repository, releases are not identified by tags. So,
UPSTREAM_CHECK_COMMITS is set to 1, to find the latest upstream update.
Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr>
Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/iksemel/iksemel_1.5.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/iksemel/iksemel_1.5.bb b/meta-oe/recipes-support/iksemel/iksemel_1.5.bb index 017e7d26a6..b27c2b2e8a 100644 --- a/meta-oe/recipes-support/iksemel/iksemel_1.5.bb +++ b/meta-oe/recipes-support/iksemel/iksemel_1.5.bb | |||
| @@ -11,6 +11,9 @@ SRC_URI = "git://github.com/meduketto/iksemel.git;protocol=https;branch=master \ | |||
| 11 | file://fix-configure-option-parsing.patch \ | 11 | file://fix-configure-option-parsing.patch \ |
| 12 | file://avoid-obsolete-gnutls-apis.patch" | 12 | file://avoid-obsolete-gnutls-apis.patch" |
| 13 | 13 | ||
| 14 | # The current PV is not a git tag but a README content | ||
| 15 | UPSTREAM_CHECK_COMMITS = "1" | ||
| 16 | |||
| 14 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
| 15 | 18 | ||
| 16 | inherit autotools pkgconfig lib_package texinfo | 19 | inherit autotools pkgconfig lib_package texinfo |
