From 2667953cc04970a1f114465e5bf67b93ccb3b00c Mon Sep 17 00:00:00 2001 From: Andreas Cord-Landwehr Date: Tue, 28 Dec 2021 16:05:54 +0100 Subject: [PATCH] Remove obsolete recipes These recipes are provided by meta-oe (already in Dunfell). --- recipes-support/exiv2.inc | 18 ---------- recipes-support/exiv2_0.26.0.bb | 7 ---- recipes-support/ttf-noto-emoji_2018.08.10.bb | 36 -------------------- 3 files changed, 61 deletions(-) delete mode 100644 recipes-support/exiv2.inc delete mode 100644 recipes-support/exiv2_0.26.0.bb delete mode 100644 recipes-support/ttf-noto-emoji_2018.08.10.bb diff --git a/recipes-support/exiv2.inc b/recipes-support/exiv2.inc deleted file mode 100644 index db1cc29..0000000 --- a/recipes-support/exiv2.inc +++ /dev/null @@ -1,18 +0,0 @@ -# SPDX-FileCopyrightText: 2019 Volker Krause -# -# SPDX-License-Identifier: MIT - -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=625f055f41728f84a8d7938acc35bdc2" - -SRC_URI = " \ - git://github.com/Exiv2/${BPN}.git;nobranch=1 \ -" -S = "${WORKDIR}/git" - -DEPENDS += " \ - expat \ - zlib \ -" - -inherit cmake gettext diff --git a/recipes-support/exiv2_0.26.0.bb b/recipes-support/exiv2_0.26.0.bb deleted file mode 100644 index ed9c25e..0000000 --- a/recipes-support/exiv2_0.26.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${BPN}.inc -# SRCREV = "v${PV}" -# release version has no matching tag name!? -SRCREV = "0.26" diff --git a/recipes-support/ttf-noto-emoji_2018.08.10.bb b/recipes-support/ttf-noto-emoji_2018.08.10.bb deleted file mode 100644 index cadd6bf..0000000 --- a/recipes-support/ttf-noto-emoji_2018.08.10.bb +++ /dev/null @@ -1,36 +0,0 @@ -# SPDX-FileCopyrightText: 2019 Volker Krause -# SPDX-FileCopyrightText: 2019 Hannah Kiekens -# -# SPDX-License-Identifier: MIT - -DESCRIPTION = "Google Noto emoji fonts" -SECTION = "fonts" - -HOMEPAGE = "https://www.google.com/get/noto/" -LICENSE = "OFL-1.1" - -inherit allarch fontcache - -INHIBIT_DEFAULT_DEPS = "1" - -SRC_URI = "git://github.com/googlefonts/noto-emoji;protocol=https;nobranch=1" -SRCREV = "3ffd20ec7504657aa17c84f9aa475ad09b20c362" - -SRC_URI[md5sum] = "0bc8ff9f326d5b34733f21e47e1efea1" -SRC_URI[sha256sum] = "02bba7f29a0fb02d468125150cbe05f3bef0037ccdebb87558f075bb570592d4" - -LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" - -S = "${WORKDIR}/git" - -PACKAGES = "ttf-noto-emoji" -FONT_PACKAGES = "ttf-noto-emoji" - -FILES_${PN} = " ${datadir}/fonts/truetype/ " - -do_compile[noexec] = "1" - -do_install() { - install -d ${D}${datadir}/fonts/truetype/ - find ./ -name '*.ttf' -exec install -m 0644 {} ${D}${datadir}/fonts/truetype/ \; -}