From 08f0114f649da1a332950b8664ad5bf5310f0f55 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) --- 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 016eed7..7a78f03 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://wpa_supplicant-full.config \ file://hostapd-full.config \ file://src/utils/build_features.h \