Ver código fonte

package/uftrace: bump to version 0.12

Drop second patch (already in version)

https://github.com/namhyung/uftrace/blob/v0.12/NEWS

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Fabrice Fontaine 2 anos atrás
pai
commit
1cb57485c8

+ 0 - 31
package/uftrace/0002-arch-arm-mcount-support.c-define-EF_ARM_VFP_FLOAT-wh.patch

@@ -1,31 +0,0 @@
-From 4e543097e62eb052650433d1d4c9c5996d30f242 Mon Sep 17 00:00:00 2001
-From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-Date: Fri, 23 Apr 2021 23:06:01 +0200
-Subject: [PATCH] arch/arm/mcount-support.c: define EF_ARM_VFP_FLOAT when not
- available
-
-uClibc-ng <elf.h> doesn't define EF_ARM_VFP_FLOAT, so let's define it.
-
-Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
----
- arch/arm/mcount-support.c | 4 ++++
- 1 file changed, 4 insertions(+)
-
-diff --git a/arch/arm/mcount-support.c b/arch/arm/mcount-support.c
-index 8d23460b..51331740 100644
---- a/arch/arm/mcount-support.c
-+++ b/arch/arm/mcount-support.c
-@@ -3,6 +3,10 @@
- #include <link.h>
- #include <elf.h>
- 
-+#ifndef EF_ARM_VFP_FLOAT
-+# define EF_ARM_VFP_FLOAT 0x400
-+#endif
-+
- #ifndef EF_ARM_ABI_FLOAT_HARD
- # define EF_ARM_ABI_FLOAT_HARD  EF_ARM_VFP_FLOAT
- #endif
--- 
-2.30.2
-

+ 1 - 1
package/uftrace/uftrace.hash

@@ -1,3 +1,3 @@
 # Locally computed
 # Locally computed
-sha256  b8b56d540ea95c3eafe56440d6a998e0a140d53ca2584916b6ca82702795bbd9  uftrace-0.10.tar.gz
+sha256  2aad01f27d4f18717b681824c7a28ac3e1efd5e7bbed3ec888a3ea5af60e3700  uftrace-0.12.tar.gz
 sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  COPYING
 sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  COPYING

+ 1 - 1
package/uftrace/uftrace.mk

@@ -4,7 +4,7 @@
 #
 #
 ################################################################################
 ################################################################################
 
 
-UFTRACE_VERSION = 0.10
+UFTRACE_VERSION = 0.12
 UFTRACE_SITE = $(call github,namhyung,uftrace,v$(UFTRACE_VERSION))
 UFTRACE_SITE = $(call github,namhyung,uftrace,v$(UFTRACE_VERSION))
 UFTRACE_LICENSE = GPL-2.0
 UFTRACE_LICENSE = GPL-2.0
 UFTRACE_LICENSE_FILES = COPYING
 UFTRACE_LICENSE_FILES = COPYING