-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
meta-isar/recipes-python: build HEAD of mtda
Make it easier to build MTDA images with the latest changes by using SRCREV="${AUTOREV}" in the bitbake recipe. Releases will continue to use a fixed git commit hash. The Debian changelog uses a "-0" revision to flag development builds. Signed-off-by: Cedric Hombourger <[email protected]>
- Loading branch information
1 parent
f55fde3
commit d9922f7
Showing
3 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
mtda (0.16-0) testing; urgency=medium | ||
|
||
* Development version | ||
|
||
-- Cedric Hombourger <[email protected]> Fri, 04 Feb 2022 08:00:00 +0100 | ||
|
||
mtda (0.15-1) testing; urgency=medium | ||
|
||
[ Cedric Hombourger ] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
inherit dpkg | ||
|
||
SRC_URI += "git://[email protected]/siemens/mtda.git;protocol=https;branch=master" | ||
SRCREV = "4925f8f1bc1214f78777a7648eac0ac183f11232" | ||
SRCREV = "${AUTOREV}" | ||
S = "${WORKDIR}/git" | ||
|
||
DEPENDS += "zerorpc-python zstandard" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters