mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
systemtap: upgrade 5.2 -> 5.3
* fixed patch fuzz issue [RP: Set tag in SRC_URI to match version] (From OE-Core rev: fe684159ce99c83d87486142c1bd9fe3516f2984) Signed-off-by: Victor Kamensky <victor.kamensky7@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
56afa4b4c6
commit
a226578881
|
@ -13,19 +13,16 @@ Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
|
||||||
stringtable.h | 2 +-
|
stringtable.h | 2 +-
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
diff --git a/stringtable.h b/stringtable.h
|
Index: git/stringtable.h
|
||||||
index 5fc42e7..6fd8a1e 100644
|
===================================================================
|
||||||
--- a/stringtable.h
|
--- git.orig/stringtable.h
|
||||||
+++ b/stringtable.h
|
+++ git/stringtable.h
|
||||||
@@ -19,7 +19,7 @@
|
@@ -23,7 +23,7 @@
|
||||||
|
|
||||||
#if defined(HAVE_BOOST_UTILITY_STRING_REF_HPP)
|
#if 0 && defined(HAVE_BOOST_UTILITY_STRING_REF_HPP)
|
||||||
#include <boost/version.hpp>
|
#include <boost/version.hpp>
|
||||||
-#include <boost/utility/string_ref.hpp> //header with string_ref
|
-#include <boost/utility/string_ref.hpp> //header with string_ref
|
||||||
+#include "@RELATIVE_STAGING_INCDIR@/boost/utility/string_ref.hpp" //header with string_ref
|
+#include "@RELATIVE_STAGING_INCDIR@/boost/utility/string_ref.hpp" //header with string_ref
|
||||||
|
|
||||||
// XXX: experimental tunables
|
// XXX: experimental tunables
|
||||||
#define INTERNED_STRING_FIND_MEMMEM 1 /* perf stat indicates a very slight benefit */
|
#define INTERNED_STRING_FIND_MEMMEM 1 /* perf stat indicates a very slight benefit */
|
||||||
--
|
|
||||||
2.7.4
|
|
||||||
|
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
LICENSE = "GPL-2.0-only"
|
LICENSE = "GPL-2.0-only"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||||
|
|
||||||
SRC_URI = "git://sourceware.org/git/systemtap.git;protocol=https;branch=master \
|
SRC_URI = "git://sourceware.org/git/systemtap.git;protocol=https;branch=master;tag=release-${PV} \
|
||||||
file://0001-Do-not-let-configure-write-a-python-location-into-th.patch \
|
file://0001-Do-not-let-configure-write-a-python-location-into-th.patch \
|
||||||
file://0001-Install-python-modules-to-correct-library-dir.patch \
|
file://0001-Install-python-modules-to-correct-library-dir.patch \
|
||||||
file://0001-staprun-stapbpf-don-t-support-installing-a-non-root.patch \
|
file://0001-staprun-stapbpf-don-t-support-installing-a-non-root.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRCREV = "3a92ffe673c1621309a0b60892114495b651c9de"
|
SRCREV = "c4fc655170b534478a6b131292b987630c7c0865"
|
||||||
|
|
||||||
COMPATIBLE_HOST = '(x86_64|i.86|powerpc|arm|aarch64|microblazeel|mips|riscv64).*-linux'
|
COMPATIBLE_HOST = '(x86_64|i.86|powerpc|arm|aarch64|microblazeel|mips|riscv64).*-linux'
|
||||||
COMPATIBLE_HOST:libc-musl = 'null'
|
COMPATIBLE_HOST:libc-musl = 'null'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user