diff options
author | Alistair Francis <Alistair.Francis@wdc.com> | 2019-01-04 00:28:05 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-08 11:16:44 +0000 |
commit | a9b1f9eca96357be0081f5a421ffa314252b209e (patch) | |
tree | b6b67d7bb9d192ea3a7918050aadc38509c383ab | |
parent | 89dd30049b99a6577c517686ffc6a3b24044e283 (diff) | |
download | poky-a9b1f9eca96357be0081f5a421ffa314252b209e.tar.gz |
swig: Fix configure failure
Fix the swig build failure by calling the default do_configure from autotools.
(From OE-Core rev: 95c78d2166d3f8f47146ad7542569b25794dab6b)
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/swig/swig.inc | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/meta/recipes-devtools/swig/swig.inc b/meta/recipes-devtools/swig/swig.inc index aec544997f..f7de40866a 100644 --- a/meta/recipes-devtools/swig/swig.inc +++ b/meta/recipes-devtools/swig/swig.inc | |||
@@ -38,15 +38,9 @@ EXTRA_OECONF = " \ | |||
38 | --without-tcl \ | 38 | --without-tcl \ |
39 | " | 39 | " |
40 | 40 | ||
41 | BBCLASSEXTEND = "native nativesdk" | 41 | EXTRA_AUTORECONF += "-I Tools/config" |
42 | 42 | ||
43 | do_configure() { | 43 | BBCLASSEXTEND = "native nativesdk" |
44 | install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S}/Tools/config | ||
45 | install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.sub ${S}/Tools/config | ||
46 | install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S} | ||
47 | install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.sub ${S} | ||
48 | oe_runconf | ||
49 | } | ||
50 | 44 | ||
51 | do_install_append_class-nativesdk() { | 45 | do_install_append_class-nativesdk() { |
52 | cd ${D}${bindir} | 46 | cd ${D}${bindir} |