diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-12-05 22:40:01 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-12-05 22:40:01 +0100 |
commit | 00810e0ea3976c5b26a7fd264870f15e17a2eaa2 (patch) | |
tree | ab901765549ebac6241e446f1e6c183493ffd8a5 | |
parent | e9d1ea1027589aae82b6e6b789394b624a441d36 (diff) | |
download | buildroot-00810e0ea3976c5b26a7fd264870f15e17a2eaa2.tar.gz buildroot-00810e0ea3976c5b26a7fd264870f15e17a2eaa2.zip |
pru-software-support: fix licensing information
Fix the path to the license file, and adjust the licensing information
according to the contents of this file.
Fixes:
http://autobuild.buildroot.net/results/213cdda78b0a4762ee4fecc0f178df1225062c6f/
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/pru-software-support/pru-software-support.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/pru-software-support/pru-software-support.mk b/package/pru-software-support/pru-software-support.mk index 95d1e03d30..16d0b9743c 100644 --- a/package/pru-software-support/pru-software-support.mk +++ b/package/pru-software-support/pru-software-support.mk @@ -6,8 +6,8 @@ PRU_SOFTWARE_SUPPORT_VERSION = 804b548e69ef9fdf44445f6d0968d81cb8a1e7b4 PRU_SOFTWARE_SUPPORT_SITE = git://git.ti.com/pru-software-support-package/pru-software-support-package.git -PRU_SOFTWARE_SUPPORT_LICENSE = BSD-3c -PRU_SOFTWARE_SUPPORT_LICENSE_FILES = PRU_Package-v5.0-Manifest.html +PRU_SOFTWARE_SUPPORT_LICENSE = BSD-3c, GPLv2, Public Domain +PRU_SOFTWARE_SUPPORT_LICENSE_FILES = PRU_Package-v4.0-Manifest.html PRU_SOFTWARE_SUPPORT_DEPENDENCIES = host-ti-cgt-pru host-pru-software-support HOST_PRU_SOFTWARE_SUPPORT_DEPENDENCIES = host-ti-cgt-pru |