diff options
author | 2019-05-15 10:57:00 +0000 | |
---|---|---|
committer | 2019-05-20 14:39:39 +0100 | |
commit | edc6680691596c9f889c3c0a0909d57d8d05b145 (patch) | |
tree | 792ffeebf41257678b8330074b4711a5c3ebae36 /licenses | |
parent | 106ba6d2a4d08a276205c305f8485d701fe8a8f3 (diff) | |
download | meta-gplv2-edc6680691596c9f889c3c0a0909d57d8d05b145.tar.gz meta-gplv2-edc6680691596c9f889c3c0a0909d57d8d05b145.tar.bz2 meta-gplv2-edc6680691596c9f889c3c0a0909d57d8d05b145.zip |
licenses: restore Elfutils-Exception from oe-core
* it's still used by:
recipes-devtools/elfutils/elfutils_0.148.bb:LICENSE = "(GPL-2+ & Elfutils-Exception)"
* was removed in oe-core with:
http://git.openembedded.org/openembedded-core/commit/?id=88188807a6ac9bab738a69f6b4caba9ed092d78f
* causing:
do_rootfs: The license listed Elfutils-Exception was not in the licenses collected for recipe elfutils
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'licenses')
-rw-r--r-- | licenses/Elfutils-Exception | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/licenses/Elfutils-Exception b/licenses/Elfutils-Exception new file mode 100644 index 0000000..627d769 --- /dev/null +++ b/licenses/Elfutils-Exception @@ -0,0 +1,12 @@ + This file describes the limits of the Exception under which you are allowed + to distribute Non-GPL Code in linked combination with Red Hat elfutils. + For the full text of the license, please see one of the header files + included with the source distribution or the file COPYING found in the + top level directory of the source. + + The Approved Interfaces are the functions declared in the files: + + libelf.h + libdw.h + libdwfl.h + |