Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | LICENSE = "GPLv3" |
| 2 | HOMEPAGE = "http://www.gnu.org/software/autoconf-archive/" |
| 3 | SECTION = "devel" |
| 4 | |
| 5 | DEPENDS += "m4-native" |
| 6 | DEPENDS_class-native = "m4-native gnu-config-native" |
| 7 | DEPENDS_class-nativesdk = "m4-nativesdk gnu-config-nativesdk" |
| 8 | |
| 9 | RDEPENDS_${PN} = "m4 gnu-config" |
| 10 | RDEPENDS_${PN}_class-native = "m4-native gnu-config-native" |
| 11 | RDEPENDS_${PN}_class-nativesdk = "m4-nativesdk gnu-config-nativesdk" |
| 12 | |
| 13 | SRC_URI = "${GNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2" |
| 14 | |
| 15 | inherit autotools |