diff mbox series

[meta-arago,master,v2,03/14] libyang: Add BBCLASSEXTEND for native

Message ID 20250313190516.22522-4-reatmon@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series Update and cleanup sysrepo packages | expand

Commit Message

Ryan Eatmon March 13, 2025, 7:05 p.m. UTC
We need to add BBCLASSEXTEND for native so that we can build
sysrepo-native for the netopeer2-server install.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
v2: This was accidently squashed with the next patch, restore them back
single commits.

 meta-arago-extras/recipes-sysrepo/libyang/libyang_%.bbappend | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 meta-arago-extras/recipes-sysrepo/libyang/libyang_%.bbappend
diff mbox series

Patch

diff --git a/meta-arago-extras/recipes-sysrepo/libyang/libyang_%.bbappend b/meta-arago-extras/recipes-sysrepo/libyang/libyang_%.bbappend
new file mode 100644
index 00000000..608377e3
--- /dev/null
+++ b/meta-arago-extras/recipes-sysrepo/libyang/libyang_%.bbappend
@@ -0,0 +1 @@ 
+BBCLASSEXTEND = "native nativesdk"