layerscape: fix package download
authorHauke Mehrtens <hauke@hauke-m.de>
Thu, 21 Dec 2017 08:32:51 +0000 (09:32 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Thu, 21 Dec 2017 09:02:16 +0000 (10:02 +0100)
commitdda2229c52c78d177a417e261d3dd912f65101fe
treeb5ee53da2b4bb939887b40af1f9d3df2cfeabdb2
parente90dc8d27221bf00daa7c49a986cc0bac6f2e070
layerscape: fix package download

The git hash was changed for multiple layerscape packages without
changing the version number. The LEDE build system will not download the
packages again if the old version is already there and so some people
and the build bots are using wrong version of some packages. Use
PKG_SOURCE_DATE instead of PKG_VERSION to generate packages with the
date and the first charterers of the git hash. This will change the file
name and make the build system download them again, also if in future
the git hash is changed the file name will change and trigger a new
download.

This should fix a problem spotted by build bot.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
package/boot/uboot-layerscape/Makefile
package/firmware/layerscape/fman-ucode/Makefile
package/firmware/layerscape/ls-dpl/Makefile
package/firmware/layerscape/ls-mc/Makefile
package/firmware/layerscape/ls-ppa/Makefile
package/firmware/layerscape/ls-rcw/Makefile
package/firmware/layerscape/ppfe-firmware/Makefile
package/network/utils/layerscape/restool/Makefile