Files
meta-riscv/recipes-devtools/apt/apt_%.bbappend
Robert Nelson 948e017d66 merge in thead-V1.1.2 changes
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
2023-06-09 14:12:51 -05:00

11 lines
254 B
Plaintext

FILESEXTRAPATHS:prepend := "${THISDIR}/apt:"
SRC_URI:append_ice = " \
file://sources.list \
"
do_install:append_ice() {
if [ -f "${WORKDIR}/sources.list" ]; then
cp -rf ${WORKDIR}/sources.list ${D}/etc/apt/
fi
}