diff options
Diffstat (limited to 'meta/classes/packagedata.bbclass')
-rw-r--r-- | meta/classes/packagedata.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/packagedata.bbclass b/meta/classes/packagedata.bbclass index a903e5cfd2..3b962f29b5 100644 --- a/meta/classes/packagedata.bbclass +++ b/meta/classes/packagedata.bbclass | |||
@@ -24,7 +24,7 @@ python read_subpackage_metadata () { | |||
24 | continue | 24 | continue |
25 | # | 25 | # |
26 | # If we set unsuffixed variables here there is a chance they could clobber override versions | 26 | # If we set unsuffixed variables here there is a chance they could clobber override versions |
27 | # of that variable, e.g. DESCRIPTION could clobber DESCRIPTION_<pkgname> | 27 | # of that variable, e.g. DESCRIPTION could clobber DESCRIPTION:<pkgname> |
28 | # We therefore don't clobber for the unsuffixed variable versions | 28 | # We therefore don't clobber for the unsuffixed variable versions |
29 | # | 29 | # |
30 | if key.endswith("_" + pkg): | 30 | if key.endswith("_" + pkg): |