From a5d6f02ea0b3e72dda6999fa14c5120fd151ec7f Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Thu, 2 Jan 2020 12:25:43 +0100 Subject: [PATCH] python-xbee: fix mispelled license name Clean up this warning on build: python3-xbee: No generic license file exists for: MPL2.0 in any provider Signed-off-by: Javier Viguera --- meta-digi-dey/recipes-devtools/python3-xbee/python3-xbee.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-digi-dey/recipes-devtools/python3-xbee/python3-xbee.inc b/meta-digi-dey/recipes-devtools/python3-xbee/python3-xbee.inc index 48022327f..9ab2020b6 100644 --- a/meta-digi-dey/recipes-devtools/python3-xbee/python3-xbee.inc +++ b/meta-digi-dey/recipes-devtools/python3-xbee/python3-xbee.inc @@ -3,7 +3,7 @@ SUMMARY = "Python library to interact with Digi International's XBee radio frequency modules." HOMEPAGE = "https://github.com/digidotcom/python-xbee" -LICENSE = "MPL2.0" +LICENSE = "MPL-2.0" PYPI_PACKAGE = "digi-xbee"