breakpad: Drop SRCPV from PV

This causes errors like
OSError: [Errno 36] File name too long:

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2019-02-04 00:12:42 -08:00
parent 6bcca16266
commit 3a0a0024bf

View File

@@ -13,9 +13,9 @@ inherit autotools
BBCLASSEXTEND = "native"
PE = "1"
PE = "2"
PV = "1.0+git${SRCPV}"
PV = "1.0"
SRCREV_FORMAT = "breakpad_gtest_protobuf_lss_gyp"