I want add to build "packagegroup-core-buildessential" that contain:


#
# Copyright (C) 2007 OpenedHand Ltd.
# Copyright (C) 2012 Red Hat, Inc.
#

SUMMARY = "Essential build dependencies"

inherit packagegroup

RDEPENDS_packagegroup-core-buildessential = "\
autoconf \
automake \
binutils \
binutils-symlinks \
cpp \
cpp-symlinks \
gcc \
gcc-symlinks \
g++ \
g++-symlinks \
gettext \
make \
libstdc++ \
libstdc++-dev \
libtool \
pkgconfig \
"


But most packages return the incompatible license error to me.
How can I add other licenses among those allowed?

  • No labels

1 Comment

  1. Z-Ciro D'Addio

    License whitelisting has to be handled in conf file. For example, refer meta-rdk/conf/distro/rdk.conf

    # We dont want (L)GPL-3.0+
    INCOMPATIBLE_LICENSE = "GPLv3.0 GPLv3 GPL-3.0 GPLv3+ LGPLv3.0 LGPLv3 LGPL-3.0 LGPLv3+"

    and

    LICENSE_FLAGS_WHITELIST += "commercial_gst-fluendo-mpegdemux \
    commercial_gst-ffmpeg \
    commercial_libav \
    commercial_libomxil \
    commercial_gst-openmax \
    commercial_mpg123 \
    commercial_x264 \
    commercial_gstreamer1.0-omx \
    commercial_gstreamer1.0-libav"