diff options
Diffstat (limited to 'recipes-devtools/protobuf/protobuf-c_1.2.1.bb')
| -rw-r--r-- | recipes-devtools/protobuf/protobuf-c_1.2.1.bb | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/recipes-devtools/protobuf/protobuf-c_1.2.1.bb b/recipes-devtools/protobuf/protobuf-c_1.2.1.bb new file mode 100644 index 00000000..ff2499e5 --- /dev/null +++ b/recipes-devtools/protobuf/protobuf-c_1.2.1.bb | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | SUMMARY = "protobuf-c" | ||
| 2 | DESCRIPTION = "This package provides a code generator and runtime libraries to use Protocol Buffers from pure C" | ||
| 3 | HOMEPAGE = "http://code.google.com/p/protobuf-c/" | ||
| 4 | SECTION = "console/tools" | ||
| 5 | LICENSE = "Apache-2.0" | ||
| 6 | |||
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=235c3195a3968524dc1524b4ebea0c0e" | ||
| 8 | |||
| 9 | COMPATIBLE_HOST = "(x86_64|arm|aarch64).*-linux" | ||
| 10 | |||
| 11 | DEPENDS = "protobuf protobuf-c-native" | ||
| 12 | |||
| 13 | SRC_URI[md5sum] = "e544249c329391fff512c3874895cfbe" | ||
| 14 | SRC_URI[sha256sum] = "846eb4846f19598affdc349d817a8c4c0c68fd940303e6934725c889f16f00bd" | ||
| 15 | SRC_URI = "https://github.com/protobuf-c/protobuf-c/releases/download/v1.2.1/protobuf-c-1.2.1.tar.gz " | ||
| 16 | #SRC_URI_append_class-target ="file://0001-protobuf-c-Remove-the-rules-which-depend-on-the-nati.patch" | ||
| 17 | |||
| 18 | inherit autotools pkgconfig | ||
| 19 | |||
| 20 | BBCLASSEXTEND = "native nativesdk" | ||
| 21 | |||
| 22 | do_configure_prepend_class-target() { | ||
| 23 | export PKG_CONFIG_PATH="${STAGING_LIBDIR_NATIVE}/pkgconfig:${PKG_CONFIG_PATH}" | ||
| 24 | } | ||
| 25 | |||
| 26 | do_install_append_class-native() { | ||
| 27 | install -m 755 ${B}/t/generated-code2/cxx-generate-packed-data ${D}/${bindir} | ||
| 28 | } | ||
