diff options
| -rw-r--r-- | meta-oe/recipes-devtools/guider/guider_3.9.9.bb (renamed from meta-oe/recipes-devtools/guider/guider_3.9.8.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-devtools/guider/guider_3.9.8.bb b/meta-oe/recipes-devtools/guider/guider_3.9.9.bb index 0d93297a07..9c956f0ed1 100644 --- a/meta-oe/recipes-devtools/guider/guider_3.9.8.bb +++ b/meta-oe/recipes-devtools/guider/guider_3.9.9.bb | |||
| @@ -1,14 +1,14 @@ | |||
| 1 | SUMMARY = "performance analyzer" | 1 | SUMMARY = "unified performance analyzer" |
| 2 | HOMEPAGE = "https://github.com/iipeace/guider" | 2 | HOMEPAGE = "https://github.com/iipeace/guider" |
| 3 | BUGTRACKER = "https://github.com/iipeace/guider/issues" | 3 | BUGTRACKER = "https://github.com/iipeace/guider/issues" |
| 4 | 4 | ||
| 5 | LICENSE = "GPL-2.0-or-later" | 5 | LICENSE = "GPL-2.0-or-later" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2c1c00f9d3ed9e24fa69b932b7e7aff2" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2c1c00f9d3ed9e24fa69b932b7e7aff2" |
| 7 | 7 | ||
| 8 | PV = "3.9.8+git" | 8 | PV = "3.9.9" |
| 9 | 9 | ||
| 10 | SRC_URI = "git://github.com/iipeace/${BPN};branch=master;protocol=https" | 10 | SRC_URI = "git://github.com/iipeace/${BPN};branch=master;protocol=https;tag=versions/${PV}" |
| 11 | SRCREV = "a502cd93b13235b7539557a91328de00b7c51bc3" | 11 | SRCREV = "118ab61773463e56dedc78f5cf6723b97a4ad946" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
| 14 | 14 | ||
