diff options
Diffstat (limited to 'meta/recipes-devtools/autoconf-archive/autoconf-archive_2018.03.13.bb')
-rw-r--r-- | meta/recipes-devtools/autoconf-archive/autoconf-archive_2018.03.13.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-devtools/autoconf-archive/autoconf-archive_2018.03.13.bb b/meta/recipes-devtools/autoconf-archive/autoconf-archive_2018.03.13.bb new file mode 100644 index 0000000000..7d62e52ab8 --- /dev/null +++ b/meta/recipes-devtools/autoconf-archive/autoconf-archive_2018.03.13.bb | |||
@@ -0,0 +1,18 @@ | |||
1 | SUMMARY = "a collection of freely re-usable Autoconf macros" | ||
2 | HOMEPAGE = "http://www.gnu.org/software/autoconf-archive/" | ||
3 | SECTION = "devel" | ||
4 | LICENSE = "GPL-3.0-with-autoconf-exception" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=11cc2d3ee574f9d6b7ee797bdce4d423 \ | ||
6 | file://COPYING.EXCEPTION;md5=fdef168ebff3bc2f13664c365a5fb515" | ||
7 | |||
8 | SRC_URI = "${GNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.xz" | ||
9 | SRC_URI[md5sum] = "46b13a5936372297b6d49980327a3c35" | ||
10 | SRC_URI[sha256sum] = "6175f90d9fa64c4d939bdbb3e8511ae0ee2134863a2c7bf8d9733819efa6e159" | ||
11 | |||
12 | inherit autotools allarch | ||
13 | |||
14 | PACKAGES = "${PN} ${PN}-doc" | ||
15 | |||
16 | FILES_${PN} += "${datadir}/aclocal" | ||
17 | |||
18 | BBCLASSEXTEND = "native nativesdk" | ||