remove duplicate license that already exists in meta-oe

Signed-off-by: Derek Straka <derek@asterius.io>
This commit is contained in:
Derek Straka
2016-08-02 10:48:55 -04:00
parent 210642776c
commit 0992dbb4bc
3 changed files with 1 additions and 14 deletions
-2
View File
@@ -8,7 +8,5 @@ BBFILE_COLLECTIONS += "rust-layer"
BBFILE_PATTERN_rust-layer := "^${LAYERDIR}/" BBFILE_PATTERN_rust-layer := "^${LAYERDIR}/"
BBFILE_PRIORITY_rust-layer = "7" BBFILE_PRIORITY_rust-layer = "7"
LICENSE_PATH += "${LAYERDIR}/files/common-licenses"
# Override security flags # Override security flags
require conf/distro/include/rust_security_flags.inc require conf/distro/include/rust_security_flags.inc
@@ -1,11 +0,0 @@
LINKING EXCEPTION
In addition to the permissions in the GNU General Public License, the authors
give you unlimited permission to link the compiled version of this library into
combinations with other programs, and to distribute those combinations without
any restriction coming from the use of this file. (The General Public License
restrictions do apply in other respects; for example, they cover modification
of the file, and distribution when not linked into a combined executable.)
insert GPL v2 text here
+1 -1
View File
@@ -1,6 +1,6 @@
SUMMARY = "the Git linkable library" SUMMARY = "the Git linkable library"
HOMEPAGE = "http://libgit2.github.com/" HOMEPAGE = "http://libgit2.github.com/"
LICENSE = "GPL-2.0-with-linking-exception" LICENSE = "GPL-2.0-with-GCC-exception"
DEPENDS = "openssl zlib" DEPENDS = "openssl zlib"