diff options
| -rw-r--r-- | meta-oe/recipes-extended/networking/mstpd_0.1.1.bb (renamed from meta-oe/recipes-extended/networking/mstpd_git.bb) | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta-oe/recipes-extended/networking/mstpd_git.bb b/meta-oe/recipes-extended/networking/mstpd_0.1.1.bb index b003b52d25..3ac4d5b1fe 100644 --- a/meta-oe/recipes-extended/networking/mstpd_git.bb +++ b/meta-oe/recipes-extended/networking/mstpd_0.1.1.bb | |||
| @@ -1,14 +1,12 @@ | |||
| 1 | LICENSE = "GPL-2.0-or-later" | 1 | LICENSE = "GPL-2.0-or-later" |
| 2 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4325afd396febcb659c36b49533135d4" | 2 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4325afd396febcb659c36b49533135d4" |
| 3 | 3 | ||
| 4 | PV = "0.1.0+git" | ||
| 5 | |||
| 6 | SRC_URI = " \ | 4 | SRC_URI = " \ |
| 7 | git://github.com/mstpd/mstpd;branch=master;protocol=https \ | 5 | git://github.com/mstpd/mstpd;branch=master;protocol=https;tag=${PV} \ |
| 8 | file://bridge-stp \ | 6 | file://bridge-stp \ |
| 9 | file://mstpd.service \ | 7 | file://mstpd.service \ |
| 10 | " | 8 | " |
| 11 | SRCREV = "181c453fc1a00573e19f14960dcc54ad84beea7c" | 9 | SRCREV = "d7dd987b101f277bfef8ac71de7c1d962a424e8e" |
| 12 | 10 | ||
| 13 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+){2,})" | 11 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+){2,})" |
| 14 | 12 | ||
