diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2015-12-01 09:52:22 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-12-01 17:35:41 +0100 |
commit | 827bf7a24fdcf6be51fb2d2813d6d8123252905b (patch) | |
tree | d5b6806c874607771e8cefcf995b8e606114ec14 /package/openocd/0002-Fix-jimtcl-auto-configuration-to-force-static-librar.patch | |
parent | 34bb11e25659931765956c3978d778705a3fdda9 (diff) | |
download | buildroot-827bf7a24fdcf6be51fb2d2813d6d8123252905b.tar.gz buildroot-827bf7a24fdcf6be51fb2d2813d6d8123252905b.zip |
openocd: bump to 0.9.0
Remove obsolete compilation error patch and update jimtcl related patch.
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/openocd/0002-Fix-jimtcl-auto-configuration-to-force-static-librar.patch')
-rw-r--r-- | package/openocd/0002-Fix-jimtcl-auto-configuration-to-force-static-librar.patch | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/package/openocd/0002-Fix-jimtcl-auto-configuration-to-force-static-librar.patch b/package/openocd/0002-Fix-jimtcl-auto-configuration-to-force-static-librar.patch index 5ec0552dd4..fd3cfa469a 100644 --- a/package/openocd/0002-Fix-jimtcl-auto-configuration-to-force-static-librar.patch +++ b/package/openocd/0002-Fix-jimtcl-auto-configuration-to-force-static-librar.patch @@ -7,15 +7,10 @@ Subject: [PATCH 2/2] Fix jimtcl auto configuration to force static library option in buildroot project. Signed-off-by: Claudio Laurita <claudio.laurita@integrazionetotale.it> ---- - jimtcl/auto.def | 8 ++------ - 1 file changed, 2 insertions(+), 6 deletions(-) -diff --git a/jimtcl/auto.def b/jimtcl/auto.def -index ddb0c1e..929ade0 100644 --- a/jimtcl/auto.def +++ b/jimtcl/auto.def -@@ -181,12 +181,8 @@ if {[opt-bool references]} { +@@ -194,12 +194,8 @@ msg-result "Enabling references" define JIM_REFERENCES } @@ -27,9 +22,6 @@ index ddb0c1e..929ade0 100644 -} +msg-result "Building static library" +define JIM_STATICLIB + define LIBSOEXT [format [get-define SH_SOEXTVER] [format %.2f [expr {[get-define JIM_VERSION] / 100.0}]]] define JIM_INSTALL [opt-bool install-jim] - - # Attributes of the extensions --- -2.1.3 - + define JIM_DOCS [opt-bool docs] |