overlay sys-kernel/bootengine: Pull changes for systemd 259

Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
This commit is contained in:
Krzesimir Nowak 2026-04-27 17:17:09 +02:00
parent e40dedb27c
commit c21306192c
3 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
DIST bootengine-003a67d93a99705391a0a1fa825f018b074d8e8b.tar.gz 37805 BLAKE2B 25abb7cf425a02c330245c7efc63406ee823fd9921afd39f9b413eda1451fa48ed150dd104cb550f9b81e7445b4c9e50a0ec55077dbf6de0c712cbcb7339dd67 SHA512 a9246398a560a7bbdb7b1d714012fdca65a2475843cfcb5fd20551086165623d248c577b6170fb32a75709a67014b33581c415e4c5410202e29a57e6a0ff6d88
DIST bootengine-4b6125ee81b339aa74e3fffcbcc9560ae193c2b0.tar.gz 38140 BLAKE2B bf91fe2c6261742f64b6bddc68ca194289ca7503043a75f00f759ce536982991f5bb288e79dabb24fcfa381bffd058bbaa10af9106d864b80f1cd958051cdd23 SHA512 e75be7392430dce267f917594d5bd72ab34137cd4fcc5c39c210fc66a25a8bb27f997c0b34465a82e05028b9f567924cfbb99068feda046367e656775149ca56

View File

@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/flatcar/bootengine.git"
inherit git-r3
else
EGIT_VERSION="003a67d93a99705391a0a1fa825f018b074d8e8b" # flatcar-master
EGIT_VERSION="4b6125ee81b339aa74e3fffcbcc9560ae193c2b0" # drop-workaround-systemd-259
SRC_URI="https://github.com/flatcar/bootengine/archive/${EGIT_VERSION}.tar.gz -> ${PN}-${EGIT_VERSION}.tar.gz"
S="${WORKDIR}/${PN}-${EGIT_VERSION}"
KEYWORDS="amd64 arm arm64 x86"