From: Elizabeth Flanagan Date: Wed, 26 Sep 2012 21:50:08 +0000 (-0700) Subject: bitbake.conf: parse license config X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0f9ca5da65611034e6d0e9158c4d2188cc4c3b2e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git bitbake.conf: parse license config license.conf hasn't been being parsed. It probably should be. (From OE-Core rev: b393b31fee3b4d42890c2bcbba09ea231c131dea) Signed-off-by: Elizabeth Flanagan Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 3496d2bb8c4..e168ef1f5b7 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 ##################################################################