[oe-commits] Elizabeth Flanagan : bitbake.conf: parse license config

git at git.openembedded.org git at git.openembedded.org
Fri Sep 28 10:15:29 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: b393b31fee3b4d42890c2bcbba09ea231c131dea
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=b393b31fee3b4d42890c2bcbba09ea231c131dea

Author: Elizabeth Flanagan <elizabeth.flanagan at intel.com>
Date:   Wed Sep 26 14:50:08 2012 -0700

bitbake.conf: parse license config

license.conf hasn't been being parsed. It probably should be.

Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan at intel.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 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 3496d2b..e168ef1 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
 
 ##################################################################





More information about the Openembedded-commits mailing list