From cd8cd38281e24c56e11183ddfd46b30f7285b2c4 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Wed, 9 Nov 2022 18:19:13 -0800 Subject: [PATCH] python-osprofiler: fix the do_install failure Set PBR_VERSION to disable all version calculation logic of pbr the supplied version will be considered absolute. Issue-ID: INF-345 Signed-off-by: Jackie Huang Change-Id: I251d7c5761371c3f952be2b3755fb5786e24ad42 --- .../python/python-osprofiler_git.bbappend | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meta-stx-oran/recipes-devtools/python/python-osprofiler_git.bbappend diff --git a/meta-stx-oran/recipes-devtools/python/python-osprofiler_git.bbappend b/meta-stx-oran/recipes-devtools/python/python-osprofiler_git.bbappend new file mode 100644 index 0000000..ab03c3d --- /dev/null +++ b/meta-stx-oran/recipes-devtools/python/python-osprofiler_git.bbappend @@ -0,0 +1,16 @@ +# +# Copyright (C) 2022 Wind River Systems, Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +export PBR_VERSION = "${PV}" -- 2.16.6