From: Alexander Kanavin Date: Thu, 25 Sep 2025 10:53:40 +0000 (+0200) Subject: cwautomacros: delete the recipe X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6d1470f6d244c08e3473073d0c2d57a97d2eeb17;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git cwautomacros: delete the recipe This is a long-obsolete set of custom autotools macros; 'which' was the last consumer in core or meta-oe. Signed-off-by: Alexander Kanavin Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index 0988bf50a7..c6c1de6b5a 100644 --- a/meta/conf/distro/include/maintainers.inc +++ b/meta/conf/distro/include/maintainers.inc @@ -139,7 +139,6 @@ RECIPE_MAINTAINER:pn-cryptodev-tests = "Robert Yang " RECIPE_MAINTAINER:pn-cups = "Chen Qi " RECIPE_MAINTAINER:pn-curl = "Robert Joslyn " RECIPE_MAINTAINER:pn-cve-update-nvd2-native = "Ross Burton " -RECIPE_MAINTAINER:pn-cwautomacros = "Ross Burton " RECIPE_MAINTAINER:pn-db = "Unassigned " RECIPE_MAINTAINER:pn-dbus = "Chen Qi " RECIPE_MAINTAINER:pn-dbus-glib = "Chen Qi " diff --git a/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb b/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb deleted file mode 100644 index 7efe5cc592..0000000000 --- a/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb +++ /dev/null @@ -1,25 +0,0 @@ -SUMMARY = "Collection of autoconf m4 macros" -SECTION = "base" -HOMEPAGE = "http://sourceforge.net/projects/cwautomacros.berlios/" -DESCRIPTION = "A collection of autoconf macros, plus an autogen.sh script that can be used with them." -LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://LICENSE;md5=eb723b61539feef013de476e68b5c50a" - -SOURCEFORGE_PROJECT = "${BPN}.berlios" -SRC_URI = "${SOURCEFORGE_MIRROR}/${SOURCEFORGE_PROJECT}/${BP}.tar.bz2" -SRC_URI[sha256sum] = "3115603b891f3a163c0bbb5fea2f3742113a183fa6745ee5e89e5f6d0e9f6121" - -inherit sourceforge-releases - -do_configure() { - : -} - -do_install() { - oe_runmake LABEL=`date -d @${SOURCE_DATE_EPOCH} +%Y%m%d` CWAUTOMACROSPREFIX=${D}${prefix} install - - # cleanup buildpaths in autogen.sh - sed -i -e 's,${D},,g' ${D}${prefix}/share/cwautomacros/scripts/autogen.sh -} - -BBCLASSEXTEND = "native"