[openocd] Adding the missing --enable-stlink flag.

Dean Glazeski dnglaze at fedoraproject.org
Mon Sep 17 18:31:48 UTC 2012


commit 6bbe769d0f91889ff133c59b0f5c293511952eac
Author: Dean Glazeski <dnglaze at gmail.com>
Date:   Mon Sep 17 20:33:36 2012 -0500

    Adding the missing --enable-stlink flag.
    
    This was a new feature missed on the current version.

 openocd.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/openocd.spec b/openocd.spec
index bbf300d..0ef0af4 100644
--- a/openocd.spec
+++ b/openocd.spec
@@ -1,6 +1,6 @@
 Name:       openocd
 Version:    0.6.0
-Release:    1%{?dist}
+Release:    2%{?dist}
 Summary:    Debugging, in-system programming and boundary-scan testing for embedded devices
 
 Group:      Development/Tools
@@ -49,6 +49,7 @@ mv -f openocd.info.conv openocd.info
   --enable-oocd_trace \
   --enable-ep39xx \
   --enable-at91rm9200 \
+  --enable-stlink \
   --disable-doxygen-html \
   CROSS=
 make %{?_smp_mflags}
@@ -83,6 +84,9 @@ rm -rf %{buildroot}
 %{_mandir}/man1/*
 
 %changelog
+* Mon Sep 17 2012 Dean Glazeski <dnglaze at gmail.com> - 0.6.0-2
+- Enabling the stlink option
+
 * Tue Sep 11 2012 Dean Glazeski <dnglaze at gmail.com> - 0.6.0-1
 - RPM build for new release.
 


More information about the scm-commits mailing list