diff options
Diffstat (limited to 'meta-oe/recipes-devtools/libubox/libubox_git.bb')
-rw-r--r-- | meta-oe/recipes-devtools/libubox/libubox_git.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/libubox/libubox_git.bb b/meta-oe/recipes-devtools/libubox/libubox_git.bb index 39e18cdafd..394cf9c000 100644 --- a/meta-oe/recipes-devtools/libubox/libubox_git.bb +++ b/meta-oe/recipes-devtools/libubox/libubox_git.bb | |||
@@ -22,7 +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 | S = "${WORKDIR}/git" | 25 | # Upstream repo does not tag |
26 | UPSTREAM_CHECK_COMMITS = "1" | ||
27 | |||
26 | 28 | ||
27 | inherit cmake pkgconfig | 29 | inherit cmake pkgconfig |
28 | 30 | ||