diff options
author | Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> | 2012-10-04 13:22:59 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-10-10 09:47:33 +0200 |
commit | 094f0476e412bfc4a35af13e2015a51aae7be157 (patch) | |
tree | f6acc5df6db94ada7b807d97b71f477a020e556f | |
parent | 20557733149d1e92054758b46b75b1f60b1e962f (diff) | |
download | meta-openembedded-094f0476e412bfc4a35af13e2015a51aae7be157.tar.gz |
swig: update gnu-config files
-rw-r--r-- | meta-oe/recipes-devtools/swig/swig.inc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/swig/swig.inc b/meta-oe/recipes-devtools/swig/swig.inc index 59f385e51..9d62d27b3 100644 --- a/meta-oe/recipes-devtools/swig/swig.inc +++ b/meta-oe/recipes-devtools/swig/swig.inc | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e7807a6282784a7dde4c846626b08fc6 \ | |||
6 | file://LICENSE-UNIVERSITIES;md5=e0eaeeef7b2662c0c2d0d3c0b2509f75" | 6 | file://LICENSE-UNIVERSITIES;md5=e0eaeeef7b2662c0c2d0d3c0b2509f75" |
7 | 7 | ||
8 | SECTION = "devel" | 8 | SECTION = "devel" |
9 | INC_PR = "r1" | 9 | INC_PR = "r2" |
10 | 10 | ||
11 | DEPENDS = "python" | 11 | DEPENDS = "python" |
12 | 12 | ||
@@ -19,6 +19,10 @@ EXTRA_OECONF = " --without-guile " | |||
19 | BBCLASSEXTEND = "native" | 19 | BBCLASSEXTEND = "native" |
20 | 20 | ||
21 | do_configure() { | 21 | do_configure() { |
22 | install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S}/Tools/config | ||
23 | install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.sub ${S}/Tools/config | ||
24 | install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S} | ||
25 | install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.sub ${S} | ||
22 | oe_runconf | 26 | oe_runconf |
23 | } | 27 | } |
24 | 28 | ||