summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/protobuf/protobuf-c_1.3.0.bb12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-oe/recipes-devtools/protobuf/protobuf-c_1.3.0.bb b/meta-oe/recipes-devtools/protobuf/protobuf-c_1.3.0.bb
index fe1e6e5faf..9b696906e8 100644
--- a/meta-oe/recipes-devtools/protobuf/protobuf-c_1.3.0.bb
+++ b/meta-oe/recipes-devtools/protobuf/protobuf-c_1.3.0.bb
@@ -8,15 +8,10 @@ has been split out into the protobuf-c-rpc project."
8HOMEPAGE = "https://github.com/protobuf-c/protobuf-c" 8HOMEPAGE = "https://github.com/protobuf-c/protobuf-c"
9SECTION = "console/tools" 9SECTION = "console/tools"
10LICENSE = "BSD-2-Clause" 10LICENSE = "BSD-2-Clause"
11LIC_FILES_CHKSUM = "file://LICENSE;md5=cb901168715f4782a2b06c3ddaefa558"
11 12
12DEPENDS = "protobuf-native protobuf" 13DEPENDS = "protobuf-native protobuf"
13 14
14PACKAGE_BEFORE_PN = "${PN}-compiler"
15RDEPENDS_${PN}-compiler = "protobuf-compiler"
16RDEPENDS_${PN}-dev += "${PN}-compiler"
17
18LIC_FILES_CHKSUM = "file://LICENSE;md5=cb901168715f4782a2b06c3ddaefa558"
19
20PV .= "+git${SRCPV}" 15PV .= "+git${SRCPV}"
21SRCREV = "dac1a65feac4ad72f612aab99f487056fbcf5c1a" 16SRCREV = "dac1a65feac4ad72f612aab99f487056fbcf5c1a"
22 17
@@ -26,6 +21,11 @@ S = "${WORKDIR}/git"
26 21
27inherit autotools pkgconfig 22inherit autotools pkgconfig
28 23
24PACKAGE_BEFORE_PN = "${PN}-compiler"
25
29FILES_${PN}-compiler = "${bindir}" 26FILES_${PN}-compiler = "${bindir}"
30 27
28RDEPENDS_${PN}-compiler = "protobuf-compiler"
29RDEPENDS_${PN}-dev += "${PN}-compiler"
30
31BBCLASSEXTEND = "native nativesdk" 31BBCLASSEXTEND = "native nativesdk"