[yocto-autobuilder-helper] auh-config: correct LICENSE_FLAGS variable

Message ID 20220301111924.254586-1-alex.kanavin@gmail.com
State New
Headers show
Series [yocto-autobuilder-helper] auh-config: correct LICENSE_FLAGS variable | expand

Commit Message

Alexander Kanavin March 1, 2022, 11:19 a.m. UTC
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 scripts/auh-config/local.conf.append | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Patch

diff --git a/scripts/auh-config/local.conf.append b/scripts/auh-config/local.conf.append
index 25c062b..52e507f 100644
--- a/scripts/auh-config/local.conf.append
+++ b/scripts/auh-config/local.conf.append
@@ -1,5 +1,5 @@ 
 
 INHERIT += "buildhistory"
-LICENSE_FLAGS_WHITELIST = "commercial"
+LICENSE_FLAGS_ACCEPTED = "commercial"
 DISTRO_FEATURES:append:libc-glibc = ' systemd'
 DISTRO_FEATURES:append = ' pam'