39ae2a31c2
We needs three little patches: - one to make the existing Makefile cross-compile friendly - one to pass the LDFLAGS at link time - one to add a missing include [Thomas: add missing 'depends on BR2_arm' in comment, renumber patches to start at 0001 and not 0000.] Signed-off-by: Eric Limpens <limpens@gmail.com> [yann.morin.1998@free.fr: add .mk header; cleanup and split the Makefile patch, add missing include; add comments to all patches] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 lines
345 B
Plaintext
14 lines
345 B
Plaintext
config BR2_PACKAGE_PIFMRDS
|
|
bool "pifmrds"
|
|
depends on BR2_arm
|
|
depends on BR2_LARGEFILE # libsndfile
|
|
select BR2_PACKAGE_LIBSNDFILE
|
|
help
|
|
pifmrds, FM-RDS transmitter using the Raspberry Pi's PWM
|
|
|
|
https://github.com/ChristopheJacquet/PiFmRds
|
|
|
|
comment "pifmrds needs a toolchain w/ largefile"
|
|
depends on BR2_arm
|
|
depends on !BR2_LARGEFILE
|