diff options
author | Florin Sarbu <florin.sarbu@windriver.com> | 2014-10-01 21:36:29 +0300 |
---|---|---|
committer | Holger Behrens <holger.behrens@windriver.com> | 2014-10-17 17:29:11 +0200 |
commit | 983ebe7d6e70b2236dba0e67aae2b66eae90378a (patch) | |
tree | c0bdf9932b0d20777310f32db62230a21caa21ce | |
parent | e362140313469a9fdfc8fe7fba92d3aa813d62bb (diff) | |
download | meta-ivi-983ebe7d6e70b2236dba0e67aae2b66eae90378a.tar.gz meta-ivi-983ebe7d6e70b2236dba0e67aae2b66eae90378a.tar.bz2 meta-ivi-983ebe7d6e70b2236dba0e67aae2b66eae90378a.zip |
local.conf.sample: Comment out INCOMPATIBLE_LICENSE for GPLv3.
The demo images contains GPLv3 packages (python-pyqt and friends) so we
need to allow those into the rootfs.
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
-rw-r--r-- | meta-ivi-demo/conf/local.conf.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ivi-demo/conf/local.conf.sample b/meta-ivi-demo/conf/local.conf.sample index 5c26f74..692c1d3 100644 --- a/meta-ivi-demo/conf/local.conf.sample +++ b/meta-ivi-demo/conf/local.conf.sample @@ -79,7 +79,7 @@ MACHINE ??= "qemux86-64" # these defaults. # DISTRO ?= "poky-ivi-systemd" -INCOMPATIBLE_LICENSE ?= "GPLv3" +# INCOMPATIBLE_LICENSE ?= "GPLv3" # # Package Management configuration |