diff options
-rw-r--r-- | meta-oe/recipes-devtools/kconfig-frontends/kconfig-frontends_4.11.0.1.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/kconfig-frontends/kconfig-frontends_4.11.0.1.bb b/meta-oe/recipes-devtools/kconfig-frontends/kconfig-frontends_4.11.0.1.bb index b894f0ba03..efa8c936b4 100644 --- a/meta-oe/recipes-devtools/kconfig-frontends/kconfig-frontends_4.11.0.1.bb +++ b/meta-oe/recipes-devtools/kconfig-frontends/kconfig-frontends_4.11.0.1.bb | |||
@@ -20,6 +20,9 @@ SRC_URI = "git://gitlab.com/ymorin/kconfig-frontends.git;protocol=https;branch=4 | |||
20 | 20 | ||
21 | SRCREV = "f22fce3a308be1c7790ebefc6bbedb33c5f7c86a" | 21 | SRCREV = "f22fce3a308be1c7790ebefc6bbedb33c5f7c86a" |
22 | 22 | ||
23 | # Upstream repo does not tag | ||
24 | UPSTREAM_CHECK_COMMITS = "1" | ||
25 | |||
23 | S = "${WORKDIR}/git" | 26 | S = "${WORKDIR}/git" |
24 | 27 | ||
25 | inherit autotools pkgconfig | 28 | inherit autotools pkgconfig |