diff options
| author | Hongxu Jia <hongxu.jia@windriver.com> | 2018-11-27 16:32:42 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2018-11-27 11:13:36 -0800 |
| commit | 9f59e6c1bf5cfe7ae3e92f52923f7ddf56e6ce3c (patch) | |
| tree | 1af8603b1d909ece6386f47e673cc3df8e930dc1 | |
| parent | 9e0684a4739875c11de36d81e709b4119d61fb11 (diff) | |
| download | meta-openembedded-9f59e6c1bf5cfe7ae3e92f52923f7ddf56e6ce3c.tar.gz | |
libbytesize: 1.3 -> 1.4
Remove redundant PV assignment
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/libbytesize/libbytesize_1.4.bb (renamed from meta-oe/recipes-support/libbytesize/libbytesize_1.3.bb) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/libbytesize/libbytesize_1.3.bb b/meta-oe/recipes-support/libbytesize/libbytesize_1.4.bb index caf84de2c5..863ce428f1 100644 --- a/meta-oe/recipes-support/libbytesize/libbytesize_1.3.bb +++ b/meta-oe/recipes-support/libbytesize/libbytesize_1.4.bb | |||
| @@ -9,8 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c07cb499d259452f324bb90c3067d85c" | |||
| 9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
| 10 | B = "${S}" | 10 | B = "${S}" |
| 11 | 11 | ||
| 12 | SRCREV = "b0dcf6f457d700127b43c0e0a198253c266b78ae" | 12 | SRCREV = "ebbda2217d177d2a17f917d7a3e3d132a26db791" |
| 13 | PV = "1.3+git${SRCPV}" | ||
| 14 | SRC_URI = "git://github.com/rhinstaller/libbytesize;branch=master \ | 13 | SRC_URI = "git://github.com/rhinstaller/libbytesize;branch=master \ |
| 15 | " | 14 | " |
| 16 | 15 | ||
