public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] image: fix typo in error message
@ 2022-08-23 13:01 Anton Mikanovich
  2022-08-30  6:37 ` Anton Mikanovich
  0 siblings, 1 reply; 2+ messages in thread
From: Anton Mikanovich @ 2022-08-23 13:01 UTC (permalink / raw)
  To: isar-users; +Cc: Anton Mikanovich

Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
---
 meta/classes/image.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass
index 0688b02..ba2dfa8 100644
--- a/meta/classes/image.bbclass
+++ b/meta/classes/image.bbclass
@@ -50,7 +50,7 @@ python(){
     feature_list = base_repo_features.split()
     if ('cache-deb-src' in feature_list):
         if (d.getVar('DISTRO') == 'debian-sid-ports'):
-            bb.warn("BASE_REPO_FEATURES for debian-sid-ports is not supported, disabling")
+            bb.warn("cache-deb-src for debian-sid-ports is not supported, disabling")
             feature_list.remove("cache-deb-src")
             d.setVar('BASE_REPO_FEATURES', ' '.join(feature_list))
 }
-- 
2.30.2


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-30  6:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-23 13:01 [PATCH] image: fix typo in error message Anton Mikanovich
2022-08-30  6:37 ` Anton Mikanovich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox