diff options
| author | Armin Kuster <akuster808@gmail.com> | 2021-11-03 07:12:41 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2021-11-04 08:18:00 -0700 |
| commit | 7e27eb5fca7a22e82251f79103bb12d2b70307fb (patch) | |
| tree | 3fb81ec0571b65b37914cfa2204d01db67216d88 /recipes-ids/tripwire | |
| parent | 8215ed27aa5bc10d6c7dac7783032a8c6fdee297 (diff) | |
| download | meta-security-7e27eb5fca7a22e82251f79103bb12d2b70307fb.tar.gz | |
recipes: Update SRC_URI branch and protocols
This patch updates SRC_URIs using git to include branch=master if no branch is set
and also to use protocol=https for github urls as generated by the conversion script
in OE-Core.
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-ids/tripwire')
| -rw-r--r-- | recipes-ids/tripwire/tripwire_2.4.3.7.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-ids/tripwire/tripwire_2.4.3.7.bb b/recipes-ids/tripwire/tripwire_2.4.3.7.bb index 3a9bc1d..93cb443 100644 --- a/recipes-ids/tripwire/tripwire_2.4.3.7.bb +++ b/recipes-ids/tripwire/tripwire_2.4.3.7.bb | |||
| @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=1c069be8dbbe48e89b580ab4ed86c127" | |||
| 9 | SRCREV = "6e64a9e5b70a909ec439bc5a099e3fcf38c614b0" | 9 | SRCREV = "6e64a9e5b70a909ec439bc5a099e3fcf38c614b0" |
| 10 | 10 | ||
| 11 | SRC_URI = "\ | 11 | SRC_URI = "\ |
| 12 | git://github.com/Tripwire/tripwire-open-source.git \ | 12 | git://github.com/Tripwire/tripwire-open-source.git;branch=master;protocol=https \ |
| 13 | file://tripwire.cron \ | 13 | file://tripwire.cron \ |
| 14 | file://tripwire.sh \ | 14 | file://tripwire.sh \ |
| 15 | file://tripwire.txt \ | 15 | file://tripwire.txt \ |
