summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorAlexander Kanavin <alex@linutronix.de>2025-09-25 12:53:40 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-10-01 10:52:54 +0100
commitf5b126ea10d7a9c4194e80389bf71280847840a9 (patch)
tree4eb7b893c32f56f0870c643ca1c55a8905fc2af3 /meta
parentcf0cf92200be69a498a4f29e20701966f030ccce (diff)
downloadpoky-f5b126ea10d7a9c4194e80389bf71280847840a9.tar.gz
cwautomacros: delete the recipe
This is a long-obsolete set of custom autotools macros; 'which' was the last consumer in core or meta-oe. (From OE-Core rev: 6d1470f6d244c08e3473073d0c2d57a97d2eeb17) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/conf/distro/include/maintainers.inc1
-rw-r--r--meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb25
2 files changed, 0 insertions, 26 deletions
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 <liezhi.yang@windriver.com>"
139RECIPE_MAINTAINER:pn-cups = "Chen Qi <Qi.Chen@windriver.com>" 139RECIPE_MAINTAINER:pn-cups = "Chen Qi <Qi.Chen@windriver.com>"
140RECIPE_MAINTAINER:pn-curl = "Robert Joslyn <robert.joslyn@redrectangle.org>" 140RECIPE_MAINTAINER:pn-curl = "Robert Joslyn <robert.joslyn@redrectangle.org>"
141RECIPE_MAINTAINER:pn-cve-update-nvd2-native = "Ross Burton <ross.burton@arm.com>" 141RECIPE_MAINTAINER:pn-cve-update-nvd2-native = "Ross Burton <ross.burton@arm.com>"
142RECIPE_MAINTAINER:pn-cwautomacros = "Ross Burton <ross.burton@arm.com>"
143RECIPE_MAINTAINER:pn-db = "Unassigned <unassigned@yoctoproject.org>" 142RECIPE_MAINTAINER:pn-db = "Unassigned <unassigned@yoctoproject.org>"
144RECIPE_MAINTAINER:pn-dbus = "Chen Qi <Qi.Chen@windriver.com>" 143RECIPE_MAINTAINER:pn-dbus = "Chen Qi <Qi.Chen@windriver.com>"
145RECIPE_MAINTAINER:pn-dbus-glib = "Chen Qi <Qi.Chen@windriver.com>" 144RECIPE_MAINTAINER:pn-dbus-glib = "Chen Qi <Qi.Chen@windriver.com>"
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 @@
1SUMMARY = "Collection of autoconf m4 macros"
2SECTION = "base"
3HOMEPAGE = "http://sourceforge.net/projects/cwautomacros.berlios/"
4DESCRIPTION = "A collection of autoconf macros, plus an autogen.sh script that can be used with them."
5LICENSE = "GPL-2.0-only"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=eb723b61539feef013de476e68b5c50a"
7
8SOURCEFORGE_PROJECT = "${BPN}.berlios"
9SRC_URI = "${SOURCEFORGE_MIRROR}/${SOURCEFORGE_PROJECT}/${BP}.tar.bz2"
10SRC_URI[sha256sum] = "3115603b891f3a163c0bbb5fea2f3742113a183fa6745ee5e89e5f6d0e9f6121"
11
12inherit sourceforge-releases
13
14do_configure() {
15 :
16}
17
18do_install() {
19 oe_runmake LABEL=`date -d @${SOURCE_DATE_EPOCH} +%Y%m%d` CWAUTOMACROSPREFIX=${D}${prefix} install
20
21 # cleanup buildpaths in autogen.sh
22 sed -i -e 's,${D},,g' ${D}${prefix}/share/cwautomacros/scripts/autogen.sh
23}
24
25BBCLASSEXTEND = "native"