mirror of
https://github.com/nxp-imx/meta-imx.git
synced 2026-01-27 11:32:16 +01:00
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:
parent
64ef3a5620
commit
77d2b4a389
|
|
@ -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}"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user