diff --git a/recipes-core/packagegroups/packagegroup-netmodule-linux.bb b/recipes-core/packagegroups/packagegroup-netmodule-linux.bb deleted file mode 100644 index 458becc..0000000 --- a/recipes-core/packagegroups/packagegroup-netmodule-linux.bb +++ /dev/null @@ -1,12 +0,0 @@ -DESCRIPTION = "Netmodule Linux Packages" -LICENSE = "MIT" - -PACKAGE_ARCH = "${MACHINE_ARCH}" - -inherit packagegroup - -PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1" - -RDEPENDS_${PN} += " \ - libgpiod \ -" diff --git a/recipes-core/sdk/netmodule-linux-sdk.bb b/recipes-core/sdk/netmodule-linux-sdk.bb index cc29c42..a6278ed 100644 --- a/recipes-core/sdk/netmodule-linux-sdk.bb +++ b/recipes-core/sdk/netmodule-linux-sdk.bb @@ -5,7 +5,6 @@ LICENSE = "MIT" inherit populate_sdk TOOLCHAIN_TARGET_TASK_append = " \ - packagegroup-netmodule-linux \ cpputest-staticdev \ libnmapp-staticdev \ "