diff options
Diffstat (limited to 'meta-app-framework/recipes-devtools/packagegroups')
2 files changed, 6 insertions, 0 deletions
diff --git a/meta-app-framework/recipes-devtools/packagegroups/nativesdk-packagegroup-sdk-host.bbappend b/meta-app-framework/recipes-devtools/packagegroups/nativesdk-packagegroup-sdk-host.bbappend new file mode 100644 index 000000000..837b85392 --- /dev/null +++ b/meta-app-framework/recipes-devtools/packagegroups/nativesdk-packagegroup-sdk-host.bbappend @@ -0,0 +1 @@ +require ${@bb.utils.contains('APPFW_ENABLED', '1', 'nativesdk-packagegroup-sdk-host_appfw.inc', '', d)} diff --git a/meta-app-framework/recipes-devtools/packagegroups/nativesdk-packagegroup-sdk-host_appfw.inc b/meta-app-framework/recipes-devtools/packagegroups/nativesdk-packagegroup-sdk-host_appfw.inc new file mode 100644 index 000000000..8d6ffb5b3 --- /dev/null +++ b/meta-app-framework/recipes-devtools/packagegroups/nativesdk-packagegroup-sdk-host_appfw.inc @@ -0,0 +1,5 @@ +RDEPENDS_${PN}_append = " \ + nativesdk-af-main-tools \ + nativesdk-af-binder-devtools \ + nativesdk-cmake-apps-module \ +" |