diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-01-17 10:56:02 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-19 11:34:07 +0000 |
commit | f127738aadd0416487cb44ea43c883704ad858bc (patch) | |
tree | 69198a54c93d47168d2b5d69ad1f5791ff303ca8 /meta/recipes-devtools/m4/m4-native_1.4.9.bb | |
parent | 1fedd166b71a4000116fcc9bd993cb23a7899adb (diff) | |
download | poky-f127738aadd0416487cb44ea43c883704ad858bc.tar.gz |
m4: A better refactoring
(From OE-Core rev: a07e6449a19deec698f6682c97f8f5c8d3b51486)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/m4/m4-native_1.4.9.bb')
-rw-r--r-- | meta/recipes-devtools/m4/m4-native_1.4.9.bb | 4 |
1 files changed, 2 insertions, 2 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 index fa871b38ae..23a21d0939 100644 --- a/meta/recipes-devtools/m4/m4-native_1.4.9.bb +++ b/meta/recipes-devtools/m4/m4-native_1.4.9.bb | |||
@@ -1,5 +1,4 @@ | |||
1 | require m4_${PV}.bb | 1 | require m4-${PV}.inc |
2 | inherit native | ||
3 | 2 | ||
4 | INHIBIT_AUTOTOOLS_DEPS = "1" | 3 | INHIBIT_AUTOTOOLS_DEPS = "1" |
5 | DEPENDS += "gnu-config-native" | 4 | DEPENDS += "gnu-config-native" |
@@ -10,3 +9,4 @@ do_configure() { | |||
10 | oe_runconf | 9 | oe_runconf |
11 | } | 10 | } |
12 | 11 | ||
12 | inherit native | ||