diff options
author | Wenzong Fan <wenzong.fan@windriver.com> | 2016-09-29 04:02:49 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-10-05 18:21:12 +0200 |
commit | 39b03b0ee77edf7982f703953a947c738fc47593 (patch) | |
tree | 4cbdf47e74a2e86ea559badc69e809688b0cc4fe /meta-oe/recipes-support | |
parent | a0ef4404dad5b95982d4db74b443b81fa71e5223 (diff) | |
download | meta-openembedded-39b03b0ee77edf7982f703953a947c738fc47593.tar.gz |
libsmi: rdepends on wget and set WGET as target path
* /usr/bin/smicache requires wget:
+ WGET=/usr/bin/wget
* Set the WGET as target path to avoid host contamination.
Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r-- | meta-oe/recipes-support/libsmi/libsmi_0.5.0.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libsmi/libsmi_0.5.0.bb b/meta-oe/recipes-support/libsmi/libsmi_0.5.0.bb index b04906725..b537ce67d 100644 --- a/meta-oe/recipes-support/libsmi/libsmi_0.5.0.bb +++ b/meta-oe/recipes-support/libsmi/libsmi_0.5.0.bb | |||
@@ -12,9 +12,11 @@ SRC_URI = "https://www.ibr.cs.tu-bs.de/projects/${BPN}/download/${BP}.tar.gz \ | |||
12 | SRC_URI[md5sum] = "4bf47483c06c9f07d1b10fbc74eddf11" | 12 | SRC_URI[md5sum] = "4bf47483c06c9f07d1b10fbc74eddf11" |
13 | SRC_URI[sha256sum] = "f21accdadb1bb328ea3f8a13fc34d715baac6e2db66065898346322c725754d3" | 13 | SRC_URI[sha256sum] = "f21accdadb1bb328ea3f8a13fc34d715baac6e2db66065898346322c725754d3" |
14 | 14 | ||
15 | RDEPENDS_${PN} += "wget" | ||
16 | |||
15 | inherit autotools | 17 | inherit autotools |
16 | 18 | ||
17 | EXTRA_OECONF = "ac_cv_path_SH=${base_bindir}/sh" | 19 | EXTRA_OECONF = "ac_cv_path_SH=${base_bindir}/sh ac_cv_path_WGET=${bindir}/wget" |
18 | 20 | ||
19 | do_install_append () { | 21 | do_install_append () { |
20 | install -d ${D}${sysconfdir} | 22 | install -d ${D}${sysconfdir} |