summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/libubox/libubox_git.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/libubox/libubox_git.bb b/meta-oe/recipes-devtools/libubox/libubox_git.bb
index 39e18cdafd..131929b30e 100644
--- a/meta-oe/recipes-devtools/libubox/libubox_git.bb
+++ b/meta-oe/recipes-devtools/libubox/libubox_git.bb
@@ -22,6 +22,9 @@ SRC_URI = "\
22SRCREV = "07413cce72e19520af55dfcbc765484f5ab41dd9" 22SRCREV = "07413cce72e19520af55dfcbc765484f5ab41dd9"
23PV = "1.0.1+git" 23PV = "1.0.1+git"
24 24
25# Upstream repo does not tag
26UPSTREAM_CHECK_COMMITS = "1"
27
25S = "${WORKDIR}/git" 28S = "${WORKDIR}/git"
26 29
27inherit cmake pkgconfig 30inherit cmake pkgconfig