mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 23:48:20 +00:00
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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user