diff options
| author | Ankur Tyagi <ankur.tyagi85@gmail.com> | 2025-11-05 12:14:09 +1300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-11-04 23:14:25 -0800 |
| commit | ed297578257ef42e03294c3347111fab1ad0f2e0 (patch) | |
| tree | b9734439a32e43f814ade02ced74c4311870041d | |
| parent | c62161e4ab73eec10ad82fcd7a85e8cc75e559b7 (diff) | |
| download | meta-openembedded-ed297578257ef42e03294c3347111fab1ad0f2e0.tar.gz | |
libcdio-paranoia: upgrade 10.2+2.0.1 -> 10.2+2.0.2
The project switched to storing their releases on Github.
Changelog:
https://github.com/libcdio/libcdio-paranoia/releases/tag/release-10.2%2B2.0.2
Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-multimedia/libcdio/libcdio-paranoia_10.2+2.0.2.bb (renamed from meta-oe/recipes-multimedia/libcdio/libcdio-paranoia_10.2+2.0.1.bb) | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/meta-oe/recipes-multimedia/libcdio/libcdio-paranoia_10.2+2.0.1.bb b/meta-oe/recipes-multimedia/libcdio/libcdio-paranoia_10.2+2.0.2.bb index 42507051f6..b880f3f090 100644 --- a/meta-oe/recipes-multimedia/libcdio/libcdio-paranoia_10.2+2.0.1.bb +++ b/meta-oe/recipes-multimedia/libcdio/libcdio-paranoia_10.2+2.0.2.bb | |||
| @@ -1,18 +1,19 @@ | |||
| 1 | SUMMARY = "library to read digital audio CDs with error correction" | 1 | SUMMARY = "library to read digital audio CDs with error correction" |
| 2 | HOMEPAGE = "http://www.gnu.org/software/libcdio/" | 2 | HOMEPAGE = "http://www.gnu.org/software/libcdio/" |
| 3 | BUGTRUCKER = "https://github.com/rocky/libcdio-paranoia/issues/" | 3 | BUGTRUCKER = "https://github.com/libcdio/libcdio-paranoia/issues" |
| 4 | SECTION = "libs" | 4 | SECTION = "libs" |
| 5 | LICENSE = "GPL-3.0-or-later" | 5 | LICENSE = "GPL-3.0-or-later" |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
| 7 | DEPENDS = "libcdio" | 7 | DEPENDS = "libcdio" |
| 8 | 8 | ||
| 9 | SRC_URI = "${GNU_MIRROR}/libcdio/${BP}.tar.bz2" | 9 | SRC_URI = "${GITHUB_BASE_URI}/download/release-${PV}/${BP}.tar.bz2" |
| 10 | SRC_URI[sha256sum] = "33b1cf305ccfbfd03b43936975615000ce538b119989c4bec469577570b60e8a" | 10 | SRC_URI[sha256sum] = "186892539dedd661276014d71318c8c8f97ecb1250a86625256abd4defbf0d0c" |
| 11 | |||
| 12 | GITHUB_BASE_URI = "https://github.com/libcdio/${BPN}/releases/" | ||
| 11 | 13 | ||
| 12 | UPSTREAM_CHECK_URI = "https://github.com/rocky/libcdio-paranoia/releases" | ||
| 13 | UPSTREAM_CHECK_REGEX = "release-(?P<pver>\d+(\.\d+)+\+\d+(\.\d+)+)" | 14 | UPSTREAM_CHECK_REGEX = "release-(?P<pver>\d+(\.\d+)+\+\d+(\.\d+)+)" |
| 14 | 15 | ||
| 15 | inherit autotools pkgconfig | 16 | inherit autotools pkgconfig github-releases |
| 16 | 17 | ||
| 17 | PACKAGES += "${PN}-utils" | 18 | PACKAGES += "${PN}-utils" |
| 18 | 19 | ||
