This has been dropped from meta-oe so we append udev-extraconf now.
For compatibility with udev-extraconf, we need to add an empty space
to SRC_URI or the final SRC_URI will be broken.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
PRINC := "${@int(PRINC) + 1}"
-SRC_URI_append_mxs = "file://10-imx.rules"
-SRC_URI_append_mx5 = "file://10-imx.rules"
-SRC_URI_append_mx6 = "file://10-imx.rules"
+SRC_URI_append_mxs = " file://10-imx.rules"
+SRC_URI_append_mx5 = " file://10-imx.rules"
+SRC_URI_append_mx6 = " file://10-imx.rules"
do_install_prepend () {
if [ -e "${WORKDIR}/10-imx.rules" ]; then