diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2011-09-07 17:05:42 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-08 09:55:55 +0100 |
commit | b23e51e6c961cf3f7e2aaf89648fecce78424c99 (patch) | |
tree | 4263c95b3ed3cff55209ab1bca9a31521c413e6f /meta/recipes-core/base-passwd | |
parent | fa8dad209247b780590bc8476b5b16e6608d7907 (diff) | |
download | openembedded-core-b23e51e6c961cf3f7e2aaf89648fecce78424c99.tar.gz openembedded-core-b23e51e6c961cf3f7e2aaf89648fecce78424c99.tar.bz2 openembedded-core-b23e51e6c961cf3f7e2aaf89648fecce78424c99.tar.xz openembedded-core-b23e51e6c961cf3f7e2aaf89648fecce78424c99.zip |
base.bbclass: fix substring matching in COMMERCIAL_LICENSE
Previously, if for example you had a package called "mx", and a second
package called "libomxil" listed in COMMERCIAL_LICENSE (without mx being
listed there), it would match mx as being commercially licensed because
mx is a substring of libomxil. Fix the search to ensure it only matches
the listed package name exactly.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/base-passwd')
0 files changed, 0 insertions, 0 deletions