diff options
| author | Khem Raj <raj.khem@gmail.com> | 2021-10-30 11:03:50 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-11-01 05:45:17 -0700 |
| commit | b66ad223244977acd2ec38ab38b7ed896fb80429 (patch) | |
| tree | b7f9ef0a2648ab5a26dd448b126cf7e169bce288 /meta-networking/recipes-support/mtr | |
| parent | a61be25234b879d1f523fb6208054432390a67d9 (diff) | |
| download | meta-openembedded-b66ad223244977acd2ec38ab38b7ed896fb80429.tar.gz | |
mtr: Explicitly use branch= in SRC_URI
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/mtr')
| -rw-r--r-- | meta-networking/recipes-support/mtr/mtr_0.94.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/mtr/mtr_0.94.bb b/meta-networking/recipes-support/mtr/mtr_0.94.bb index c066be1428..0ee0b85be8 100644 --- a/meta-networking/recipes-support/mtr/mtr_0.94.bb +++ b/meta-networking/recipes-support/mtr/mtr_0.94.bb | |||
| @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | |||
| 9 | file://ui/mtr.c;beginline=5;endline=16;md5=00a894a39d53726a27386534d1c4e468" | 9 | file://ui/mtr.c;beginline=5;endline=16;md5=00a894a39d53726a27386534d1c4e468" |
| 10 | 10 | ||
| 11 | SRCREV = "2c73cbf4094e4eed343ed11ae5bab2580f3122d1" | 11 | SRCREV = "2c73cbf4094e4eed343ed11ae5bab2580f3122d1" |
| 12 | SRC_URI = "git://github.com/traviscross/mtr \ | 12 | SRC_URI = "git://github.com/traviscross/mtr;branch=master \ |
| 13 | file://0001-Fix-a-lot-of-Werror-format-security-errors-in-printw.patch \ | 13 | file://0001-Fix-a-lot-of-Werror-format-security-errors-in-printw.patch \ |
| 14 | " | 14 | " |
| 15 | 15 | ||
