Skip to content

Commit

Permalink
kas/common/base: update isar to latest revision
Browse files Browse the repository at this point in the history
- Update to latest ISAR revision
- Use SRC_APT for apt packages (vs SRC_URI). Here, for gnutls package.

Signed-off-by: Badrikesh Prusty <badrikesh.prusty@siemens.com>
  • Loading branch information
baprusty committed Mar 8, 2024
1 parent aecc0f7 commit 127d744
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kas/common/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repos:
meta-isar:
isar:
url: https://github.com/ilbers/isar.git
commit: f0ba8583f2db75dd1736c1d2248d5e6bc86ea17b
commit: ac9b9031fcaad47b7163598924198954f6523e3f
layers:
meta:
meta-isar:
Expand Down
4 changes: 2 additions & 2 deletions meta-isar/recipes-crypto/gnutls/gnutls28.bb
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

inherit dpkg

SRC_URI = "apt://${PN} \
file://changelog.tmpl"
SRC_APT = "${PN}"
SRC_URI = "file://changelog.tmpl"

DEB_BUILD_OPTIONS += "nocheck"

Expand Down

0 comments on commit 127d744

Please sign in to comment.