packagegroup-netmodule-linux: Remove packagegroup
This packagegroup contains only libgpiod which is not relevant to directly reference since it is a library. BugzID: 73593 Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
This commit is contained in:
parent
931cf1812a
commit
566d072be1
|
|
@ -1,12 +0,0 @@
|
|||
DESCRIPTION = "Netmodule Linux Packages"
|
||||
LICENSE = "MIT"
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1"
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
libgpiod \
|
||||
"
|
||||
|
|
@ -5,7 +5,6 @@ LICENSE = "MIT"
|
|||
inherit populate_sdk
|
||||
|
||||
TOOLCHAIN_TARGET_TASK_append = " \
|
||||
packagegroup-netmodule-linux \
|
||||
cpputest-staticdev \
|
||||
libnmapp-staticdev \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue