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-native_1.4.14.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-native_1.4.14.bb')
-rw-r--r-- | recipes/m4/m4-native_1.4.14.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/m4/m4-native_1.4.14.bb b/recipes/m4/m4-native_1.4.14.bb new file mode 100644 index 0000000000..2408013185 --- /dev/null +++ b/recipes/m4/m4-native_1.4.14.bb @@ -0,0 +1,11 @@ +require m4_${PV}.bb +inherit native + +INHIBIT_AUTOTOOLS_DEPS = "1" +DEPENDS += "gnu-config-native" + +do_configure () { + install -m 0644 ${STAGING_DATADIR_NATIVE}/gnu-config/config.sub . + install -m 0644 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess . + oe_runconf +} |