From 25b42552049a300e10d962f8b14fe13862cde80e Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Fri, 6 Nov 2015 10:10:15 -0600 Subject: [PATCH] remove conf/licenses.conf Per conversation in #rust with kergoth this file is causing a backtrace in bitbake because its overriding the meta/conf/licenses.conf file. The behavior that's expected out of this isn't valid with newer Yocto releases so its possible this is for an older version. Signed-off-by: Doug Goldstein --- conf/licenses.conf | 1 - 1 file changed, 1 deletion(-) delete mode 100644 conf/licenses.conf diff --git a/conf/licenses.conf b/conf/licenses.conf deleted file mode 100644 index cb77f00..0000000 --- a/conf/licenses.conf +++ /dev/null @@ -1 +0,0 @@ -SRC_DISTRIBUTE_LICENSES += "GPL-2.0-with-linking-exception"