From e8f5978700eba4c0a32611f0ca9265c042061714 Mon Sep 17 00:00:00 2001 From: orangepi-xunlong <258384131@qq.com> Date: Wed, 13 Apr 2022 17:14:49 +0800 Subject: [PATCH] sun50iw6: current: debian11: Download ffmpeg and kodi deb packages --- scripts/main.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/main.sh b/scripts/main.sh index 7fb35a5..c353f81 100755 --- a/scripts/main.sh +++ b/scripts/main.sh @@ -441,6 +441,12 @@ if [[ ${IGNORE_UPDATES} != yes ]]; then fi + if [[ ${BOARD} =~ orangepi3|orangepi3-lts && $RELEASE =~ bullseye && $BRANCH==current ]]; then + + [[ ${BUILD_OPT} == image ]] && fetch_from_repo "https://github.com/orangepi-xunlong/rk-rootfs-build.git" "${EXTER}/cache/sources/ffmpeg_kodi_debian11" "branch:ffmpeg_kodi_debian11" + + fi + call_extension_method "fetch_sources_tools" <<- 'FETCH_SOURCES_TOOLS' *fetch host-side sources needed for tools and build* Run early to fetch_from_repo or otherwise obtain sources for needed tools.