On Mon, Jan 19, 2015 at 04:00:49PM -0600, Franklin S. Cooper Jr wrote: > From: "Franklin S. Cooper Jr" <[email protected]> > > * Perf tool from the kernel was pulling in elfutils and m4 which by default > have > GPLv3 licenses. > * Set elfutils and m4 to an older version which uses a GPLv2 license.
Thanks! This is indeed a better solution to creating a separate packagegroup we discussed, especially since we don't really care for elfutils and m4 specific versions... > Signed-off-by: Franklin S. Cooper Jr <[email protected]> > --- > .../conf/distro/include/arago-prefs.inc | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/meta-arago-distro/conf/distro/include/arago-prefs.inc > b/meta-arago-distro/conf/distro/include/arago-prefs.inc > index 94bb9da..3421a7d 100644 > --- a/meta-arago-distro/conf/distro/include/arago-prefs.inc > +++ b/meta-arago-distro/conf/distro/include/arago-prefs.inc > @@ -111,6 +111,8 @@ PREFERRED_VERSION_crda = "1.1.3" > PREFERRED_VERSION_obex = "0.34" > PREFERRED_VERSION_bash = "3.2.48" > PREFERRED_VERSION_gettext = "0.16.1" > +PREFERRED_VERSION_elfutils = "0.148" > +PREFERRED_VERSION_m4 = "1.4.9" > > PREFERRED_PROVIDER_wpa-supplicant = "wpa-supplicant" > PREFERRED_PROVIDER_wpa-supplicant_ti33x = "wpa-supplicant-wl18xx" > -- > 1.7.9.5 > > _______________________________________________ > meta-arago mailing list > [email protected] > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
