diff options
| author | Joe Slater <jslater@windriver.com> | 2017-01-18 14:39:38 -0800 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-01-25 16:00:00 +0100 |
| commit | 74568b142ba493e81ade58a3e4e7ecea44fa843b (patch) | |
| tree | f716a7febebad48a7f27e0555eecdd1fd24cd873 | |
| parent | 4ab4ed1021c173d60a3e62588a49a252778f6886 (diff) | |
| download | meta-openembedded-74568b142ba493e81ade58a3e4e7ecea44fa843b.tar.gz | |
libubox: derive PV from SRCPV
Currently, PV is "git" and contains no version information.
Signed-off-by: Joe Slater <jslater@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | meta-oe/recipes-devtools/libubox/libubox_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/libubox/libubox_git.bb b/meta-oe/recipes-devtools/libubox/libubox_git.bb index 609281a85e..f9f4e08b71 100644 --- a/meta-oe/recipes-devtools/libubox/libubox_git.bb +++ b/meta-oe/recipes-devtools/libubox/libubox_git.bb | |||
| @@ -19,6 +19,7 @@ SRC_URI = "\ | |||
| 19 | " | 19 | " |
| 20 | 20 | ||
| 21 | SRCREV = "155bf39896f126b1ba121b816922a88dc34c31e3" | 21 | SRCREV = "155bf39896f126b1ba121b816922a88dc34c31e3" |
| 22 | PV = "1.0.1+git${SRCPV}" | ||
| 22 | 23 | ||
| 23 | S = "${WORKDIR}/git" | 24 | S = "${WORKDIR}/git" |
| 24 | 25 | ||
