summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-devtools/autoconf-archive/autoconf-archive.inc
blob: 2b5df70be7fa7e47e877b9c2d19a177fea45fff8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SUMMARY = "A collection of macros for GNU Autoconf"
DESCRIPTION = "The autoconf-archive set of macros extend the pre-defined \
capabilities within the complete autoconf tool set."
LICENSE = "GPLv3"
HOMEPAGE = "http://www.gnu.org/software/autoconf-archive/"
SECTION = "devel"
DEPENDS += "m4-native"
DEPENDS_class-native = "m4-native gnu-config-native"
DEPENDS_class-nativesdk = "m4-nativesdk gnu-config-nativesdk"
RDEPENDS_${PN} = "m4 gnu-config"
RDEPENDS_${PN}_class-native = "m4-native gnu-config-native"
RDEPENDS_${PN}_class-nativesdk = "m4-nativesdk gnu-config-nativesdk"

SRC_URI = "${GNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.xz"

inherit autotools
OpenPOWER on IntegriCloud