diff options
| author | Alexander Kanavin <alex@linutronix.de> | 2024-08-22 11:34:51 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-08-23 09:12:37 +0100 |
| commit | 468438284410d6001734b4b82cd789a467eabad0 (patch) | |
| tree | 49026fb401e65b65eb3a3e15a6289be226d76467 | |
| parent | 005c9350fbe89bd06b8277f3d7d0e5bb38979605 (diff) | |
| download | poky-468438284410d6001734b4b82cd789a467eabad0.tar.gz | |
sysvinit: take release tarballs from github
Upstream no longer publishes them on savannah, e.g.
release announcement for 3.10:
https://lists.gnu.org/archive/html/sysvinit-devel/2024-07/msg00016.html
There's been several new versions since:
https://github.com/slicer69/sysvinit/releases
(From OE-Core rev: 6cb71eaf3d225de14e62cfc1b76dc8094f8f4aed)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-core/sysvinit/sysvinit_3.04.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-core/sysvinit/sysvinit_3.04.bb b/meta/recipes-core/sysvinit/sysvinit_3.04.bb index fb9d00891c..27ab4162a7 100644 --- a/meta/recipes-core/sysvinit/sysvinit_3.04.bb +++ b/meta/recipes-core/sysvinit/sysvinit_3.04.bb | |||
| @@ -9,7 +9,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ | |||
| 9 | 9 | ||
| 10 | RDEPENDS:${PN} = "${PN}-inittab" | 10 | RDEPENDS:${PN} = "${PN}-inittab" |
| 11 | 11 | ||
| 12 | SRC_URI = "${SAVANNAH_GNU_MIRROR}/sysvinit/sysvinit-${PV}.tar.xz \ | 12 | GITHUB_BASE_URI = "https://github.com/slicer69/${BPN}/releases/" |
| 13 | SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BP}.tar.xz \ | ||
| 13 | file://install.patch \ | 14 | file://install.patch \ |
| 14 | file://crypt-lib.patch \ | 15 | file://crypt-lib.patch \ |
| 15 | file://pidof-add-m-option.patch \ | 16 | file://pidof-add-m-option.patch \ |
| @@ -27,7 +28,7 @@ SRC_URI[sha256sum] = "2a621fe6e4528bc91308b74867ddaaebbdf7753f02395c0c5bae817bd2 | |||
| 27 | 28 | ||
| 28 | S = "${WORKDIR}/sysvinit-${PV}" | 29 | S = "${WORKDIR}/sysvinit-${PV}" |
| 29 | 30 | ||
| 30 | inherit update-alternatives features_check | 31 | inherit update-alternatives features_check github-releases |
| 31 | DEPENDS:append = " update-rc.d-native base-passwd virtual/crypt" | 32 | DEPENDS:append = " update-rc.d-native base-passwd virtual/crypt" |
| 32 | do_package_setscene[depends] = "${MLPREFIX}base-passwd:do_populate_sysroot" | 33 | do_package_setscene[depends] = "${MLPREFIX}base-passwd:do_populate_sysroot" |
| 33 | 34 | ||
