From: Denys Dmytriyenko <[email protected]> Signed-off-by: Denys Dmytriyenko <[email protected]> --- meta-arago-distro/conf/distro/include/arago-prefs.inc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/meta-arago-distro/conf/distro/include/arago-prefs.inc b/meta-arago-distro/conf/distro/include/arago-prefs.inc index ac18258..546cecb 100644 --- a/meta-arago-distro/conf/distro/include/arago-prefs.inc +++ b/meta-arago-distro/conf/distro/include/arago-prefs.inc @@ -28,12 +28,13 @@ PREFERRED_PROVIDER_jpeg = "libjpeg-turbo" # Setting PREFERRED_VERSIONS due to selecting a specific version of a library or # application that does not have a GPLv3 license -PREFERRED_VERSION_gdbm = "1.8.3" PREFERRED_VERSION_crda = "3.18" PREFERRED_VERSION_obex = "0.34" -PREFERRED_VERSION_bash = "3.2.57" -PREFERRED_VERSION_gettext = "0.16.1" -PREFERRED_VERSION_elfutils = "0.148" +# These old GPLv2 versions are no longer in OE-Core +#PREFERRED_VERSION_gdbm = "1.8.3" +#PREFERRED_VERSION_bash = "3.2.57" +#PREFERRED_VERSION_gettext = "0.16.1" +#PREFERRED_VERSION_elfutils = "0.148" PREFERRED_PROVIDER_libnl-xfrm = "libnl" -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
