summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/protobuf/protobuf-c_1.3.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/protobuf/protobuf-c_1.3.3.bb')
-rw-r--r--meta-oe/recipes-devtools/protobuf/protobuf-c_1.3.3.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-devtools/protobuf/protobuf-c_1.3.3.bb b/meta-oe/recipes-devtools/protobuf/protobuf-c_1.3.3.bb
index 6fef0bed2..1a0bf535c 100644
--- a/meta-oe/recipes-devtools/protobuf/protobuf-c_1.3.3.bb
+++ b/meta-oe/recipes-devtools/protobuf/protobuf-c_1.3.3.bb
@@ -29,9 +29,9 @@ PARALLEL_MAKE = ""
29 29
30PACKAGE_BEFORE_PN = "${PN}-compiler" 30PACKAGE_BEFORE_PN = "${PN}-compiler"
31 31
32FILES_${PN}-compiler = "${bindir}" 32FILES:${PN}-compiler = "${bindir}"
33 33
34RDEPENDS_${PN}-compiler = "protobuf-compiler" 34RDEPENDS:${PN}-compiler = "protobuf-compiler"
35RDEPENDS_${PN}-dev += "${PN}-compiler" 35RDEPENDS:${PN}-dev += "${PN}-compiler"
36 36
37BBCLASSEXTEND = "native nativesdk" 37BBCLASSEXTEND = "native nativesdk"