diff options
Diffstat (limited to 'meta-oe/recipes-bsp/con2fbmap/con2fbmap_git.bb')
-rw-r--r-- | meta-oe/recipes-bsp/con2fbmap/con2fbmap_git.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-bsp/con2fbmap/con2fbmap_git.bb b/meta-oe/recipes-bsp/con2fbmap/con2fbmap_git.bb index 302a61e8a8..515c009ead 100644 --- a/meta-oe/recipes-bsp/con2fbmap/con2fbmap_git.bb +++ b/meta-oe/recipes-bsp/con2fbmap/con2fbmap_git.bb | |||
@@ -13,7 +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 | S = "${WORKDIR}/git" | 16 | # Upstream repo does not tag |
17 | UPSTREAM_CHECK_COMMITS = "1" | ||
18 | |||
17 | 19 | ||
18 | inherit autotools | 20 | inherit autotools |
19 | 21 | ||