tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: distfile renaming - éclaire-moi, svp




> On May 14, 2019, at 11:25 AM, Roland Illig <roland.illig%gmx.de@localhost> wrote:
> 
> DISTFILES+=     oink-${FOO}
> SITES.${FOO}=   ${MASTER_SITE_GITHUB:@url@ \
>                    -${url}piggy/wiggly/blob/oink/${FOO} @}
> 
> DISTFILES contains the filenames as they appear in DISTDIR. Therefore
> the oink needs to go in there.

The following (cut-and-pasted from my W-I-P Makefile) is working for me:

ODROID=                 odroidc2-v2015.01

xBL1_BIN=               bl1.bin.hardkernel
BL1_BIN=                ${ODROID}-${xBL1_BIN}
DISTFILES+=             ${BL1_BIN}
UBOOT_BIN+=             ${xBL1_BIN}
SITES.${BL1_BIN}=       -${MASTER_SITE_GITHUB:=hardkernel/u-boot/raw/${ODROID}/s
d_fuse/${xBL1_BIN}}


-- thorpej



Home | Main Index | Thread Index | Old Index