diff options
-rw-r--r-- | meta-oe/recipes-devtools/libubox/libubox_git.bb | 3 |
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 = "\ | |||
22 | SRCREV = "07413cce72e19520af55dfcbc765484f5ab41dd9" | 22 | SRCREV = "07413cce72e19520af55dfcbc765484f5ab41dd9" |
23 | PV = "1.0.1+git" | 23 | PV = "1.0.1+git" |
24 | 24 | ||
25 | # Upstream repo does not tag | ||
26 | UPSTREAM_CHECK_COMMITS = "1" | ||
27 | |||
25 | S = "${WORKDIR}/git" | 28 | S = "${WORKDIR}/git" |
26 | 29 | ||
27 | inherit cmake pkgconfig | 30 | inherit cmake pkgconfig |