diff options
author | Elizabeth Flanagan <elizabeth.flanagan@intel.com> | 2012-09-26 14:50:08 -0700 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2012-09-28 01:14:02 -0700 |
commit | b393b31fee3b4d42890c2bcbba09ea231c131dea (patch) | |
tree | 7af2e10592bc87e3fe9bcdab963114455ca25004 | |
parent | c6e13d9cd26d016ab06e7447b307d413e1331aa0 (diff) | |
download | openembedded-core-b393b31fee3b4d42890c2bcbba09ea231c131dea.tar.gz openembedded-core-b393b31fee3b4d42890c2bcbba09ea231c131dea.tar.bz2 openembedded-core-b393b31fee3b4d42890c2bcbba09ea231c131dea.zip |
bitbake.conf: parse license config
license.conf hasn't been being parsed. It probably should be.
Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r-- | meta/conf/bitbake.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 3496d2bb8c..e168ef1f5b 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -683,6 +683,7 @@ include conf/machine-sdk/${SDKMACHINE}.conf include conf/distro/${DISTRO}.conf include conf/distro/defaultsetup.conf include conf/documentation.conf +include conf/licenses.conf require conf/sanity.conf ################################################################## |