aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-02-04 00:12:42 -0800
committerKhem Raj <raj.khem@gmail.com>2019-02-04 10:11:36 -0800
commit3a0a0024bf0bcc1ddc6f5a67a0f646258108e6eb (patch)
tree2aa9c5cf6df212ff796e41f473e2f49a65409a35 /meta-oe
parent6bcca16266dd9ec151f47da6783531da23918aa0 (diff)
downloadmeta-openembedded-contrib-3a0a0024bf0bcc1ddc6f5a67a0f646258108e6eb.tar.gz
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>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-devtools/breakpad/breakpad_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/breakpad/breakpad_git.bb b/meta-oe/recipes-devtools/breakpad/breakpad_git.bb
index 528c237564..5f9a72e0ac 100644
--- a/meta-oe/recipes-devtools/breakpad/breakpad_git.bb
+++ b/meta-oe/recipes-devtools/breakpad/breakpad_git.bb
@@ -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"