From 26a3e2c0d8502f424a92ab6cd588d78ca53b9f05 Mon Sep 17 00:00:00 2001 From: Jianchuan Wang Date: Wed, 2 Dec 2015 14:09:35 +0800 Subject: protobuf-c: Inherit pkgconfig Finding the libprotobuf.* incorrectly if the host have pkgconfig Signed-off-by: Jianchuan Wang Signed-off-by: Bruce Ashfield --- recipes-containers/criu/protobuf-c_1.1.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 SRC_URI = "https://github.com/protobuf-c/protobuf-c/releases/download/v1.1.1/protobuf-c-1.1.1.tar.gz " SRC_URI_append_class-target ="file://0001-protobuf-c-Remove-the-rules-which-depend-on-the-nati.patch" -inherit autotools +inherit autotools pkgconfig BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf