[oe-commits] [meta-openembedded] 04/05: breakpad: Drop SRCPV from PV

git at git.openembedded.org git at git.openembedded.org
Mon Feb 4 18:12:30 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 3a0a0024bf0bcc1ddc6f5a67a0f646258108e6eb
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Mon Feb 4 00:12:42 2019 -0800

    breakpad: Drop SRCPV from PV
    
    This causes errors like
    OSError: [Errno 36] File name too long:
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-devtools/breakpad/breakpad_git.bb | 4 ++--
 1 file 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 528c237..5f9a72e 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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list