diff options
Diffstat (limited to 'recipes-containers/criu/protobuf_2.5.0.bb')
| -rw-r--r-- | recipes-containers/criu/protobuf_2.5.0.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-containers/criu/protobuf_2.5.0.bb b/recipes-containers/criu/protobuf_2.5.0.bb index 0e11ff48..b19e9067 100644 --- a/recipes-containers/criu/protobuf_2.5.0.bb +++ b/recipes-containers/criu/protobuf_2.5.0.bb | |||
| @@ -9,6 +9,7 @@ LICENSE = "BSD-3-Clause" | |||
| 9 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=af6809583bfde9a31595a58bb4a24514" | 9 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=af6809583bfde9a31595a58bb4a24514" |
| 10 | 10 | ||
| 11 | PR = "r0" | 11 | PR = "r0" |
| 12 | EXCLUDE_FROM_WORLD = "1" | ||
| 12 | 13 | ||
| 13 | SRC_URI[md5sum] = "b751f772bdeb2812a2a8e7202bf1dae8" | 14 | SRC_URI[md5sum] = "b751f772bdeb2812a2a8e7202bf1dae8" |
| 14 | SRC_URI[sha256sum] = "c55aa3dc538e6fd5eaf732f4eb6b98bdcb7cedb5b91d3b5bdcf29c98c293f58e" | 15 | SRC_URI[sha256sum] = "c55aa3dc538e6fd5eaf732f4eb6b98bdcb7cedb5b91d3b5bdcf29c98c293f58e" |
| @@ -16,6 +17,8 @@ SRC_URI = "http://protobuf.googlecode.com/files/protobuf-${PV}.tar.gz \ | |||
| 16 | file://protobuf-allow-running-python-scripts-from-anywhere.patch \ | 17 | file://protobuf-allow-running-python-scripts-from-anywhere.patch \ |
| 17 | file://run-ptest" | 18 | file://run-ptest" |
| 18 | 19 | ||
| 20 | COMPATIBLE_HOST = "(x86_64|arm).*-linux" | ||
| 21 | |||
| 19 | EXTRA_OECONF += " --with-protoc=${STAGING_BINDIR_NATIVE}/protoc" | 22 | EXTRA_OECONF += " --with-protoc=${STAGING_BINDIR_NATIVE}/protoc" |
| 20 | inherit autotools setuptools ptest | 23 | inherit autotools setuptools ptest |
| 21 | 24 | ||
