mirror of
https://git.yoctoproject.org/poky
synced 2026-02-25 10:59:41 +01:00
Removed patches are in upstream. Rebase monitor-option.patch and no-msgfmt-check.patch Add support for python 3 probes (this necessitates the 0001-Do-not-let-configure-write-a-python-location-into-th.patch and the Add 0001-Install-python-modules-to-correct-library-dir.patch to install python modules to correct destination). Add perl to RDEPENDS to fix a QA warning about one of the installed files. (From OE-Core rev: e3bccfba499565ea13f154a11dadcab48ef5e0ab) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
26 lines
671 B
Diff
26 lines
671 B
Diff
From ab29615ed6c2e779b472903564dc683dc1015de7 Mon Sep 17 00:00:00 2001
|
|
From: Alexander Kanavin <alex.kanavin@gmail.com>
|
|
Date: Wed, 22 Feb 2017 13:37:33 +0200
|
|
Subject: [PATCH] Do not let configure write a python location into the dtrace
|
|
binary
|
|
|
|
Upstream-Status: Inappropriate [oe-core specific]
|
|
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
|
|
---
|
|
dtrace.in | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/dtrace.in b/dtrace.in
|
|
index 5e1cf8079..a24229cbc 100644
|
|
--- a/dtrace.in
|
|
+++ b/dtrace.in
|
|
@@ -1,4 +1,4 @@
|
|
-#!@preferred_python@
|
|
+#!/usr/bin/python3
|
|
# vim: et sta sts=4 sw=4 ts=8
|
|
|
|
# This handles the systemtap equivalent of
|
|
--
|
|
2.11.0
|
|
|