[OE-core] [PATCH] gmp.inc: Delete "LICENSE = "GPLv3 LGPLv3""

Li xin lixin.fnst at cn.fujitsu.com
Thu Aug 20 01:42:09 UTC 2015


LICENSE are exist both in gmp.inc and gmp_6.0.0.bb,
And the LICENSE in gmp.inc is not right,so delete it.

Signed-off-by: Li Xin <lixin.fnst at cn.fujitsu.com>
---
 meta/recipes-support/gmp/gmp.inc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/recipes-support/gmp/gmp.inc b/meta/recipes-support/gmp/gmp.inc
index 65cde21..7477714 100644
--- a/meta/recipes-support/gmp/gmp.inc
+++ b/meta/recipes-support/gmp/gmp.inc
@@ -2,7 +2,6 @@ SECTION = "devel"
 SUMMARY = "GNU multiprecision arithmetic library"
 DESCRIPTION = "GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers"
 HOMEPAGE = "http://gmplib.org/"
-LICENSE = "GPLv3 LGPLv3"
 
 REVISION ?= ""
 
-- 
1.8.4.2




More information about the Openembedded-core mailing list