summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/autoconf-archive/autoconf-archive.inc
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@intel.com>2017-07-28 16:49:53 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-07-30 08:46:19 +0100
commit3582f6fc011482f3e9a05592226e3c0ee09f2943 (patch)
tree684e3f91b05765e281f28633b4c92b491295af9c /meta/recipes-devtools/autoconf-archive/autoconf-archive.inc
parentae38bfe2cd7da3d930e1cbe376ebe92d79ff1b28 (diff)
downloadpoky-3582f6fc011482f3e9a05592226e3c0ee09f2943.tar.gz
autoconf-archive: simplify and fix recipe
The COPYING file specifies pure GPLv3, not GPLv2 & GPLv3. There is also the COPYING.EXCEPTION file with the autotools exception, which gets ignored here in the recipe to keep it simpler. All of the explicit dependencies seem unnecessary, and RDEPENDS_${PN} doesn't do anything for native recipes either, so all of that gets removed. It also built fine without the m4 and parallel build workarounds. There's no need to have a separate .inc file. (From OE-Core rev: 5002004b891895654cbad53555ee46e2ed188630) Signed-off-by: Patrick Ohly <patrick.ohly@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/autoconf-archive/autoconf-archive.inc')
-rw-r--r--meta/recipes-devtools/autoconf-archive/autoconf-archive.inc13
1 files changed, 0 insertions, 13 deletions
diff --git a/meta/recipes-devtools/autoconf-archive/autoconf-archive.inc b/meta/recipes-devtools/autoconf-archive/autoconf-archive.inc
deleted file mode 100644
index 4f63e0f51f..0000000000
--- a/meta/recipes-devtools/autoconf-archive/autoconf-archive.inc
+++ /dev/null
@@ -1,13 +0,0 @@
1LICENSE = "GPLv3"
2HOMEPAGE = "http://www.gnu.org/software/autoconf-archive/"
3SECTION = "devel"
4
5DEPENDS += "m4-native"
6DEPENDS_class-native = "m4-native gnu-config-native"
7DEPENDS_class-nativesdk = "m4-nativesdk gnu-config-nativesdk"
8
9RDEPENDS_${PN} = "m4 gnu-config"
10
11SRC_URI = "${GNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.xz"
12
13inherit autotools