From 1d970d96bab928c230fca19fea3c3586e3244e7d Mon Sep 17 00:00:00 2001 From: Patrick Walther Date: Thu, 12 Aug 2021 20:59:36 +0200 Subject: [PATCH] CHG: [mac80211] rename meta package name BugzId: 74268 --- recipes-kernel/mac80211/mac80211_5.10.16-1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/mac80211/mac80211_5.10.16-1.bb b/recipes-kernel/mac80211/mac80211_5.10.16-1.bb index e5bdb04..ebab407 100644 --- a/recipes-kernel/mac80211/mac80211_5.10.16-1.bb +++ b/recipes-kernel/mac80211/mac80211_5.10.16-1.bb @@ -58,7 +58,7 @@ do_configure_prepend() { # Create a meta package with another name, in this way we can # always build this receipe but only install the modules # when requiered. -KERNEL_MODULES_META_PACKAGE = "kernel-module-mac80211" +KERNEL_MODULES_META_PACKAGE = "kernel-module-wlan-backports" FILES_${KERNEL_MODULES_META_PACKAGE} = "" ALLOW_EMPTY_${KERNEL_MODULES_META_PACKAGE} = "1"