summaryrefslogtreecommitdiffstats
path: root/recipes-containers/criu
diff options
context:
space:
mode:
authorJianchuan Wang <jianchuan.wang@windriver.com>2015-12-02 14:09:35 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-12-02 16:28:12 -0500
commit26a3e2c0d8502f424a92ab6cd588d78ca53b9f05 (patch)
tree00da737bfea8264e955fd0d168316d705b3a1f86 /recipes-containers/criu
parent2f4211f3e9ae6ce78e8ccb8c46af2e929ed6fb33 (diff)
downloadmeta-virtualization-26a3e2c0d8502f424a92ab6cd588d78ca53b9f05.tar.gz
protobuf-c: Inherit pkgconfig
Finding the libprotobuf.* incorrectly if the host have pkgconfig Signed-off-by: Jianchuan Wang <jianchuan.wang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-containers/criu')
-rw-r--r--recipes-containers/criu/protobuf-c_1.1.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/criu/protobuf-c_1.1.1.bb b/recipes-containers/criu/protobuf-c_1.1.1.bb
index 2800f12e..0d03ebef 100644
--- a/recipes-containers/criu/protobuf-c_1.1.1.bb
+++ b/recipes-containers/criu/protobuf-c_1.1.1.bb
@@ -15,7 +15,7 @@ SRC_URI[sha256sum] = "09c5bb187b7a8e86bc0ff860f7df86370be9e8661cdb99c1072dcdab07
15SRC_URI = "https://github.com/protobuf-c/protobuf-c/releases/download/v1.1.1/protobuf-c-1.1.1.tar.gz " 15SRC_URI = "https://github.com/protobuf-c/protobuf-c/releases/download/v1.1.1/protobuf-c-1.1.1.tar.gz "
16SRC_URI_append_class-target ="file://0001-protobuf-c-Remove-the-rules-which-depend-on-the-nati.patch" 16SRC_URI_append_class-target ="file://0001-protobuf-c-Remove-the-rules-which-depend-on-the-nati.patch"
17 17
18inherit autotools 18inherit autotools pkgconfig
19 19
20BBCLASSEXTEND = "native nativesdk" 20BBCLASSEXTEND = "native nativesdk"
21 21