diff options
Diffstat (limited to 'recipes-platform/packagegroups/packagegroup-agl-profile-telematics.bb')
-rw-r--r-- | recipes-platform/packagegroups/packagegroup-agl-profile-telematics.bb | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/recipes-platform/packagegroups/packagegroup-agl-profile-telematics.bb b/recipes-platform/packagegroups/packagegroup-agl-profile-telematics.bb deleted file mode 100644 index 4377dbbc8..000000000 --- a/recipes-platform/packagegroups/packagegroup-agl-profile-telematics.bb +++ /dev/null @@ -1,22 +0,0 @@ -SUMMARY = "The middleware for AGL telematics profile" -DESCRIPTION = "The set of packages required for AGL Telematics Distribution" -LICENSE = "MIT" - -inherit packagegroup - -PACKAGES = "\ - packagegroup-agl-profile-telematics \ - profile-telematics \ - " - -ALLOW_EMPTY:${PN} = "1" - -RDEPENDS:${PN} += "\ - packagegroup-agl-image-boot \ - packagegroup-agl-core-security \ - ${@bb.utils.contains('VIRTUAL-RUNTIME_net_manager','connman','connman connman-client','',d)} \ - ${@bb.utils.contains("DISTRO_FEATURES", "3g", "libqmi", "", d)} \ - can-utils \ -" - -RDEPENDS:profile-telematics = "${PN}" |