From a882fa05c6b7eb333baa8ea5ea8f6f33a082ea1e Mon Sep 17 00:00:00 2001 From: Patrick Walther Date: Tue, 18 Jan 2022 12:41:41 +0100 Subject: [PATCH] FIX: [hosapd/wpa-supplicant] use branch main to find correct commit ID while fetching sources BugzId: 77740 (cherry picked from commit 3852801829d1d4c5751d834941209cf0d8c85f79) (cherry picked from commit 08f0114f649da1a332950b8664ad5bf5310f0f55) --- recipes-connectivity/hostapd/hostapd.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-connectivity/hostapd/hostapd.inc b/recipes-connectivity/hostapd/hostapd.inc index 7b9cfae..e70518a 100644 --- a/recipes-connectivity/hostapd/hostapd.inc +++ b/recipes-connectivity/hostapd/hostapd.inc @@ -14,7 +14,7 @@ inherit pkgconfig PACKAGECONFIG = "openssl" -SRC_URI = "git://w1.fi/hostap.git;protocol=http \ +SRC_URI = "git://w1.fi/hostap.git;protocol=http;branch=main \ file://004-mesh-use-setup-completion-callback-to-complete-mesh-.patch \ file://005-mesh-update-ssid-frequency-as-pri-sec-channel-switch.patch \ file://006-mesh-inform-kernel-driver-DFS-handler-in-userspace.patch \