diff options
author | Zhou Mingying <zhoumy@cn.fujitsu.com> | 2019-08-20 15:21:03 +0800 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2019-08-29 21:13:23 +0000 |
commit | 3b64743c89c0efc2204350dc7cdcfb14ddbb3ac3 (patch) | |
tree | 37b04464e7fda985fe843b2f29faed24f3ccf9c1 /recipes-platform/packagegroups/packagegroup-agl-ttf-fonts.bb | |
parent | d6fb93412a94c685999b23a574bff66b3be72434 (diff) |
refactor packagegroup-agl-cluster-demo-qtcompositor.bb to make some common pieceshalibut_8.0.2halibut_8.0.1halibut/8.0.2halibut/8.0.18.0.28.0.1
Create the below file in recipes-platform/packagegroups
packagegroup-agl-networking.bb
packagegroup-agl-source-han-sans-ttf-fonts.bb
packagegroup-agl-ttf-fonts.bb
Modify the below bb files to include the new packagegroups
packagegroup-agl-cluster-demo-platform.bb
packagegroup-agl-cluster-demo-qtcompositor.bb
Bug-AGL: SPEC-2731
Signed-off-by: Zhou Mingying <zhoumy@cn.fujitsu.com>
Signed-off-by: Liu Wenlong <liuwl.fnst@cn.fujitsu.com>
Change-Id: I422a45ec7d51df2f8621e3297f60383ceb8d69c1
(cherry picked from commit aa6910c87ec4232588593428e98d8903b4c516bf)
Diffstat (limited to 'recipes-platform/packagegroups/packagegroup-agl-ttf-fonts.bb')
-rw-r--r-- | recipes-platform/packagegroups/packagegroup-agl-ttf-fonts.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes-platform/packagegroups/packagegroup-agl-ttf-fonts.bb b/recipes-platform/packagegroups/packagegroup-agl-ttf-fonts.bb new file mode 100644 index 0000000..9a3b578 --- /dev/null +++ b/recipes-platform/packagegroups/packagegroup-agl-ttf-fonts.bb @@ -0,0 +1,21 @@ +SUMMARY = "The ttf fonts for AGL" +DESCRIPTION = "A set of packages for fonts" + +LICENSE = "MIT" + +inherit packagegroup + +PACKAGES = "\ + packagegroup-agl-ttf-fonts \ + " + +ALLOW_EMPTY_${PN} = "1" + + +# fonts +RDEPENDS_${PN}_append = " \ + ttf-bitstream-vera \ + ttf-dejavu-sans \ + ttf-dejavu-sans-mono \ + ttf-dejavu-serif \ +" |