These fetchers are being dropped from bitbake. Clean up the PREMIRRORS to match.
Signed-off-by: Richard Purdie <[email protected]> --- meta/classes/own-mirrors.bbclass | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta/classes/own-mirrors.bbclass b/meta/classes/own-mirrors.bbclass index 36c7f8e3f3d..817bbac0448 100644 --- a/meta/classes/own-mirrors.bbclass +++ b/meta/classes/own-mirrors.bbclass @@ -5,14 +5,11 @@ # PREMIRRORS:prepend = " \ -cvs://.*/.* ${SOURCE_MIRROR_URL} \ svn://.*/.* ${SOURCE_MIRROR_URL} \ git://.*/.* ${SOURCE_MIRROR_URL} \ gitsm://.*/.* ${SOURCE_MIRROR_URL} \ hg://.*/.* ${SOURCE_MIRROR_URL} \ -bzr://.*/.* ${SOURCE_MIRROR_URL} \ p4://.*/.* ${SOURCE_MIRROR_URL} \ -osc://.*/.* ${SOURCE_MIRROR_URL} \ https?://.*/.* ${SOURCE_MIRROR_URL} \ ftp://.*/.* ${SOURCE_MIRROR_URL} \ npm://.*/?.* ${SOURCE_MIRROR_URL} \
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#231135): https://lists.openembedded.org/g/openembedded-core/message/231135 Mute This Topic: https://lists.openembedded.org/mt/117796950/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
