Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions meta-isar/recipes-conf/local-settings/local-settings_1.0.bb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

inherit dpkg-raw

MAINTAINER = "mtda-users <mtda-users@googlegroups.com>"

include local.inc

do_install() {
Expand Down
1 change: 1 addition & 0 deletions meta-isar/recipes-conf/mtda-repo/mtda-repo_0.1.bb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# Copyright (c) 2026 Siemens AG
# SPDX-License-Identifier: MIT

MAINTAINER = "mtda-users <mtda-users@googlegroups.com>"
DESCRIPTION = "inject mtda binary package feeds into runtime image"

MTDA_APT_URI ??= "https://apt.fury.io/mtda/"
Expand Down
1 change: 1 addition & 0 deletions meta-isar/recipes-www/pyodide/pyodide_0.29.0.bb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ inherit dpkg-raw

PR = "1"
CHANGELOG_V = "${PV}-${PR}"
MAINTAINER = "mtda-users <mtda-users@googlegroups.com>"

SRC_URI = "https://github.com/pyodide/pyodide/releases/download/${PV}/${PN}-${PV}.tar.bz2"
SRC_URI[sha256sum] = "85395f34a808cc8852f3c4a5f5d47f906a8a52fa05e5cd70da33be82f4d86a58"
Expand Down
1 change: 1 addition & 0 deletions meta-isar/recipes-www/pytest-whl/pytest-whl_8.4.1.bb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ inherit dpkg-raw

PR = "1"
CHANGELOG_V = "${PV}-${PR}"
MAINTAINER = "mtda-users <mtda-users@googlegroups.com>"

do_install[network] = "${TASK_USE_NETWORK}"
do_install() {
Expand Down
Loading