1require ttf.inc 2 3SUMMARY = "Google noto emoji font pack" 4HOMEPAGE = "https://github.com/googlefonts/noto-emoji" 5LICENSE = "OFL-1.1" 6LIC_FILES_CHKSUM = "file://fonts/LICENSE;md5=55719faa0112708e946b820b24b14097" 7 8SRC_URI = "git://github.com/googlefonts/noto-emoji;branch=main;protocol=https" 9SRCREV = "aac7ccaa4d1dea4543453b96f7d6fc47066a57ff" 10 11PACKAGES = "${PN}-color ${PN}-regular" 12FONT_PACKAGES = "${PN}-color ${PN}-regular" 13 14S = "${WORKDIR}/git" 15 16FILES:${PN}-color = "${datadir}/fonts/truetype/NotoColorEmoji.ttf" 17FILES:${PN}-regular = "${datadir}/fonts/truetype/NotoEmoji-Regular.ttf" 18 19do_compile[noexec] = "1" 20