fixed newlines generating with cache script
This commit is contained in:
@@ -283,26 +283,6 @@ PACKAGECONFIG:append:pn-qemu-system-native = " sdl"
|
|||||||
# track the version of this file when it was generated. This can safely be ignored if
|
# track the version of this file when it was generated. This can safely be ignored if
|
||||||
# this doesn't mean anything to you.
|
# this doesn't mean anything to you.
|
||||||
CONF_VERSION = "2"
|
CONF_VERSION = "2"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# >>> yocto cache (managed) >>>
|
# >>> yocto cache (managed) >>>
|
||||||
DL_DIR = "/home/yocto/ws/.cache/yocto/downloads"
|
DL_DIR = "/home/yocto/ws/.cache/yocto/downloads"
|
||||||
|
|||||||
@@ -31,7 +31,6 @@ sed -i "/${START_MARKER}/,/${END_MARKER}/d" "${CONF_FILE}"
|
|||||||
|
|
||||||
# Append managed block
|
# Append managed block
|
||||||
cat <<EOF >> "${CONF_FILE}"
|
cat <<EOF >> "${CONF_FILE}"
|
||||||
|
|
||||||
${START_MARKER}
|
${START_MARKER}
|
||||||
DL_DIR = "${DL_DIR}"
|
DL_DIR = "${DL_DIR}"
|
||||||
SSTATE_DIR = "${SSTATE_DIR}"
|
SSTATE_DIR = "${SSTATE_DIR}"
|
||||||
|
|||||||
Reference in New Issue
Block a user