blob: b39becf402f6234003e1f97b63895f3c43ac28c1 (
plain)
1
2
3
4
5
6
7
8
9
|
SUMMARY = "AGL Home Screen Library"
DESCRIPTION = "libhomescreen"
HOMEPAGE = "http://docs.automotivelinux.org"
LICENSE = "Apache-2.0"
SECTION = "libs"
BBCLASSEXTEND = " nativesdk"
require ${@bb.utils.contains('DISTRO_FEATURES', 'agl-hmi-framework', 'libhomescreen-2017.inc', 'libhomescreen-old.inc', d)}
|