[meta-xfce,2/2] catfish: Do not set PYPA_WHEEL

Message ID 20220309190543.664728-2-raj.khem@gmail.com
State New
Headers show
Series [meta-python,1/2] Revert "python3-smbus: fix wheel build" | expand

Commit Message

Khem Raj March 9, 2022, 7:05 p.m. UTC
OE-Core has addressed the pertaining issue which does not require
setting this here anymore

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-xfce/recipes-apps/catfish/catfish_4.16.3.bb | 1 -
 1 file changed, 1 deletion(-)

Comments

Ross Burton March 10, 2022, 9:30 a.m. UTC | #1
Ah, if those patches have landed I can send my patchbomb to meta-oe :)

Ross

On Wed, 9 Mar 2022 at 19:05, Khem Raj <raj.khem@gmail.com> wrote:
>
> OE-Core has addressed the pertaining issue which does not require
> setting this here anymore
>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
>  meta-xfce/recipes-apps/catfish/catfish_4.16.3.bb | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/meta-xfce/recipes-apps/catfish/catfish_4.16.3.bb b/meta-xfce/recipes-apps/catfish/catfish_4.16.3.bb
> index 6aa5ae8c30..27a807be29 100644
> --- a/meta-xfce/recipes-apps/catfish/catfish_4.16.3.bb
> +++ b/meta-xfce/recipes-apps/catfish/catfish_4.16.3.bb
> @@ -4,7 +4,6 @@ LICENSE = "GPL-2.0-only"
>  LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4"
>
>  inherit xfce-app setuptools_build_meta gtk-icon-cache mime-xdg
> -PYPA_WHEEL = "${B}/dist/UNKNOWN-*-*.whl"
>
>  DEPENDS += "python3-distutils-extra-native"
>
> --
> 2.35.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#95911): https://lists.openembedded.org/g/openembedded-devel/message/95911
> Mute This Topic: https://lists.openembedded.org/mt/89669707/1676615
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [ross@burtonini.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Khem Raj March 10, 2022, 2:59 p.m. UTC | #2
On Thu, Mar 10, 2022 at 1:31 AM Ross Burton <ross@burtonini.com> wrote:

> Ah, if those patches have landed I can send my patchbomb to meta-oe :)
>

Ok


> Ross
>
> On Wed, 9 Mar 2022 at 19:05, Khem Raj <raj.khem@gmail.com> wrote:
> >
> > OE-Core has addressed the pertaining issue which does not require
> > setting this here anymore
> >
> > Signed-off-by: Khem Raj <raj.khem@gmail.com>
> > ---
> >  meta-xfce/recipes-apps/catfish/catfish_4.16.3.bb | 1 -
> >  1 file changed, 1 deletion(-)
> >
> > diff --git a/meta-xfce/recipes-apps/catfish/catfish_4.16.3.bb
> b/meta-xfce/recipes-apps/catfish/catfish_4.16.3.bb
> > index 6aa5ae8c30..27a807be29 100644
> > --- a/meta-xfce/recipes-apps/catfish/catfish_4.16.3.bb
> > +++ b/meta-xfce/recipes-apps/catfish/catfish_4.16.3.bb
> > @@ -4,7 +4,6 @@ LICENSE = "GPL-2.0-only"
> >  LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4"
> >
> >  inherit xfce-app setuptools_build_meta gtk-icon-cache mime-xdg
> > -PYPA_WHEEL = "${B}/dist/UNKNOWN-*-*.whl"
> >
> >  DEPENDS += "python3-distutils-extra-native"
> >
> > --
> > 2.35.1
> >
> >
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > View/Reply Online (#95911):
> https://lists.openembedded.org/g/openembedded-devel/message/95911
> > Mute This Topic: https://lists.openembedded.org/mt/89669707/1676615
> > Group Owner: openembedded-devel+owner@lists.openembedded.org
> > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [
> ross@burtonini.com]
> > -=-=-=-=-=-=-=-=-=-=-=-
> >
>

Patch

diff --git a/meta-xfce/recipes-apps/catfish/catfish_4.16.3.bb b/meta-xfce/recipes-apps/catfish/catfish_4.16.3.bb
index 6aa5ae8c30..27a807be29 100644
--- a/meta-xfce/recipes-apps/catfish/catfish_4.16.3.bb
+++ b/meta-xfce/recipes-apps/catfish/catfish_4.16.3.bb
@@ -4,7 +4,6 @@  LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4"
 
 inherit xfce-app setuptools_build_meta gtk-icon-cache mime-xdg
-PYPA_WHEEL = "${B}/dist/UNKNOWN-*-*.whl"
 
 DEPENDS += "python3-distutils-extra-native"