diff options
-rw-r--r-- | recipes-containers/criu/protobuf-c_1.1.1.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-containers/criu/protobuf-c_1.1.1.bb b/recipes-containers/criu/protobuf-c_1.1.1.bb index 8c2d2b73..2800f12e 100644 --- a/recipes-containers/criu/protobuf-c_1.1.1.bb +++ b/recipes-containers/criu/protobuf-c_1.1.1.bb | |||
@@ -19,6 +19,10 @@ inherit autotools | |||
19 | 19 | ||
20 | BBCLASSEXTEND = "native nativesdk" | 20 | BBCLASSEXTEND = "native nativesdk" |
21 | 21 | ||
22 | do_configure_prepend_class-target() { | ||
23 | export PKG_CONFIG_PATH="${STAGING_LIBDIR_NATIVE}/pkgconfig:${PKG_CONFIG_PATH}" | ||
24 | } | ||
25 | |||
22 | do_install_append_class-native() { | 26 | do_install_append_class-native() { |
23 | install -m 755 ${B}/t/generated-code2/cxx-generate-packed-data ${D}/${bindir} | 27 | install -m 755 ${B}/t/generated-code2/cxx-generate-packed-data ${D}/${bindir} |
24 | } | 28 | } |