diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-03-21 08:36:11 -0700 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-03-21 16:28:09 -0400 |
commit | 7c73258abc385e4109a22252f947951d75839b61 (patch) | |
tree | b72bdd54f0e3085c605e916eeafb7e87081a8894 | |
parent | ada96ec99c5b512b527cb72b63fb7b2c01968b93 (diff) | |
download | meta-virtualization-7c73258abc385e4109a22252f947951d75839b61.tar.gz |
protobuf-native: Drop PR = 0
Drop PR setting to 0 its default anyway
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r-- | recipes-devtools/protobuf/protobuf-native_3.1.0.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-devtools/protobuf/protobuf-native_3.1.0.bb b/recipes-devtools/protobuf/protobuf-native_3.1.0.bb index 91ab0b3f..c32f6278 100644 --- a/recipes-devtools/protobuf/protobuf-native_3.1.0.bb +++ b/recipes-devtools/protobuf/protobuf-native_3.1.0.bb | |||
@@ -8,8 +8,6 @@ LICENSE = "BSD-3-Clause" | |||
8 | 8 | ||
9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=35953c752efc9299b184f91bef540095" | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=35953c752efc9299b184f91bef540095" |
10 | 10 | ||
11 | PR = "r0" | ||
12 | |||
13 | SRC_URI[md5sum] = "14a532a7538551d5def317bfca41dace" | 11 | SRC_URI[md5sum] = "14a532a7538551d5def317bfca41dace" |
14 | SRC_URI[sha256sum] = "0a0ae63cbffc274efb573bdde9a253e3f32e458c41261df51c5dbc5ad541e8f7" | 12 | SRC_URI[sha256sum] = "0a0ae63cbffc274efb573bdde9a253e3f32e458c41261df51c5dbc5ad541e8f7" |
15 | SRC_URI = "https://github.com/google/protobuf/archive/v3.1.0.tar.gz;downloadfilename=protobuf-3.1.0.tar.gz \ | 13 | SRC_URI = "https://github.com/google/protobuf/archive/v3.1.0.tar.gz;downloadfilename=protobuf-3.1.0.tar.gz \ |