diff mbox series

Revert "onboard: Inherit setuptools3-base instead of setuptools3"

Message ID 20221014183013.30601-1-schnitzeltony@gmail.com
State Under Review
Headers show
Series Revert "onboard: Inherit setuptools3-base instead of setuptools3" | expand

Commit Message

Andreas Müller Oct. 14, 2022, 6:30 p.m. UTC
Nothing is build/installed

This reverts commit 9c0cbd1d8f2f4d7370dfd2be747efd5014f539fa.
---
 meta-gnome/recipes-support/onboard/onboard_1.4.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Andreas Müller Oct. 14, 2022, 6:47 p.m. UTC | #1
Looked into that more: onboard has not seen notable activity since 5
years so it should better go.

Any compaints?

P.S
Think it was me who introduced it here and never thought it is that
useful - so complaints from my side :)

Andreas

On Fri, Oct 14, 2022 at 8:30 PM Andreas Müller <schnitzeltony@gmail.com> wrote:
>
> Nothing is build/installed
>
> This reverts commit 9c0cbd1d8f2f4d7370dfd2be747efd5014f539fa.
> ---
>  meta-gnome/recipes-support/onboard/onboard_1.4.1.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-gnome/recipes-support/onboard/onboard_1.4.1.bb b/meta-gnome/recipes-support/onboard/onboard_1.4.1.bb
> index 9325ef9c2..0388fc69b 100644
> --- a/meta-gnome/recipes-support/onboard/onboard_1.4.1.bb
> +++ b/meta-gnome/recipes-support/onboard/onboard_1.4.1.bb
> @@ -10,7 +10,7 @@ SRC_URI = "https://launchpad.net/onboard/1.4/${PV}/+download/${BPN}-${PV}.tar.gz
>  SRC_URI[md5sum] = "1a2fbe82e934f5b37841d17ff51e80e8"
>  SRC_URI[sha256sum] = "01cae1ac5b1ef1ab985bd2d2d79ded6fc99ee04b1535cc1bb191e43a231a3865"
>
> -inherit features_check setuptools3-base pkgconfig gtk-icon-cache gsettings mime-xdg
> +inherit features_check setuptools3 pkgconfig gtk-icon-cache gsettings mime-xdg
>
>  REQUIRED_DISTRO_FEATURES = "x11"
>
> --
> 2.35.3
>
Khem Raj Oct. 14, 2022, 10:19 p.m. UTC | #2
On Fri, Oct 14, 2022 at 11:47 AM Andreas Müller <schnitzeltony@gmail.com> wrote:
>
> Looked into that more: onboard has not seen notable activity since 5
> years so it should better go.
>
> Any compaints?
>
> P.S
> Think it was me who introduced it here and never thought it is that
> useful - so complaints from my side :)

I am all for removing dead recipes. So go for it.

>
> Andreas
>
> On Fri, Oct 14, 2022 at 8:30 PM Andreas Müller <schnitzeltony@gmail.com> wrote:
> >
> > Nothing is build/installed
> >
> > This reverts commit 9c0cbd1d8f2f4d7370dfd2be747efd5014f539fa.
> > ---
> >  meta-gnome/recipes-support/onboard/onboard_1.4.1.bb | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/meta-gnome/recipes-support/onboard/onboard_1.4.1.bb b/meta-gnome/recipes-support/onboard/onboard_1.4.1.bb
> > index 9325ef9c2..0388fc69b 100644
> > --- a/meta-gnome/recipes-support/onboard/onboard_1.4.1.bb
> > +++ b/meta-gnome/recipes-support/onboard/onboard_1.4.1.bb
> > @@ -10,7 +10,7 @@ SRC_URI = "https://launchpad.net/onboard/1.4/${PV}/+download/${BPN}-${PV}.tar.gz
> >  SRC_URI[md5sum] = "1a2fbe82e934f5b37841d17ff51e80e8"
> >  SRC_URI[sha256sum] = "01cae1ac5b1ef1ab985bd2d2d79ded6fc99ee04b1535cc1bb191e43a231a3865"
> >
> > -inherit features_check setuptools3-base pkgconfig gtk-icon-cache gsettings mime-xdg
> > +inherit features_check setuptools3 pkgconfig gtk-icon-cache gsettings mime-xdg
> >
> >  REQUIRED_DISTRO_FEATURES = "x11"
> >
> > --
> > 2.35.3
> >
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#99171): https://lists.openembedded.org/g/openembedded-devel/message/99171
> Mute This Topic: https://lists.openembedded.org/mt/94333039/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta-gnome/recipes-support/onboard/onboard_1.4.1.bb b/meta-gnome/recipes-support/onboard/onboard_1.4.1.bb
index 9325ef9c2..0388fc69b 100644
--- a/meta-gnome/recipes-support/onboard/onboard_1.4.1.bb
+++ b/meta-gnome/recipes-support/onboard/onboard_1.4.1.bb
@@ -10,7 +10,7 @@  SRC_URI = "https://launchpad.net/onboard/1.4/${PV}/+download/${BPN}-${PV}.tar.gz
 SRC_URI[md5sum] = "1a2fbe82e934f5b37841d17ff51e80e8"
 SRC_URI[sha256sum] = "01cae1ac5b1ef1ab985bd2d2d79ded6fc99ee04b1535cc1bb191e43a231a3865"
 
-inherit features_check setuptools3-base pkgconfig gtk-icon-cache gsettings mime-xdg
+inherit features_check setuptools3 pkgconfig gtk-icon-cache gsettings mime-xdg
 
 REQUIRED_DISTRO_FEATURES = "x11"