diff options
| author | Andrew Jeffery <andrew@aj.id.au> | 2018-05-10 16:07:18 +0930 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2018-08-24 09:14:05 -0700 |
| commit | bdf5540dc510bb7cfaca1b9045533cd558954681 (patch) | |
| tree | e452b06459d0bbad17cc3386ca02bd1ada925150 /meta-python/recipes-devtools/python/python-pyflame_1.6.6.bb | |
| parent | 82fc7b9e2670f083c1046252e6eed488b63afde9 (diff) | |
| download | meta-openembedded-bdf5540dc510bb7cfaca1b9045533cd558954681.tar.gz | |
meta-python: Make python-pyflame cope with prelinked ELFs
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pyflame_1.6.6.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python-pyflame_1.6.6.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyflame_1.6.6.bb b/meta-python/recipes-devtools/python/python-pyflame_1.6.6.bb index 7a6d3b0996..abf3ed7fee 100644 --- a/meta-python/recipes-devtools/python/python-pyflame_1.6.6.bb +++ b/meta-python/recipes-devtools/python/python-pyflame_1.6.6.bb | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | require python-pyflame.inc | 1 | require python-pyflame.inc |
| 2 | 2 | ||
| 3 | SRC_URI += "file://0001-ptrace-Abstract-over-user_regs_struct-name-which-dif.patch" | 3 | SRC_URI += "file://0001-ptrace-Abstract-over-user_regs_struct-name-which-dif.patch" |
| 4 | SRC_URI += "file://0001-symbol-Account-for-prelinked-shared-objects.patch" | ||
