I have actually queued a patch to remove this recipe altogether. It's a dead project, and superseded by ffmpeg long time ago.
Alex On Thu, 18 Apr 2024 at 00:28, Jon Mason via lists.openembedded.org <[email protected]> wrote: > > UPSTREAM_CHECK_URI pointed to a URL that does not exist, causing > UNKNOWN_BROKEN error when running `devtool check-upgrade-status`. > There doesn't appear to be a way to check on sourceforge for new > versions (and there hasn't been a new version in over a decade at this > point). There is a way to use CVS, but sourceforge is decommissioning > CVS (and it doesn't make sense to switch to something that is being > removed). So, just doing UPSTREAM_VERSION_UNKNOWN. > > Signed-off-by: Jon Mason <[email protected]> > --- > meta/recipes-multimedia/liba52/liba52_0.7.4.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/recipes-multimedia/liba52/liba52_0.7.4.bb > b/meta/recipes-multimedia/liba52/liba52_0.7.4.bb > index 684dd590ca15..d52310b8ca92 100644 > --- a/meta/recipes-multimedia/liba52/liba52_0.7.4.bb > +++ b/meta/recipes-multimedia/liba52/liba52_0.7.4.bb > @@ -16,7 +16,7 @@ SRC_URI = > "https://sourceforge.net/projects/liba52/files/a52dec-${PV}.tar.gz \ > SRC_URI[md5sum] = "1a2e77b4f7aacd858961a6b727710551" > SRC_URI[sha256sum] = > "c1931bc511dc48987fdba6888be577f3035e3f0b6b81d3ea3e766fca8d18e128" > > -UPSTREAM_CHECK_URI = "http://liba52.sourceforge.net/downloads.html" > +UPSTREAM_VERSION_UNKNOWN = "1" > > S = "${WORKDIR}/a52dec-${PV}" > > -- > 2.30.2 > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#198498): https://lists.openembedded.org/g/openembedded-core/message/198498 Mute This Topic: https://lists.openembedded.org/mt/105587759/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
