kumquat-buildroot/package/freescale-imx
Maxime Hadjinlian 514291f39e packages: use new $($PKG)_DL_DIR) variable
Instead of DL_DIR, the package should now use $(PKG)_DL_DIR to ease the
transition into a new directory structure for DL_DIR.

This commit has been generated with the following scripts:

for i in $(find . -iname "*.mk"); do
	if ! grep -q "\$(DL_DIR)" ${i}; then
		continue
	fi
	pkg_name="$(basename $(dirname ${i}))"
	[ "${pkg_name}" = "package" ] && continue
	raw_pkg_name=$(echo ${pkg_name} | tr [a-z] [A-Z] | tr '-' '_')
	pkg_dl_dir="${raw_pkg_name}_DL_DIR"
	sed -i "s/\$(DL_DIR)/\$($pkg_dl_dir)/" ${i}
done

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2018-04-02 15:53:53 +02:00
..
firmware-imx packages: use new $($PKG)_DL_DIR) variable 2018-04-02 15:53:53 +02:00
gpu-amd-bin-mx51 packages: use new $($PKG)_DL_DIR) variable 2018-04-02 15:53:53 +02:00
imx-codec packages: use new $($PKG)_DL_DIR) variable 2018-04-02 15:53:53 +02:00
imx-gpu-g2d packages: use new $($PKG)_DL_DIR) variable 2018-04-02 15:53:53 +02:00
imx-gpu-viv packages: use new $($PKG)_DL_DIR) variable 2018-04-02 15:53:53 +02:00
imx-kobs imx-kobs: bump revision to a0e9adce 2018-01-07 15:38:45 +01:00
imx-lib
imx-m4fwloader imx-m4fwloader: new package 2018-01-28 09:53:44 +01:00
imx-parser packages: use new $($PKG)_DL_DIR) variable 2018-04-02 15:53:53 +02:00
imx-uuc imx-uuc: bump revision to 2ae63428 2018-01-07 15:38:59 +01:00
imx-vpu packages: use new $($PKG)_DL_DIR) variable 2018-04-02 15:53:53 +02:00
imx-vpuwrap packages: use new $($PKG)_DL_DIR) variable 2018-04-02 15:53:53 +02:00
kernel-module-imx-gpu-viv
libz160 packages: use new $($PKG)_DL_DIR) variable 2018-04-02 15:53:53 +02:00
Config.in package/freescale-imx: Remove imx6s from has_vpu list 2018-03-31 23:05:19 +02:00
freescale-imx.mk