Cant build 8.2.3.1 s905.

  • What problem. please help.

  • Really hobby I would have tried it only on a level what are you doing. So not onto a serious industrial use but max for myself. ubuntu 16.04 va nfent from a basis for me

  • What problem?

    HTTP request sent, awaiting response... 200 OK

    Length: 12508 (12K) [application/x-gzip]

    Saving to: 'sources/fd628-aml/fd628-aml-f8bd53c.tar.gz'

    sources/fd628-aml/f 100%[===================>] 12.21K --.-KB/s in 0.001s

    2020-04-30 19:27:23 (12.7 MB/s) - 'sources/fd628-aml/fd628-aml-f8bd53c.tar.gz' saved [12508/12508]

    WARNING Incorrect checksum calculated on downloaded file: got c3f524763c25bdf63bb01eea56022e923c1e3b60be6904a496d106b251e509b1, wanted cf117c8512d7ecf624e1fd8c4a72264c17927637d8e9b191c0a611163a0a2b8f

    Cant't get fd628-aml sources : f8bd53c.tar.gz

    Try later !!

    Makefile:12: recipe for target 'image' failed

    make: *** [image] Error 1

  • GItHub can sometimes redo githashes .. it happens. You'll need too edit the package.mk and correct (or null) the SHA256 hash.

    this http://LibreELEC.tv/packages/addons/service/fd628/package.mk:


    PKG_NAME="fd628"

    PKG_VERSION="1.0"

    PKG_REV="100"

    PKG_ARCH="any"

    PKG_LICENSE="GPL"

    PKG_SITE="https://libreelec.tv"

    PKG_URL=""

    PKG_DEPENDS_TARGET="toolchain"

    PKG_SECTION="service"

    PKG_SHORTDESC="fd628: Kodi service to light up additional icons on devices with FD628 display"

    PKG_LONGDESC="fd628: Kodi service to light up additional icons on devices with FD628 display"

    PKG_TOOLCHAIN="manual"

    PKG_IS_ADDON="yes"

    PKG_ADDON_NAME="service.fd628"


    PKG_ADDON_PROJECTS="S905"

    PKG_ADDON_TYPE="xbmc.service"

    make_target() {

    $SED -e "s|@PKG_VERSION@|$PKG_VERSION|g" \

    -i addon.xml

    }

    addon() {

    mkdir -p $ADDON_BUILD/$PKG_ADDON_ID

    cp -R $PKG_BUILD/* $ADDON_BUILD/$PKG_ADDON_ID

    }