summaryrefslogtreecommitdiffstats
path: root/recipes-containers/criu/protobuf_2.5.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/criu/protobuf_2.5.0.bb')
-rw-r--r--recipes-containers/criu/protobuf_2.5.0.bb3
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"
9LIC_FILES_CHKSUM = "file://COPYING.txt;md5=af6809583bfde9a31595a58bb4a24514" 9LIC_FILES_CHKSUM = "file://COPYING.txt;md5=af6809583bfde9a31595a58bb4a24514"
10 10
11PR = "r0" 11PR = "r0"
12EXCLUDE_FROM_WORLD = "1"
12 13
13SRC_URI[md5sum] = "b751f772bdeb2812a2a8e7202bf1dae8" 14SRC_URI[md5sum] = "b751f772bdeb2812a2a8e7202bf1dae8"
14SRC_URI[sha256sum] = "c55aa3dc538e6fd5eaf732f4eb6b98bdcb7cedb5b91d3b5bdcf29c98c293f58e" 15SRC_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
20COMPATIBLE_HOST = "(x86_64|arm).*-linux"
21
19EXTRA_OECONF += " --with-protoc=${STAGING_BINDIR_NATIVE}/protoc" 22EXTRA_OECONF += " --with-protoc=${STAGING_BINDIR_NATIVE}/protoc"
20inherit autotools setuptools ptest 23inherit autotools setuptools ptest
21 24