WebPlatformForEmbedded / meta-wpe

Yocto/OE - Web Platform for Embedded (WPE)
79 stars 75 forks source link

Replacing git protocol. #601

Closed Karthick-Somasundaresan closed 2 years ago

Karthick-Somasundaresan commented 2 years ago

Github will stop supporting git protocol. https://github.blog/2021-09-01-improving-git-protocol-security-github/#no-more-unauthenticated-git

Changing git:// protocol to https://

krplata commented 2 years ago

@HaseenaSainul is this PR going to be merged? I'm hitting on this now and there's a lot of failures related to the fact that we're using the git protocol.

@Karthick-Somasundaresan I think you might've missed the wpeframework.inc file, because I'm getting an error for that recipe as well.

HaseenaSainul commented 2 years ago

@Karthick-Somasundaresan Could you please resolve the conflict ?

HaseenaSainul commented 2 years ago

Please replace protocol here as well: https://github.com/WebPlatformForEmbedded/meta-wpe/blob/development/replace_gitProtocol/recipes-wpe/wpeframework/include/wpeframework.inc#L10

HaseenaSainul commented 2 years ago

@krp97, Could you please cross check this is fine for you now.