]> code.ossystems Code Review - openembedded-core.git/commit
m4-native 1.4.9: remove it
authorRobert Yang <liezhi.yang@windriver.com>
Tue, 27 Jan 2015 06:53:55 +0000 (22:53 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 7 Feb 2015 18:52:47 +0000 (18:52 +0000)
commit0d08fcdf495b5cdd2f51a7b379458dbf794b14af
tree2d70a157f19b8474eb4dfb31e32912523b1837b5
parent2dc378e60e3594a57eddf470b61c1a0b79d7daff
m4-native 1.4.9: remove it

Its do_compile would be failed once our autoconf-naitve is built:
| /path/to/m4-native/1.4.9-r2/m4-1.4.9/missing: line 54: aclocal-1.10: command not found
| WARNING: `aclocal-1.10' is missing on your system.  You should only need it if
|          you modified `acinclude.m4' or `configure.ac'.  You might want
|          to install the `Automake' and `Perl' packages.  Grab them from

Also:
| /path/to/m4-native/1.4.9-r2/m4-1.4.9/missing: line 54: automake-1.10: command not found

We don't need keep a native GPLv2 recipe, so remove it.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/recipes-devtools/m4/m4-native_1.4.9.bb [deleted file]