On 8/2/21 11:45 AM, Bruce Ashfield wrote: > [Please note: This e-mail is from an EXTERNAL e-mail address] > > In message: RE: [meta-virtualization][PATCH v3] python3: remove the no-longer required bbappend > on 31/07/2021 Ruslan Babayev (fib) wrote: > >> Can this be cherry-picked into dunfell please? > No problem. > > It is now on dunfell as well. > > Bruce Hi,  Bruce Can this be cherry-picked into hardnott please?  python3-native build also failed on hardnott. Thanks //Changqing >> -----Original Message----- >> From: meta-virtualization@lists.yoctoproject.org On Behalf Of Bruce Ashfield >> Sent: Thursday, July 29, 2021 7:57 AM >> To: Ruslan Babayev (fib) >> Cc: meta-virtualization@lists.yoctoproject.org >> Subject: Re: [meta-virtualization][PATCH v3] python3: remove the no-longer required bbappend >> >> merged. >> >> Bruce >> >> In message: [meta-virtualization][PATCH v3] python3: remove the no-longer required bbappend on 26/07/2021 Ruslan Babayev wrote: >> >>> It has been carried over from python2 and is no longer required. More >>> importantly it breaks the python3-native build due to >>> ${STAGING_DIR_TARGET} being "" for native recipes. >>> >>> Signed-off-by: Ruslan Babayev >>> --- >>> recipes-devtools/python/python3_3.%.bbappend | 1 - >>> recipes-devtools/python/python3_virtualization.inc | 8 -------- >>> 2 files changed, 9 deletions(-) >>> delete mode 100644 recipes-devtools/python/python3_3.%.bbappend >>> delete mode 100644 recipes-devtools/python/python3_virtualization.inc >>> >>> diff --git a/recipes-devtools/python/python3_3.%.bbappend >>> b/recipes-devtools/python/python3_3.%.bbappend >>> deleted file mode 100644 >>> index 617cacc..0000000 >>> --- a/recipes-devtools/python/python3_3.%.bbappend >>> +++ /dev/null >>> @@ -1 +0,0 @@ >>> -require ${@bb.utils.contains('DISTRO_FEATURES', 'virtualization', >>> '${BPN}_virtualization.inc', '', d)} diff --git >>> a/recipes-devtools/python/python3_virtualization.inc >>> b/recipes-devtools/python/python3_virtualization.inc >>> deleted file mode 100644 >>> index 55301c7..0000000 >>> --- a/recipes-devtools/python/python3_virtualization.inc >>> +++ /dev/null >>> @@ -1,8 +0,0 @@ >>> -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" >>> - >>> -DEPENDS += " ncurses" >>> - >>> -do_compile_prepend() { >>> - export LIBRARY_PATH=${STAGING_DIR_TARGET}/lib >>> -} >>> - >>> -- >>> 2.26.2.Cisco >>> >>> >>> >>>