All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arago-prefs: Use older versions of packages to remove additional GPLv3 licenses
@ 2015-01-19 22:00 Franklin S. Cooper Jr
  2015-01-19 22:19 ` Denys Dmytriyenko
  0 siblings, 1 reply; 3+ messages in thread
From: Franklin S. Cooper Jr @ 2015-01-19 22:00 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

From: "Franklin S. Cooper Jr" <fcooper@ti.com>

* 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.

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 .../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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-01-19 22:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-19 22:00 [PATCH] arago-prefs: Use older versions of packages to remove additional GPLv3 licenses Franklin S. Cooper Jr
2015-01-19 22:19 ` Denys Dmytriyenko
2015-01-19 22:29   ` Cooper Jr., Franklin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.