diff options
author | Chris Larson <chris_larson@mentor.com> | 2010-03-07 15:21:53 -0700 |
---|---|---|
committer | Chris Larson <chris_larson@mentor.com> | 2010-03-07 15:23:35 -0700 |
commit | f285e1e75421deff88b474c199cbb2be5759a12a (patch) | |
tree | 565673bc713f9e48bd58e5fb218ecd1ce1c9963e /recipes/m4/m4_1.4.12.bb | |
parent | fdd1165ca6c6e415b7eca5e90a3667b7341d7205 (diff) |
m4: use autotools_stage, checksum in SRC_URI, switch to .inc, add 1.4.14
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Diffstat (limited to 'recipes/m4/m4_1.4.12.bb')
-rw-r--r-- | recipes/m4/m4_1.4.12.bb | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/recipes/m4/m4_1.4.12.bb b/recipes/m4/m4_1.4.12.bb index e2676269c1..e6e381f635 100644 --- a/recipes/m4/m4_1.4.12.bb +++ b/recipes/m4/m4_1.4.12.bb @@ -1,13 +1,6 @@ -DESCRIPTION = "GNU m4 is an implementation of the traditional Unix macro \ -processor." -LICENSE = "GPLv3" -SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz" -S = "${WORKDIR}/m4-${PV}" +require m4.inc -inherit autotools +PR = "${INC_PR}.0" -EXTRA_OEMAKE += "'infodir=${infodir}'" - -do_configure() { - oe_runconf -} +SRC_URI[archive.md5sum] = "b3587c993523dd320c318ec456876839" +SRC_URI[archive.sha256sum] = "855217de304616931844f54bd00a1e03e92452f85de6caeec47b0e8244881ba3" |