diff options
-rw-r--r-- | meta-oe/recipes-devtools/protobuf/protobuf-c_1.2.1.bb | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/meta-oe/recipes-devtools/protobuf/protobuf-c_1.2.1.bb b/meta-oe/recipes-devtools/protobuf/protobuf-c_1.2.1.bb index 40fb96cf47..36de060418 100644 --- a/meta-oe/recipes-devtools/protobuf/protobuf-c_1.2.1.bb +++ b/meta-oe/recipes-devtools/protobuf/protobuf-c_1.2.1.bb | |||
@@ -16,10 +16,13 @@ RDEPENDS_${PN}-compiler = "protobuf-compiler" | |||
16 | RDEPENDS_${PN}-dev += "${PN}-compiler" | 16 | RDEPENDS_${PN}-dev += "${PN}-compiler" |
17 | 17 | ||
18 | LIC_FILES_CHKSUM = "file://LICENSE;md5=235c3195a3968524dc1524b4ebea0c0e" | 18 | LIC_FILES_CHKSUM = "file://LICENSE;md5=235c3195a3968524dc1524b4ebea0c0e" |
19 | SRC_URI = "https://github.com/protobuf-c/protobuf-c/archive/v${PV}.tar.gz" | ||
20 | 19 | ||
21 | SRC_URI[md5sum] = "b884aeba4283309445a8e3b6e7322dd6" | 20 | PV .= "+git${SRCPV}" |
22 | SRC_URI[sha256sum] = "2d708fb3c024b9e6e86df141faff802194f5db90a4b79e6d4aa6bd61dd983dd6" | 21 | SRCREV = "006d69bd8481738323c58af5cd4c8477d09eb9f5" |
22 | |||
23 | SRC_URI = "git://github.com/protobuf-c/protobuf-c.git" | ||
24 | |||
25 | S = "${WORKDIR}/git" | ||
23 | 26 | ||
24 | inherit autotools pkgconfig | 27 | inherit autotools pkgconfig |
25 | 28 | ||