diff options
| author | Alexandre Truong <alexandre.truong@smile.fr> | 2024-05-28 17:58:53 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-05-29 20:57:55 -0700 |
| commit | 0b96a041fad57b2092ee5efc2a5bf2f7acea1064 (patch) | |
| tree | f2fe4be0233d29e7feff7bdabb7bf473ee5f2c3f /meta-oe | |
| parent | 86b7862ae45aeaa09f9020274bbb57676acba7ca (diff) | |
| download | meta-openembedded-0b96a041fad57b2092ee5efc2a5bf2f7acea1064.tar.gz | |
iniparser: use SHA hash for srcrev
A tag was previously passed which needs a network access to identify the
exact SRCREV (SHA1). This network access breaks mirror testing and is
generaly not considered a good practice. See errors at [0].
Thus, a full SHA hash is being passed. Please have a look at [1]
for further information on the use of SRCREV.
[0]: https://autobuilder.yoctoproject.org/typhoon/#/builders/156/builds/374/steps/17/logs/stdio
[1]: https://docs.yoctoproject.org/ref-manual/variables.html?#term-SRCREV
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>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-support/iniparser/iniparser_4.2.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/iniparser/iniparser_4.2.2.bb b/meta-oe/recipes-support/iniparser/iniparser_4.2.2.bb index 4a1c6db153..8c6c60a79a 100644 --- a/meta-oe/recipes-support/iniparser/iniparser_4.2.2.bb +++ b/meta-oe/recipes-support/iniparser/iniparser_4.2.2.bb | |||
| @@ -4,7 +4,7 @@ HOMEPAGE = "https://gitlab.com/iniparser/iniparser" | |||
| 4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8474d3b745f77e203f1fc82fb0bb7678" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8474d3b745f77e203f1fc82fb0bb7678" |
| 6 | SRCBRANCH = "main" | 6 | SRCBRANCH = "main" |
| 7 | SRCREV = "v${PV}" | 7 | SRCREV = "762715ca6cdba9dcf31a5af9297b444f3b5b8c00" |
| 8 | 8 | ||
| 9 | SRC_URI = "git://gitlab.com/iniparser/iniparser.git;protocol=https;branch=${SRCBRANCH}" | 9 | SRC_URI = "git://gitlab.com/iniparser/iniparser.git;protocol=https;branch=${SRCBRANCH}" |
| 10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
