diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-12-07 22:22:20 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-12-07 22:22:20 +0100 |
commit | 8dbd27fe48fdcdfee4552c2fb58e422974152daa (patch) | |
tree | 872a34a6379212742bdb6a9146f17dc7f339deb4 | |
parent | a5d23d4059cdc85956658ca6fca1dc86aa170029 (diff) | |
download | buildroot-8dbd27fe48fdcdfee4552c2fb58e422974152daa.tar.gz buildroot-8dbd27fe48fdcdfee4552c2fb58e422974152daa.zip |
pru-software-support: fix legal info again
Commit 00810e0ea3976c5b26a7fd264870f15e17a2eaa2 still didn't fix the
license information properly, so this is a new commit (properly tested
this time) fixing the license information.
Fixes:
http://autobuild.buildroot.net/results/ece1407b9f32472fb55823bb554dc026546cd26d/
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/pru-software-support/pru-software-support.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pru-software-support/pru-software-support.mk b/package/pru-software-support/pru-software-support.mk index 16d0b9743c..06983c275d 100644 --- a/package/pru-software-support/pru-software-support.mk +++ b/package/pru-software-support/pru-software-support.mk @@ -7,7 +7,7 @@ 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, GPLv2, Public Domain -PRU_SOFTWARE_SUPPORT_LICENSE_FILES = PRU_Package-v4.0-Manifest.html +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 |