From 6d35cb89ee0f599463f7126612c607f461164745 Mon Sep 17 00:00:00 2001 From: bra1nwave Date: Mon, 3 Jul 2017 20:02:41 +0200 Subject: [PATCH] stlink: update to 1.4.0. Closes: #6944 [via git-merge-pr] --- srcpkgs/stlink/patches/musl.patch | 11 +++++++++++ srcpkgs/stlink/template | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/stlink/patches/musl.patch diff --git a/srcpkgs/stlink/patches/musl.patch b/srcpkgs/stlink/patches/musl.patch new file mode 100644 index 00000000000..913c2500620 --- /dev/null +++ b/srcpkgs/stlink/patches/musl.patch @@ -0,0 +1,11 @@ +--- src/gdbserver/gdb-remote.c.orig ++++ src/gdbserver/gdb-remote.c +@@ -12,7 +12,7 @@ + #include + #else + #include +-#include ++#include + #endif + + static const char hex[] = "0123456789abcdef"; diff --git a/srcpkgs/stlink/template b/srcpkgs/stlink/template index 7f235ed0cf1..24f4e04db25 100644 --- a/srcpkgs/stlink/template +++ b/srcpkgs/stlink/template @@ -1,6 +1,6 @@ # Template file for 'stlink' pkgname=stlink -version=1.3.1 +version=1.4.0 revision=1 build_style=cmake configure_args="-DSTLINK_UDEV_RULES_DIR=/usr/lib/udev/rules.d -DSTLINK_MODPROBED_DIR=/usr/lib/modprobe.d" @@ -11,7 +11,7 @@ maintainer="bra1nwave " license="3-clause-BSD" homepage="https://github.com/texane/stlink" distfiles="${homepage}/archive/${version}.tar.gz" -checksum=5d346b884b5cf1f7f9bb7fd7ee049b3b2e880785c7a15774d0b1a6574823e63b +checksum=d99b8385cce8071d5e58de21b6c8866058af20a8dd46ecf01e1c1dc3aa038cc9 post_install() { vlicense LICENSE