summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-bsp/con2fbmap/con2fbmap_git.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-bsp/con2fbmap/con2fbmap_git.bb b/meta-oe/recipes-bsp/con2fbmap/con2fbmap_git.bb
index 302a61e8a8..b623d0525a 100644
--- a/meta-oe/recipes-bsp/con2fbmap/con2fbmap_git.bb
+++ b/meta-oe/recipes-bsp/con2fbmap/con2fbmap_git.bb
@@ -13,6 +13,9 @@ SRC_URI = "git://gitlab.com/pibox/con2fbmap.git;protocol=https;branch=master \
13 file://0001-con2fbmap-Add-missing-include-on-string.h.patch \ 13 file://0001-con2fbmap-Add-missing-include-on-string.h.patch \
14 " 14 "
15 15
16# Upstream repo does not tag
17UPSTREAM_CHECK_COMMITS = "1"
18
16S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
17 20
18inherit autotools 21inherit autotools