All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] protobuf-c: Inherit pkgconfig
@ 2015-12-02  6:09 jianchuan.wang
  2015-12-02 21:28 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: jianchuan.wang @ 2015-12-02  6:09 UTC (permalink / raw)
  To: bruce.ashfield, meta-virtualization

From: Jianchuan Wang <jianchuan.wang@windriver.com>

Finding the libprotobuf.* incorrectly if the host have pkgconfig

Signed-off-by: Jianchuan Wang <jianchuan.wang@windriver.com>
---
 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 2800f12..0d03ebe 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"
 
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-12-02 21:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-02  6:09 [PATCH] protobuf-c: Inherit pkgconfig jianchuan.wang
2015-12-02 21:28 ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.