summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-bsp/firmwared/firmwared_git.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-bsp/firmwared/firmwared_git.bb b/meta-oe/recipes-bsp/firmwared/firmwared_git.bb
index f3760a40e6..2b7ed256eb 100644
--- a/meta-oe/recipes-bsp/firmwared/firmwared_git.bb
+++ b/meta-oe/recipes-bsp/firmwared/firmwared_git.bb
@@ -13,6 +13,9 @@ SRC_URI = "git://github.com/teg/firmwared.git;branch=master;protocol=https \
13PV = "0+git" 13PV = "0+git"
14SRCREV = "2e6b5db43d63a5c0283a4cae9a6a20b7ad107a04" 14SRCREV = "2e6b5db43d63a5c0283a4cae9a6a20b7ad107a04"
15 15
16# Upstream repo does not tag
17UPSTREAM_CHECK_COMMITS = "1"
18
16S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
17 20
18DEPENDS = "glib-2.0 systemd" 21DEPENDS = "glib-2.0 systemd"