From: Rahul Bedarkar Date: Sat, 1 Apr 2017 19:06:29 +0000 (+0530) Subject: python-nfc: use SPDX short identifier for EUPL license X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e05c3ad1275a428621124db56ea49c7820c3f4ca;p=buildroot.git python-nfc: use SPDX short identifier for EUPL license Signed-off-by: Rahul Bedarkar Signed-off-by: Thomas Petazzoni --- diff --git a/package/python-nfc/python-nfc.mk b/package/python-nfc/python-nfc.mk index 87db577b22..574d2e56e2 100644 --- a/package/python-nfc/python-nfc.mk +++ b/package/python-nfc/python-nfc.mk @@ -9,6 +9,6 @@ PYTHON_NFC_SITE = https://launchpad.net/nfcpy PYTHON_NFC_SITE_METHOD = bzr PYTHON_NFC_DEPENDENCIES = libusb libusb-compat PYTHON_NFC_SETUP_TYPE = distutils -PYTHON_NFC_LICENSE = EUPLv1.1+ +PYTHON_NFC_LICENSE = EUPL-1.1+ $(eval $(python-package))