From: Elizabeth Flanagan Date: Wed, 26 Sep 2012 21:50:08 +0000 (-0700) Subject: bitbake.conf: parse license config X-Git-Tag: 2015-4~9020 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b393b31fee3b4d42890c2bcbba09ea231c131dea;p=openembedded-core.git bitbake.conf: parse license config license.conf hasn't been being parsed. It probably should be. Signed-off-by: Elizabeth Flanagan Signed-off-by: Saul Wold --- 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 ##################################################################