From: Elizabeth Flanagan Date: Wed, 26 Sep 2012 21:50:08 +0000 (-0700) Subject: bitbake.conf: parse license config X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~39857 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b393b31fee3b4d42890c2bcbba09ea231c131dea;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 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 ##################################################################