diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-01-26 22:53:55 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-08 08:00:29 +0000 |
commit | 4530a8f4efa9979eed5fdf4ac773d6335953a94c (patch) | |
tree | f9df75f030b249e4a26faa22540deafb60149e61 /meta | |
parent | 586eab42e0938e71a4a048fdb42fd446705573b3 (diff) | |
download | poky-4530a8f4efa9979eed5fdf4ac773d6335953a94c.tar.gz |
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.
(From OE-Core rev: 0d08fcdf495b5cdd2f51a7b379458dbf794b14af)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/m4/m4-native_1.4.9.bb | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/meta/recipes-devtools/m4/m4-native_1.4.9.bb b/meta/recipes-devtools/m4/m4-native_1.4.9.bb deleted file mode 100644 index 23a21d0939..0000000000 --- a/meta/recipes-devtools/m4/m4-native_1.4.9.bb +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | require m4-${PV}.inc | ||
2 | |||
3 | INHIBIT_AUTOTOOLS_DEPS = "1" | ||
4 | DEPENDS += "gnu-config-native" | ||
5 | |||
6 | do_configure() { | ||
7 | install -m 0644 ${STAGING_DATADIR}/gnu-config/config.sub . | ||
8 | install -m 0644 ${STAGING_DATADIR}/gnu-config/config.guess . | ||
9 | oe_runconf | ||
10 | } | ||
11 | |||
12 | inherit native | ||