From fd9a51ca8e4cdd74697b804de351f74ac67730fc Mon Sep 17 00:00:00 2001 From: Mohd Saquib Siraj Date: Mon, 12 Feb 2024 15:40:38 +0530 Subject: xilpuf-example_2024.1.bb: Updated the dependencies In depends of xilpuf example recipe, added xilmailbox and xilnvm as dependencies because the build was failing as header files from these libraries are used to compile these examples. Signed-off-by: Mohd Saquib Siraj Signed-off-by: Mark Hatle --- .../recipes-libraries/xilpuf-example_2024.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-xilinx-standalone-experimental/recipes-libraries/xilpuf-example_2024.1.bb b/meta-xilinx-standalone-experimental/recipes-libraries/xilpuf-example_2024.1.bb index ca0abc12..13b0b5d6 100644 --- a/meta-xilinx-standalone-experimental/recipes-libraries/xilpuf-example_2024.1.bb +++ b/meta-xilinx-standalone-experimental/recipes-libraries/xilpuf-example_2024.1.bb @@ -2,7 +2,7 @@ inherit esw deploy ESW_COMPONENT_SRC = "/lib/sw_services/xilpuf/examples/" -DEPENDS += "xilpuf xilsecure" +DEPENDS += "xilpuf xilsecure xilmailbox xilnvm" do_configure:prepend() { ( -- cgit v1.2.3-54-g00ecf