fsl-eula2-unpack2.bbclass: Add / after FSL_MIRROR

If FSL_MIRROR is assigned without a trailing backslash, the default
value of SRC_URI is incorrect.

Add an explicit backslash to fix this. It works both with and without
the backslash.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
This commit is contained in:
Tom Hochstein 2022-10-07 10:43:51 -05:00
parent 64ef3a5620
commit 77d2b4a389

View File

@ -6,7 +6,7 @@ inherit fsl-eula-unpack fsl-eula2
IMX_PACKAGE_VERSION = "${PV}"
SRC_URI = "${FSL_MIRROR}${IMX_PACKAGE_NAME}.bin;fsl-eula=true"
SRC_URI = "${FSL_MIRROR}/${IMX_PACKAGE_NAME}.bin;fsl-eula=true"
S = "${WORKDIR}/${IMX_PACKAGE_NAME}"