uboot: add COPY_OLD_LICENSE_FILE fix to rsync hook
authorErico Nunes <nunes.erico@gmail.com>
Tue, 29 Dec 2015 02:27:30 +0000 (00:27 -0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 29 Dec 2015 11:24:19 +0000 (12:24 +0100)
commita6a40578fc108136d7a23feb7f90f8609962d53c
treebc9d4fccb3a860fb4013f4ec39d28761778f1f93
parentcabb083814999cae69b7eb17202e3238e169aab1
uboot: add COPY_OLD_LICENSE_FILE fix to rsync hook

make legal-info breaks when using an older u-boot version in local.mk
with OVERRIDE_SRCDIR, due to the reorganization of license files which
happened in u-boot v2013.10.
This issue had already been fixed in Buildroot for the regular use of
old u-boot versions (non-local.mk).
This patch adds the same fix to UBOOT_POST_RSYNC_HOOKS so that it also
covers the local.mk case.

Signed-off-by: Erico Nunes <nunes.erico@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
boot/uboot/uboot.mk