diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2012-05-19 21:21:23 +0300 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2012-05-21 19:32:22 +0300 |
commit | 8484b97e61beb4ea82cc38d6e4a8cf0ad412866a (patch) | |
tree | 99a97763c235d154048b17d531defd8876356f5b | |
parent | 03d3e7e6325d919ff2c64c39edd9008d0a93c7a4 (diff) | |
download | meta-raspberrypi-8484b97e61beb4ea82cc38d6e4a8cf0ad412866a.tar.gz |
bcm2835-bootfiles: Modify LICENSE to match license from poky common licenses
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rwxr-xr-x | recipes-bcm/bootfiles/bcm2835-bootfiles.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bcm/bootfiles/bcm2835-bootfiles.bb b/recipes-bcm/bootfiles/bcm2835-bootfiles.bb index c0e204d..385067a 100755 --- a/recipes-bcm/bootfiles/bcm2835-bootfiles.bb +++ b/recipes-bcm/bootfiles/bcm2835-bootfiles.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | DESCRIPTION = "Closed source binary files to help boot the ARM on the BCM2835." | 1 | DESCRIPTION = "Closed source binary files to help boot the ARM on the BCM2835." |
2 | LICENSE = "proprietary-binary" | 2 | LICENSE = "Proprietary" |
3 | 3 | ||
4 | LIC_FILES_CHKSUM = "file://LICENCE.broadcom;md5=e86e693d19572ee64cc8b17fb062faa9" | 4 | LIC_FILES_CHKSUM = "file://LICENCE.broadcom;md5=e86e693d19572ee64cc8b17fb062faa9" |
5 | 5 | ||