diff options
-rw-r--r-- | meta/conf/distro/include/maintainers.inc | 1 | ||||
-rw-r--r-- | meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb | 25 |
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>" | |||
139 | RECIPE_MAINTAINER:pn-cups = "Chen Qi <Qi.Chen@windriver.com>" | 139 | RECIPE_MAINTAINER:pn-cups = "Chen Qi <Qi.Chen@windriver.com>" |
140 | RECIPE_MAINTAINER:pn-curl = "Robert Joslyn <robert.joslyn@redrectangle.org>" | 140 | RECIPE_MAINTAINER:pn-curl = "Robert Joslyn <robert.joslyn@redrectangle.org>" |
141 | RECIPE_MAINTAINER:pn-cve-update-nvd2-native = "Ross Burton <ross.burton@arm.com>" | 141 | RECIPE_MAINTAINER:pn-cve-update-nvd2-native = "Ross Burton <ross.burton@arm.com>" |
142 | RECIPE_MAINTAINER:pn-cwautomacros = "Ross Burton <ross.burton@arm.com>" | ||
143 | RECIPE_MAINTAINER:pn-db = "Unassigned <unassigned@yoctoproject.org>" | 142 | RECIPE_MAINTAINER:pn-db = "Unassigned <unassigned@yoctoproject.org>" |
144 | RECIPE_MAINTAINER:pn-dbus = "Chen Qi <Qi.Chen@windriver.com>" | 143 | RECIPE_MAINTAINER:pn-dbus = "Chen Qi <Qi.Chen@windriver.com>" |
145 | RECIPE_MAINTAINER:pn-dbus-glib = "Chen Qi <Qi.Chen@windriver.com>" | 144 | RECIPE_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 @@ | |||
1 | SUMMARY = "Collection of autoconf m4 macros" | ||
2 | SECTION = "base" | ||
3 | HOMEPAGE = "http://sourceforge.net/projects/cwautomacros.berlios/" | ||
4 | DESCRIPTION = "A collection of autoconf macros, plus an autogen.sh script that can be used with them." | ||
5 | LICENSE = "GPL-2.0-only" | ||
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=eb723b61539feef013de476e68b5c50a" | ||
7 | |||
8 | SOURCEFORGE_PROJECT = "${BPN}.berlios" | ||
9 | SRC_URI = "${SOURCEFORGE_MIRROR}/${SOURCEFORGE_PROJECT}/${BP}.tar.bz2" | ||
10 | SRC_URI[sha256sum] = "3115603b891f3a163c0bbb5fea2f3742113a183fa6745ee5e89e5f6d0e9f6121" | ||
11 | |||
12 | inherit sourceforge-releases | ||
13 | |||
14 | do_configure() { | ||
15 | : | ||
16 | } | ||
17 | |||
18 | do_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 | |||
25 | BBCLASSEXTEND = "native" | ||