diff options
author | David-John Willis <John.Willis@Distant-earth.com> | 2012-06-29 15:15:49 -0700 |
---|---|---|
committer | David-John Willis <John.Willis@Distant-earth.com> | 2012-06-29 15:15:49 -0700 |
commit | ea603975e9fd7726cc1012a0899117294740d64e (patch) | |
tree | 8ad53e70c883f6f69dc8d25ab7802e5cc545c4b7 | |
parent | 426cafd050b0b19baddc6397eb3e88561d5006b2 (diff) | |
parent | 8484b97e61beb4ea82cc38d6e4a8cf0ad412866a (diff) | |
download | meta-raspberrypi-ea603975e9fd7726cc1012a0899117294740d64e.tar.gz |
Merge pull request #5 from agherzan/devel_misc
bcm2835-bootfiles: Modify LICENSE to match license from poky common licenses.
-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 285f5ab..e059142 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 | ||